function validateW(form){if(form&&form.w&&(!form.w.value||(form.w.value&&form.w.value.replace(/^\s+|\s+$/g,"").length==0))){alert("You must enter a value to search for.");form.w.value="";return false}};