





var sPRTC=window.location['protocol']; 
var sHREF=window.location['href']; 
if(sPRTC.toUpperCase()!='HTTP:'){ 
 sHREF='HTTP:'+sHREF.substring(sPRTC.length,sHREF.length); 
 window.location.replace(sHREF); 
} 

