window.onload=function(){
  var txtSearch= document.getElementById("nav_search"); 
  if (txtSearch) {
    txtSearch.onfocus = function() { 
      if(this.value == "Search Alpine Meadows") { 
        this.value = ""; 	
      } 
    }
    txtSearch.onblur = function() {
      if(this.value == "") {
        this.value = "Search Alpine Meadows"; 
      } 
    }
  }
};

if(typeof sIFR == "function"){sIFR.replaceElement(named({sSelector:".pagetitle",sWmode:"transparent",sFlashSrc:"/wp-content/themes/alpine2010/assets/swf/bellgothic_std.swf",sColor:"#584528",sLinkColor:"#584528",sBgColor:"null",sHoverColor:"#584528",nPaddingTop:0,nPaddingBottom:0,sFlashVars:"textalign=left"}));	sIFR.replaceElement(named({sSelector:".date",sWmode:"transparent",sFlashSrc:"/wp-content/themes/alpine2010/assets/swf/bellgothic_bold.swf",sColor:"#53601a",sLinkColor:"#53601a",sBgColor:"null",sHoverColor:"#53601a",nPaddingTop:0,nPaddingBottom:0,sFlashVars:"textalign=right"}));};$(document).ready(function(){$(".post-inner img.thumbnail,img.pic").wrap("<div class='lpic'><div></div>"+"<div class='lpic_t'></div><div class='lpic_b'></div></div>");
if ($.isFunction($('#cycle').cycle)) {
  $('#cycle').cycle({fx:'scrollDown',random:1,speed:'fast',timeout:0,next:'#next2',prev:'#prev2'});
}
$("table.stripe").find("tr:odd").addClass("alt");});








