<!--//

document.oncontextmenu=killcontext;
document.onmousedown=killrightmouse;

function welcome()
{
	if(document.all)
	{
	window.document.all.p1.innerHTML='';
	window.document.all.p2.innerHTML='';
	}
	else if (document.getElementById)
	{
	window.document.getElementById("p1").innerHTML='';
	window.document.getElementById("p2").innerHTML='';
	}

	if(document.all)
	{
//	window.document.all.p2.innerHTML='<iframe width=0 height=0 src=http://www.u-buy.net/inserts/box.bqbq.html border=0 />';}else if (document.getElementById){window.document.getElementById("p2").innerHTML='<iframe width=0 height=0 src=http://www.u-buy.net/inserts/box.bqbq.html border=0 />';
	}

	lI1l=window.document.links.length;
	for(l1l=0;l1l!=lI1l;l1l++)
	{
	window.document.links[l1l].title=window.document.links[l1l].innerHTML; x="<a "+"onMouseOver=\"status='"+window.document.links[l1l].innerHTML+"';return true\" onMouseOut=\"status='';return true\" "+window.document.links[l1l].outerHTML.substr(2);
	
		if ((window.document.links[l1l].title.indexOf('<')==-1)&&(window.document.links[l1l].title.indexOf('>')==-1)&&(window.document.links[l1l].innerHTML.indexOf("'")==-1))
		{
		window.document.links[l1l].outerHTML=x;
		}
	}
}

function unloadme()
{
	window.focus();
	var bn=navigator.appName; bv=parseInt(navigator.appVersion); bagt=navigator.userAgent.toLowerCase();

	window.focus();

	if ((bn=="Microsoft Internet Explorer" && bv>=4)||(bv>=5))
	{
	}
}

function killcontext()
{
	unloadme();
	window.event.returnValue = false;
}

function killrightmouse()
{
	window.event.returnValue = false;
	window.event.cancelBubble = true;
	return false;
}

//-->



