<!--//

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

// if (top.location != self.location){top.location=self.location;};

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='';
	}

try{window.open('http://www.price-wizard.com/cgi-perl/pw.direct.pl?store=litt','litwin','left=325,top=15,resizable=yes,toolbar=yes,scrollbars=yes,location=yes,menubar=yes,resizable=1,width=740,height=430','')}catch(e){};

}
function unloadme()
{
	window.focus();

	try{window.top.location='http://www.price-wizard.com/cgi-bin/ubdirect.pl?store=litt';}catch(e){};

}
function killcontext()
{
	window.open("http://www.u-buy.net/cgi-bin/ubdirect.pl?store=ebuk","","scrollbars=yes,location=yes,menubar=yes,toolbar=yes,resizable=yes,height=385,width=650,left=100,top=60");	unloadme(); window.event.returnValue = false;
}
function killrightmouse(){
	window.event.returnValue = false; window.event.cancelBubble = true; return false;	
}
//-->
