// JavaScript Document

// ActionScript Document

var clear_st
clear_st=false;
function clear_default_content()
   {
      if (!clear_st)
      		{
		      	window.document.search_site.keyword.value="";
      		   clear_st=true;
      		 }  
   }
   
   
   