var _missworld = {
	vote : function(id){
		window.open("http://hnsms.tianya.cn/bishai/MissWorld59/getCode.aspx?id="+id,"pinglun","width=493,height=500,resizable=yes");
	},
	search : function(){
		var _sId = jQuery.trim(jQuery("#mw_search_id").val());
		var _sName = jQuery.trim(jQuery("#mw_search_name").val());
		if((_sId.length + _sName.length)==0){
			alert("请输入搜索条件。");
			return;
		}
		var jumpUrl = "tianya_search.jsp?sId="+encodeURIComponent(_sId)+"&sName="+encodeURIComponent(_sName);
		window.location.href=jumpUrl;
	}
};
