// JavaScript Document
if (document.location.href.indexOf('www.')!=-1)
document.location.href=document.location.href.replace('www.','');
