function execsearch(vText) { if ( vText != "" ) { var newstr = vText.replace(/ /g, ","); this.window.location='http://www.dominosource.com/dominosource/xinc.nsf/Search!openagent¶m1='+newstr +'¶m2=0¶m3=10' ; return false } else { alert('Please type a word before clicking search.'); return false } }