if (window.location.host=='localhost') {
   urlhost='http://localhost/bluemountainchalets?';
} else {
   urlhost='http://'+document.domain+'?';
}

if (location.href.indexOf("q=cache:") > -1) { 
   // google cache page 
} else { 
  if (window == top) {
    var url='window.location.replace ("'+urlhost+self.location+'")';
    eval(url);
  } 
}

function onLineAgent() {
  window.open('http://messenger.providesupport.com/messenger/bluemountainchalets.html','chat','menubar=0,location=0,scrollbars=auto,resizable=1,status=0,width=600,height=550');
}