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