// JavaScript Index
if (self != top) top.location.replace(self.location);

function frameJammer_hp(){
	var framedPage = location.search;
	if (framedPage.length > 1 && framedPage.indexOf("://") == -1){
		framedPage = framedPage.substring(1);
		var theSplit = framedPage.lastIndexOf('~');
		var theFrame = framedPage.substring(theSplit+1);
		var thePage = framedPage.substring(0,theSplit);
	
		eval('top.frames["'+theFrame+'"].location.replace("'+ thePage +'");');
		}
};

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
};
MM_reloadPage(true);

