document.write('<div id="search_container" style="margin: 0; ">\n');


function findSearch()
{
 searchText = this.document.searchForm.search.value;
 words = searchText.split(" ");
 searchText = words.join("+");
 if(this.document.searchForm.searchselection[1].checked == true) 
 { thisUrl = "http://www.projo.com/search/search-web.jsp?topic=" + searchText; }
 else 
  { thisUrl = "http://www.projo.com/blcS.sc?search=" + searchText; }

 this.window.location = thisUrl;
}
document.write('<form name="searchForm" action="http://www.projo.com/blcS.sc" method="get" id="search_form" onSubmit="javascript:return(findSearch());">\n');
document.write('<div id="marketplace_button_container">\n');
document.write('<a href="http://www.projo.com"><img src="http://www.kmov.com/images/home_button6.gif" border="0" style="padding: 1px 0 0 0;"></a>\n');
document.write('</div>\n');

document.write("<input type=text name=search size=30 value=\"Search\" onfocus=\"if (this.value.toLowerCase() == 'search'){this.value='';}\" />");


document.write('<input type="submit" value="GO" class="submit"/>\n');
document.write('</form>');
document.write('</div>\n');