
function Ord(cat,col,prc) {top.basket.addItem(cat,col,prc);}

function checkLocation()
{
	var txt;

	if( location.hostname.indexOf('qbicinternet') != -1 ){
		location = "http://www.streamers.co.uk" + location.pathname + location.search
	}
	else if (parent.frames.length < 1){
		txt = parent.location.pathname;
		txt = txt.substring(0,txt.lastIndexOf("."));
		txt = txt.substring(txt.lastIndexOf("/")+1);
		parent.location = "../index.asp?page="+txt;
	}
}

checkLocation();
