if (screen.width<=450){
   mobile_url = window.location.hostname.replace('www.', 'http://mobile.');
   location.href = mobile_url;
}
