<!-- ©webmasta [www.CarnivalSpace.com] - we take no prizonerz

var loc  = this.location.href;
var qStr = (loc.indexOf('?')!= -1)? loc.substring(loc.indexOf('?')+1) : 'btn0';   //'btn1'; default home butt
if(loc.indexOf('reg') !=-1) { qStr ='s'; }
if(self !=top && parent.doLite) { parent.doLite(qStr, this.document.title); }
else {                                                           //rebuild from search engine
	if(location.host && self ==top) {
		var file =loc.substring(loc.lastIndexOf('/')+1);  
		//top.location.replace('index.htm?'+file);
		top.location.replace('http://www.SaldenahCarnival.com');
	}
}

//-->



