function seourl(){
	var url  = location.host;
	if(url.indexOf('www')!=-1)  location.href = 'http://w3seo.com';
	
}
window.onload = seourl;

