function seoRedir(url){
	if (1+1==2){
		location.replace(url);
	}
}

 

