var domain = document.domain; 
if(domain!="www.sewworld.com")
{
	window.location.href ="http://www.sewworld.com";
}
