/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


juuyou.index = {};
$(document).ready(function(){
  $("#txt_search").bind("focus", function(){
      if($("#txt_search").val() == "Saywoer, Blog, 图片, 视频 ..."){
          $("#txt_search").val("");
      }
    });
});
juuyou.index.onSearchSubmit = function(){
    var searchwd = $obj("txt_search").value;
    if(searchwd=="Saywoer, Blog, 图片, 视频 ..."){
        $obj("txt_search").value="";
    }
    return true;
}