<!--
document.write("<form name=form1 onsubmit=return(search4())>\r\n<input type=text name=key size=40 onMouseOver=this.focus() onFocus=this.select() style=\"height:16px\">\r\n<input type=\"image\" src=\"/templets/images/websearch_submit.gif\" name=B2/>\r\n<input type=checkbox name=abc0 value=yahoo>\r\n<a href=\"http://www.yahoo.com\" target=\"_blank\">Yahoo!</a><input type=checkbox name=abc1 value=google checked>\r\n<a href=\"http://www.google.com\" target=\"_blank\">Google</a><input type=checkbox name=abc2 value=msn>\r\n<a href=\"http://www.msn.com\" target=\"_blank\">MSN</a><input type=checkbox name=abc3 value=ask>\r\n<a href=\"http://www.ask.com\" target=\"_blank\">ASK</a>\r\n</form>\r\n<script language=javascript defer>\r\n<!--\r\nfunction search4()\r\n{\r\n	if(form1.abc0.checked) window.open(\"http://search.yahoo.com/search?p=\"+form1.key.value,\"mspg0\");\r\n	if(form1.abc1.checked) window.open(\"http://www.google.com/search?hl=en&q=\"+form1.key.value,\"mspg1\");\r\n	if(form1.abc2.checked) window.open(\"http://search.msn.com/results.aspx?q=\"+form1.key.value,\"mspg2\");\r\n	if(form1.abc3.checked) window.open(\"http://www.ask.com/web?q=\"+form1.key.value,\"mspg3\");\r\n	return false\r\n}\r\n//-->\r\n</script>");
-->
