// loading.js makes my pretty starry layer dis the fuck appear.


if (browser.version >= 4 && browser.maker == "Exploder"){ 
	var h 		= document.body.clientHeight; 
	var w 		= document.body.clientWidth;
	document.writeln(' <DIV ID="loadie" style="position:absolute; top:-10; left:-10;  visibility:visible;  z-index:1000"> ');
	document.writeln(' <TABLE height=' + h + ' width=' + w + ' bgcolor=black background="../hypertoons/stars.gif"><TR> ');
	document.writeln(' <TD align=center><IMG SRC="../hypertoons/loading.jpg"></TD></TR></TABLE> ');
	document.writeln(' </DIV> ');
	}


function smokeit(){
	if (browser.version >= 4){ 
		(browser.maker == "Exploder") ? rinsie() : rinse();
		}
	}

function rinsie(){
	hypeLoaded='hellyes';
	document.all['loadie'].style.visibility="hidden";
	document.all['loading'].style.visibility="hidden";
	}	

function rinse(){
	if (browser.version > 5){
		document.layers.loading.visibility="hidden";
		}
	else{
		document.getElementById("loading").style.visibility="hidden";	
		}
	hypeLoaded='hellyes';
	}	







