// JavaScript Document
function refreshParent(mlink) {
	//alert(mlink);
	//var mVar=window.open(mlink);
	//if (mVar==null || typeof(mVar)=="undefined") {
		window.location.href = mlink;
	//} else {
		//window.location.href = window.location.href;
	//}

	
}
function pop_co_uk()
    {var url_pop="pop_co_uk.html";
     var popwidth=310;
     var popheight=220;
     var popleft=0;
     var poptop=0;
     Lotto_L001=window.open(url_pop,'Lotto',
                                      'toolbar=no,status=no,menubar=no,location=no,directories=no,resizable=no,scrollbars=no,width='+ popwidth+',height='+ popheight+',left='+ popleft+',top='+ poptop);
    }
function addFavourite(){
if (!confirm('Do you want to add 247ukshopping.co.uk into favourite')){
            }
			else{
var url = "http://www.247ukshopping.co.uk";
var who = "247UKshopping.co.uk Online Shops Guide"
if (document.all)
window.external.AddFavorite(url,who);


}
//window.location.href = window.location.href;
}