var fireExit=0;
if(navigator.appName.indexOf("Netscape")!=-1&&parseInt(navigator.appVersion)>=5){fireExit=1;}
// 0-NOT REFERRED : 1-REF BY PLANETGIMIK : 2-REF BY SOMETHING ELSE
function referredBy(){
	var refstr=""+document.referrer;
	if(refstr!=""){
		if(refstr.substr(7,15)=="planetgimik.com" || refstr.substr(7,19)=="www.planetgimik.com"){
			if(refstr.substr(7,30)=="planetgimik.com/directory.html" || refstr.substr(7,34 )=="www.planetgimik.com/directory.html"){
				return 0;
			}else{
				return 1;
			}
		}else{
			return 2;
		}
	}else{return 0;}
}
function popper(){window.open(location.href,"articles","status=false,scrollbars,resizable,width=500,height=350");parent.showtint(false);location.href= referencepath + "content/main.html";}
function poofer(){parent.focus();window.close();}
//var refBy = 1;
var refBy = referredBy();
var strControls="";
var strBody="<body style='border-style:none;background:#FFFFFF url(" + referencepath + "images/bg.jpg) no-repeat top right;margin:0;overflow:hidden;'>";
var strHead="<td><table border=0><tr><td width=100%><img src='images/wht_";
var strFoot="<tr height=1><td bgcolor=#000000 colspan=2></td></tr><tr height=30><td colspan=2 bgcolor=#b0b0b0 style='font:100 10 verdana;padding:0 0 0 4;color:#505050;'>Copyright © 2006 Planet Gimik, Inc. All Rights Reserved<br>Reproduction of material from Planet Gimik Website is strictly prohibited</td></tr>";

if(refBy==1){ 
	// PLANET GIMIK
	if(!window.opener){
		//home, new window , archives --- NORMAL
		strBody = "<body style='border-style:none;background:transparent;margin:0;overflow:hidden;'>";
		strHead = "<td width=100%><img src='images//";
		strFoot="";
		strControls = "<td style='padding:2 14 0 0;' nowrap><a href='../content/main.html' style='text-decoration:none;color:#8090a0;'><img src='" + referencepath + "images/but_home.gif' border=0 align=absmiddle hspace=4>pG Home</a></td>";
		strControls += "<td style='padding:2 8 0 0;' nowrap><a href='#' onClick='popper();' style='text-decoration:none;color:#8090a0;'><img src='" + referencepath + "images/but_pop.gif' border=0 align=absmiddle hspace=4>New Window</a></td>";
	}else{
		//show logo , close , archives --- WINDOW OPEN (FF)
		strControls = "<tr height=20><td colspan=2></td></tr></table></td></tr><tr><td width=100%></td>";
		strControls += "<td style='padding:2 14 0 0;' nowrap><a href='#' style='text-decoration:none;color:#8090a0;'><img src='" + referencepath + "images/but_archives.gif' border=0 align=absmiddle hspace=4>Archives</a></td>";
		strControls += "<td style='padding:2 14 0 0;' nowrap><a href='#' onClick='poofer();' style='text-decoration:none;color:#8090a0;'><img src='" + referencepath + "images/but_close.gif' border=0 align=absmiddle hspace=4>Close</a></td>";
	}
}else{
	// DRAW LOGO - HOME : USER TYPED DIRECT URL
	if(!window.opener){
		//link logo , home , archives --- TYPED (IE FF)
		strControls = "<tr height=20><td colspan=2></td></tr></table></td></tr><tr><td width=100%></td>";
		strControls += "<td style='padding:2 14 0 0;' nowrap><a href='http://www.planetgimik.com/index.html' style='text-decoration:none;color:#8090a0;'><img src='" + referencepath + "images/but_home.gif' border=0 align=absmiddle hspace=4>pG Home</a></td>";
		strControls += "<td style='padding:2 14 0 0;' nowrap><a href='#' style='text-decoration:none;color:#8090a0;'><img src='" + referencepath + "images/but_archives.gif' border=0 align=absmiddle hspace=4>Archives</a></td>";
	}else{
		//show logo , close , archives --- WINDOW OPEN (IE)
		strControls = "<tr height=20><td colspan=2></td></tr></table></td></tr><tr><td width=100%></td>";
		strControls += "<td style='padding:2 14 0 0;' nowrap><a href='#' style='text-decoration:none;color:#8090a0;'><img src='" + referencepath + "images/but_archives.gif' border=0 align=absmiddle hspace=4>Archives</a></td>";
		strControls += "<td style='padding:2 14 0 0;' nowrap><a href='#' onClick='poofer();' style='text-decoration:none;color:#8090a0;'><img src='" + referencepath + "images/but_close.gif' border=0 align=absmiddle hspace=4>Close</a></td>";
	}
}
