// JavaScript Document
function $(id){return document.getElementById(id);}
function mksin(){
	$('squery').value="";
	}
function chks(){
	if($('squery').value=="" || $('squery').value=="Search" ){alert("Search Query empty.");return false;}
	return true;
	}