 var url = location.href;
    if(location.href.indexOf('ptwuk') > -1 && location.protocol.toLowerCase() =='http:')
    	{
    	url = url.replace('http:','https:');
    	url = url.replace('professionalteethwhitening.co.uk','professionalteethwhitening.com/~ptwuk');
    	location.href = url;
    	}
    else
    	{
    	}	