function pseudoClick(e) {

}
try {document.execCommad("BackgroundImageCache", false, true);}catch(e){}

$(function(){
  $('a.boardTab').mouseover(function(){
    switch(this.id){
      case "boardTab0":
        $('#boardIndex')[0].className = "boardIndex0";
        break;
      case "boardTab1":
        $('#boardIndex')[0].className = "boardIndex1";
        break;
    }
  });
  $('#query').focus(function(){
    if(this.value == this.defaultValue)
      this.value = "";
  });
});


function op(){window.alert("ÁØºñÁßÀÔ´Ï´Ù.")}
