<!--


var lookup=navigator.appVersion
aol = (lookup.indexOf("AOL") > 0 );
if (aol)  // Only true for AOL
{

document.write("Add to AOL Favorites");
}
else
{
ie4 = ((navigator.appName == "Microsoft Internet Explorer") &&
(parseInt(navigator.appVersion) >= 4 ));
if (ie4)  // Only true for MSIE
{
var url="http://www.faisalabadcity.com/";
var title="Faisalabad City";
document.write('<A class=black_sm_link HREF="javascript:window.ext');
document.write('ernal.AddFavorite(url,title);" ');
document.write('onMouseOver=" window.status=');
/* CUSTOMIZE THE NEXT LINE WHICH APPEARS IN THE STATUS BAR OF MSIE */
document.write("'Add faisalabadcity.com to Favorites'; return true ");
document.write('"onMouseOut=" window.status=');
document.write("' '; return true ");
/* CUSTOMIZE THE NEXT LINE WHICH APPEARS IN THE DOCUMENT */
document.write('">Add to Favorites</a>');
}
}
ns4 = (navigator.appName == "Netscape");
if (ns4)  // Only true for Netscape
{
/* CUSTOMIZE THE NEXT LINE WHICH APPEARS IN THE DOCUMENT */
document.write("Press CTRL+D for bookmark");
}




//-->
