var locTemp=window.location.pathname + window.location.search + window.location.hash;
if(window.location.protocol=="http:" && locTemp.search(/bookingretrieve/i)!=-1)
{
window.location="https://sydneywriterscentre.worldsecuresystems.com" + locTemp;
}
if(window.location.protocol=="https:") 
{
	if(locTemp.search(/bookingretrieve/i)==-1 && locTemp.search(/orderretrieve/i)==-1 && locTemp.search(/formProcessv2/i)==-1) window.location="http://www.sydneywriterscentre.com.au" + locTemp;
}
