var url = location.href;
if((url).indexOf('http://www')==-1){
    url = url.replace('http://','http://www.');
    location.href = url;
}
