<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'




document.write('<a href="index.html">This website is best viewed using</a>');


document.write(' <a href="http://www.microsoft.com/windows/ie/default.mspx">Microsoft Internet Explorer 6.0</a>');



document.write(' <a href="http://www.netscape.com/">or Netscape 7.1 </a>');




document.write('<a href="">with screen resolution settings of 1024 x 768 <br> ');


// EDIT THE NEXT LINE


document.write('<a href="http://www.sanantonio.gov/disclaimer.asp">Privacy Policy and Disclaimer</a><br>');






var allwebco	  = "yes"	// SHOW ALLWEBCO COPYRIGHT






   if (allwebco == "yes") {
document.write('City of San Antonio &copy; 2006 All Rights Reserved <a href="http://www.sanantonio.gov" target="_blank"> </a><br>');
}





//  End -->