if (window.location.host=='localhost') {
   urlhost='http://localhost/kellermansresort/?';
} 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);
  } 
}
