function writeFooter(languageVar)
{
    var language = languageVar;
	var tStr="";
	var catchLayer;
	var ie_ver = 0;
	
	//checking ie for [real] browser version
	if (is_ie ) {
		var split_agt = agt.split('msie');
		ie_ver = parseInt(split_agt[1]);
	}

	//if (!(is_nav && (is_minor >= 4.7) || (is_ie && (ie_ver >= 5.0)))) {
	if (!(is_nav && (is_major >= 5) || (is_ie && (ie_ver >= 5.0)))) {
		tStr += '<p align="center" class="grey">This site is optimized for '
		tStr += '<a href="http://www.microsoft.com/windows/ie/default.asp" class="bread" target="_blank">Microsoft<sup class="bread">&reg;</sup> Internet Explorer</a>'
		tStr += ' versions 5.5 or higher ';
		tStr += 'and <a href="http://www.netscape.com" class="bread" target="_blank">Netscape Communicator</a> versions 6.2 or higher.'
	}

	/*if(language == "spanish"){ //spanish language variable
	  tStr+='<p align="center" class="grey">Derechos de autor 1995 - 2006 BellSouth Corp.  Derechos reservados<br>\n';
	  tStr+=' <a href="http://www.bellsouth.com/spanish/legal.html" class="bread">Notificaciones legales</a> y <a href="http://www.bellsouth.com/spanish/privacydoc.html" class="bread">Normas de privacidad</a>\n';	
	}else{
	  tStr+='<p align="center" class="grey">PRIVATE PROPERTY/LOCK:<br>No disclosure outside BellSouth except by written agreement.<br>\n';
	  tStr+='<p align="center" class="grey">Copyright 1995-2006 BellSouth Corp. All Rights Reserved.<br>\n';
	  tStr+=' <a href="http://www.bellsouth.com/legal.html?ft=legal" class="bread">Legal Notices</a> | <a href="http://www.bellsouth.com/privacydoc.html?ft=pol" class="bread">Privacy Policy</a> | <a href="http://www.bellsouth.com/cust_serv/site_map.html" class="bread">Site Map</a> | <a href="http://www.customersat3.com/TakeSurvey.asp?si=ZZZJEsEJqiP&src=footer" class="bread">Feedback</a>\n';
	}*/

	if(language == "spanish"){ //spanish language variable
	  tStr+='<p align="center" class="grey">&copy; [1995-2007] AT&T Knowledge Ventures. Derechos reservados<br>\n';
	  tStr+=' <a href="http://www.bellsouth.com/spanish/legal.html" class="bread">Notificaciones legales</a> y <a href="http://www.bellsouth.com/spanish/privacydoc.html" class="bread">Normas de privacidad</a>\n';	
	}else{
	  tStr+='<p align="center" class="grey">PRIVATE PROPERTY/LOCK:<br>No disclosure outside AT&amp;T except by written agreement.<br>\n';
	  tStr+='<p align="center" class="grey">&copy; (c) 2007 AT&T Intellectual Property. All rights reserved. AT&T, AT&T logo and all other marks contained herein are trademarks of AT&T Intellectual Property and/or AT&T affiliated companies.<br>\n';
	  tStr+=' <a href="http://www.bellsouth.com/legal.html?ft=legal" class="bread">Legal Notices</a> | <a href="http://www.bellsouth.com/privacydoc.html?ft=pol" class="bread">Privacy Policy</a> | <a href="http://www.bellsouth.com/cust_serv/site_map.html" class="bread">Site Map</a> | <a href="http://www.customersat3.com/TakeSurvey.asp?si=ZZZJEsEJqiP&src=footer" class="bread">Feedback</a>\n';
	}
	tStr+='</p>\n';
	tStr+='<br>\n';

	if (is_nav4)  //
	{
		for (eachLayer in document.layers) {
		  if ((eachLayer.indexOf('content') != -1) || (eachLayer.indexOf('legal') != -1)) catchLayer = eachLayer;
		}
		eval('document.' + catchLayer + '.document.writeln(tStr);');
	}
	else // ie or ns6
	{
		document.writeln(tStr);
	}
}
function writePublicFooter(languageVar)
{
    var language = languageVar;
	var tStr="";
	var catchLayer;
	var ie_ver = 0;
	
	//checking ie for [real] browser version
	if (is_ie ) {
		var split_agt = agt.split('msie');
		ie_ver = parseInt(split_agt[1]);
	}

	//if (!(is_nav && (is_minor >= 4.7) || (is_ie && (ie_ver >= 5.0)))) {
	if (!(is_nav && (is_major >= 5) || (is_ie && (ie_ver >= 5.0)))) {
		tStr += '<p align="center" class="grey">This site is optimized for '
		tStr += '<a href="http://www.microsoft.com/windows/ie/default.asp" class="bread" target="_blank">Microsoft<sup class="bread">&reg;</sup> Internet Explorer</a>'
		tStr += ' versions 5.5 or higher ';
		tStr += 'and <a href="http://www.netscape.com" class="bread" target="_blank">Netscape Communicator</a> versions 6.2 or higher.'
	}

	if(language == "spanish"){ //spanish language variable
	  tStr+='<p align="center" class="grey">&copy; [1995-2007] AT&T Knowledge Ventures. Derechos reservados<br>\n';
	  tStr+=' <a href="http://www.bellsouth.com/spanish/legal.html" class="bread">Notificaciones legales</a> y <a href="http://www.bellsouth.com/spanish/privacydoc.html" class="bread">Normas de privacidad</a>\n';	
	}else{	  
	  tStr+='<p align="center" class="grey">&copy; (c) 2007 AT&T Intellectual Property. All rights reserved. AT&T, AT&T logo and all other marks contained herein are trademarks of AT&T Intellectual Property and/or AT&T affiliated companies.<br>\n';
	  tStr+=' <a href="http://www.bellsouth.com/legal.html?ft=legal" class="bread">Legal Notices</a> | <a href="http://www.bellsouth.com/privacydoc.html?ft=pol" class="bread">Privacy Policy</a> | <a href="http://www.bellsouth.com/cust_serv/site_map.html" class="bread">Site Map</a> | <a href="http://www.customersat3.com/TakeSurvey.asp?si=ZZZJEsEJqiP&src=footer" class="bread">Feedback</a>\n';
	}
	tStr+='</p>\n';
	tStr+='<br>\n';

	if (is_nav4)  //
	{
		for (eachLayer in document.layers) {
		  if ((eachLayer.indexOf('content') != -1) || (eachLayer.indexOf('legal') != -1)) catchLayer = eachLayer;
		}
		eval('document.' + catchLayer + '.document.writeln(tStr);');
	}
	else // ie or ns6
	{
		document.writeln(tStr);
	}
}

