<!--
function no() {
if (event.srcElement.tagName!="INPUT"&&event.srcElement.tagName!="TEXTAREA") event.returnValue = false;
}
window.document.oncontextmenu=no;
window.document.onselectstart=no;

function blockError(){return true;}
window.onerror = blockError;


var st=true;
function setstu() {
	if (st) {
		window.status=" ::::::   Welcome To ÍøÂçÌØÖÖ±ø'S HOME  ... Best view in 1024*768 and IE 5.5 and 16m color    ";
		st=false;
		 }
	else {
		window.status=" ::::::   Welcome To ÍøÂçÌØÖÖ±ø'S HOME  ... Best view in 1024*768 and IE 5.5 and 16m color  _ ";
		st=true;
		}
	window.setTimeout("setstu()",500);
	}
setstu();
// -->

