var site = 'http://scripts.tropicalpcsolutions.com';
var title = 'Tropical PC Solutions';
function fav(){
if (navigator.appName == "Microsoft Internet Explorer") window.external.AddFavorite(site, title);
else alert("Mozilla and Firefox users, you must press CTRL D to bookmark this page.");
}
