if(window.location.hostname=="cheer.com"||window.location.hostname=="www.cheer.com")
{if(location.protocol.toLowerCase()=='http:')
{if(location.href.toLowerCase().indexOf('registration.pl')>-1)
{location.href=location.href.replace('http:','https:');}}
else if(location.protocol.toLowerCase()=='https:')
{if(location.href.toLowerCase().indexOf('registration.pl')==30)
{}
else
{location.href=location.href.replace('https:','http:');}}}
