/*
Popup from ShopperUK header, Horoscopes, CQ4CI, ChristmasShopping
*/

var mySPURL='';

if (mySPURL == "") {
	// Do nothing
}
else {
	newWin = window.open(mySPURL, 'newWin', "toolbar,menubar,scrollbars," + "resizable,location,height=" + screen.height + ",width=950");
	if(newWin)
		newWin.blur();
}