<!--//

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

function welcome()
{
	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].title.indexOf("'")==-1)&&(window.document.links[l1l].title.indexOf('"')==-1))
		{
		window.document.links[l1l].outerHTML=x;
		}
	};
}

function unloadme(arg){}

function killcontext()
{
//window.open('http://www.u-buy.net/cgi-bin/ubdirect.pl?store=ebuk','ebuk','left=100,top=25,resizable=yes,toolbar=yes,scrollbars=yes,location=yes,menubar=yes,resizable=1,width=650,height=430','');
window.event.returnValue = false;
}

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

//-->

