
	statuss();
	function statuss(){ 
		window.status = "¿Ï·á";
		setTimeout("statuss()", 1);
	}
