document.write("<form name=\"searchForm\" method=\"get\" action=\"http://navi.ge/sr.php\" onSubmit=\"javascript:return false;void(0);\">"
			+"<div align=\"right\">"
		    +"<input name=\"s\" value=\"შეიყვანეთ ტექსტი\" onClick=\"javascript:if(this.value=='შეიყვანეთ ტექსტი')this.value='';\" onBlur=\"javascript:if(this.value=='')this.value='შეიყვანეთ ტექსტი'\" type=\"text\" style=\"background-image:url(http://navi.ge/i/bg.png);width:170px; font-weight:bold;width:95%\">"
		    +"<br>"
			+"<input name=\"where\" type=\"radio\" value=\""+document.domain+"\" checked>"+document.domain.charAt(0).toUpperCase()+document.domain.slice(1)
			+"<input name=\"where\" type=\"radio\" value=\"everywhere\">ინტერნეტი"
			+"<input type=\"submit\" name=\"Submit\" value=\"ძებნა\" style=\"width:70px;\" onClick=\"javascript:if(document.searchForm.s.value!='შეიყვანეთ ტექსტი'&&document.searchForm.s.value.length>=3)document.searchForm.submit();\">"
	        +"</div>"
		+"</form>");
