// JavaScript Document
/*********** Function for checking the search form submission *************************/
function checksearch()
{
   var status= WM_watermarkStatus('q');
   if (status==1)
   {
    //document.getElementById('q').value="";
	alert("Please enter your keyword and then click on the 'Find It' button to start the search.");
	return false;
   }
   return true;	
}
/**************************************************************************************/


