<!-- link policy
if (top.frames.length!=0)
 top.location=self.document.location;
if (document.referrer.indexOf("goldcountrybest") > -1
 || document.referrer.indexOf("www.wmc-inc.com") > -1
 ) window.location = "http://www.goldcountrybest.com";
if (document.referrer.indexOf("tahoerealty") > -1
 || document.referrer.indexOf("tahoekingswood") > -1
 || document.referrer.indexOf("laketahoevacationhomes") > -1
 || document.referrer.indexOf("tahoeparkrealty") > -1
 ) window.location = "http://www.tahoesbest.com/Lodging";

function piczoom(pic){
  var url = "http://www.tahoesbest.com/Places/images/" + pic;
  window.open(url,"pic640x480","width=640,height=480");
}
function zoompic(pic){
  var url = "http://www.tahoesbest.com/Places/images/" + pic;
  window.open(url,"pic480x640","width=480,height=640");
}
function tb_window(url) {
  window.open(url,"TahoesBest","width=640,height=800,scrollbars,resizable");
}
var value=0;
var allcookies = document.cookie;
var pos = allcookies.indexOf("Weddings=");
if (pos != -1) {
  var start = pos + 9;
  var end = allcookies.indexOf(";",start);
  if (end == -1) end = allcookies.length;
  value = allcookies.substring(start, end);
}

function getvalue() {
  return value;
}
value=1;
// -->
