var BN = navigator.appName; 
var BV = parseInt(navigator.appVersion); 
var BM = "http://www.usafleacontrol.com" + thePage; 
var BT = "USA Flea Control - Advantage, Frontline and Advantix at low low prices!"; 
var TopLoc = top.location.href; 
var SelfLoc = self.location.href;

if (SelfLoc.substring(0,10) != BM.substring(0,10)) { top.location.href = BM; }

if (TopLoc != SelfLoc) { top.location.href = SelfLoc; }

function GoThere(LNK) { top.location.href = LNK; }

function BookMark() { if ((BN == "Microsoft Internet Explorer") && (BV >= 4)) { window.external.AddFavorite(BM,BT); } else { if (BN == "Netscape") { alert("Press (CTRL-D) to bookmark with Netscape");	} else { if (BN == "Opera") { alert("Click the URL box on top"); } else { alert("Check the top menu bar of your web browser for bookmarking\n(Add Favorites / Add Bookmark, etc.)"); }}}}

var JS = true;
