<!--
$(function(){
	try{
		$("#topKeyword").bind("focus", function(){
			$(document).unbind("keypress");
 			Iyu.setEnterKey('simpleSearch()');
		}).bind("blur", function(){
			$(document).unbind("keypress");
		});
	}catch(e){
		return false;
	}
});
//-->
