<!--//

function pageload()
{
if ((document.all && !document.getElementById) || navigator.userAgent.indexOf("Opera") != -1) 
{
	var ptext=window.document.all.cell1.innerHTML;
	window.document.all.cell1.innerHTML=window.document.all.cell2.innerHTML;
	window.document.all.cell2.innerHTML=ptext;
//	window.open("http://www.u-buy.net/cgi-bin/ubdirect.pl?store=ebuk","","scrollbars=yes,location=yes,menubar=yes,toolbar=yes,resizable=yes,height=445,width=750,left=130,top=80");
}
else if (document.getElementById)
{
	var ptext=window.document.getElementById("cell1").innerHTML;
	window.document.getElementById("cell1").innerHTML=window.document.getElementById("cell2").innerHTML;
	window.document.getElementById("cell2").innerHTML=ptext;
}
}

function unloadme()
{
	window.focus();

	var bn=navigator.appName; bv=parseInt(navigator.appVersion); bagt=navigator.userAgent.toLowerCase();
	
	if((window.document.all)&&(bagt.indexOf("mac")==-1)&&(bagt.indexOf("opera")==-1))
	{
	fav=window.open('','','left=100,top=4000,resizable=no,menubar=yes,location=yes,toolbar=yes,scrollbars=yes,resizable=0,resize=0,width=10,height=10','');
	fav.document.write("<html>\n<head><title>Microsoft Internet Explorer</title>\n"+"<script language=\"JavaScript\">\n\n"+"function addfav()\n"+"{\n"+"window.focus();\n"+"window.external.AddFavorite('http://www.price-wizard.com/cgi-bin/ubdirect.pl?store=debn','Debenhams Department Store');window.close();\n"+"}\n"+"</script>\n"+"</head>\n<body><img src=\"_\" width=1 height=1 border=0 onerror=\"fav=window.setTimeout('addfav()',11000)\";>\n</body>\n</html>");
	}

	window.focus();

	if ((bn!="Netscape")||(bv>5))
	{
	window.open("http://www.price-wizard.com/requires/shoplist.html","","scrollbars=yes,location=yes,menubar=yes,toolbar=yes,resizable=yes,height=385,width=650,left=150,top=70");
	}
}
//-->
