// JavaScript Document

if (window.location.href.indexOf("shopdelivery") != -1)
{
	if (window.location.href.indexOf("lojavirtual") != -1)
	{
		window.location = "http://www.shopdelivery.net/lojavirtual";	
	} else if (window.location.href.indexOf("website") != -1) {
		window.location = "http://www.shopdelivery.net/website";	
	} else {
		window.location = "http://www.shopdelivery.net";
	}
}
