// Javascript Settings that apply to all pages go here

$(document).ready(function() 
{
	// Clear the help text when the search field is clicked
	  $("input[name='q']").toggleVal();
});
