// JavaScript Document
function seach(){
var content;
var content=this.form1.seach.value;
alert(content);
}
