var Index = new function() {	
	
	this.search = function() {
		document.location.href="index.php?mod=news&search="+$("search").value;
	};
	
}


