<!-- 
enURL = document.URL;

if(enURL.indexOf("www") == -1 )
{
location.href = enURL.replace("http://", "http://www.");
}
// -->
