﻿
var g_devSite = (location.hostname.indexOf("localhost") > -1)||(location.hostname.indexOf("savvynet.local") > -1)||(location.hostname.indexOf("efragrance.savvynet.com.au") > -1)||(location.hostname.indexOf("paypal.efragrance.com.au") > -1)||(location.hostname.indexOf("newsite.efragrance.com.au") > -1)
if (location.hostname.indexOf("www.efragrance.com.au") == -1 && !g_devSite) {
	location.replace("http://www.efragrance.com.au" + location.pathname);
}

