	//<![CDATA[
	<!-- Hide the script from non-script-friendly browsers
var message="Copyright (c) BNTRUS 2010!";

function clickIE()
 
{if (document.all)
{alert(message);return false;}}

 
function clickNS(e) {
	if (document.layers||(document.getElementById&&!document.all)) {
		if (e.which==2||e.which==3) {
			return false;
		}
	}
}

if (document.layers) {
	document.captureEvents(Event.MOUSEDOWN);document. onmousedown=clickNS;
} else {
	document.onmouseup=clickNS;document.oncontextmenu  =clickIE;
}
 
document.oncontextmenu=new Function("alert(message);return false")

var aa2;
var aa3;
function showdd(e) {
	if (aa2) {
		clearTimeout(aa2);
		clearTimeout(aa3);
	}
	if (document.getElementById('ddmenu').style.display != 'block') {
	document.getElementById('ddmenu').style.display = 'block';
	document.getElementById("menu-root").style.backgroundColor = "#FFFF99";
	}
}
function starthide(el) {
	aa2 = setTimeout('document.getElementById("ddmenu").style.display = "none"',500);
	aa3 = setTimeout("document.getElementById('menu-root').style.backgroundColor = ''", 500);
}
function ihov(el) {
	el.style.backgroundColor = "#FFFF99";
	if (aa2) {
		clearTimeout(aa2);
		clearTimeout(aa3);
		document.getElementById("ddmenu").style.display = "none";
		document.getElementById('menu-root').style.backgroundColor = '';
	}
}
function ileave(el) {
	el.style.backgroundColor = "";
}
function ajaxFunction() {
	var tiprand = "tips.php?t=" + Date();
	var oXMLHttpRequest	= new XMLHttpRequest;
	oXMLHttpRequest.open("GET", tiprand, true);
	oXMLHttpRequest.onreadystatechange	= function() {
		if (this.readyState == XMLHttpRequest.DONE) {
			document.getElementById('tip-div').innerHTML = oXMLHttpRequest.responseText;
		}
	}
	oXMLHttpRequest.send(null);
}
	// stop hiding the script -->
	//]]>