<!-- hide script from old browsers 

function isBlank() {
value=document.forms[0].elements['sp-q'].value;
if ( value == "" ){
        alert("Please enter a search word.");
        return false;
    }
    else {
    return true;
    }
}
// end hiding script from old browsers -->
