function validate() {
nocat=fusion.search.value;
if (nocat=='') {
window.location="http://chef2chef.net/search/";
event.returnValue=false;
}
}
function writeJS(){
var str='';
str+='<table border=\"1\" cellpadding=\"0\" cellspacing =\"1\" width=\"100%\" bgcolor=\"#FFD57D\"><tbody><tr><td align=\"center\">';
str+='<table border=\"0\" cellpadding=\"1\" cellspacing=\"0\"><tr><td nowrap> <b> <font color=\"#808080\" size=\"4\" face=\"Arial\">';
str+='Recipe Search <\/font> <\/b> <\/td><td>';
str+='<form name=\"fusion\" method=\"get\" action=\"http:\/\/chef2chef.net\/search\/s-recipes.php\" onsubmit=\"validate();\" \">';
str+='<font color=\"#000000\">  <input type=\"text\" name=\"search\" size=\"30\">  <\/font> <\/td><td>';
str+='<input type=\"image\" src=\"http:\/\/chef2chef.net\/images\/FusionSearchFlat.gif\" width=\"160\" height=\"25\" align=\"baseline\" border=\"0\">';
str+='<\/td><td nowrap><\/FORM><\/td><td nowrap> <font size=\"1\" face=\"Arial\">Search Half a Million Recipes, Tips,<br>Posts and Topics! <b><a href=\"http:\/\/chef2chef.net\/search\/\">MORE OPTIONS<\/a><\/b><\/font><\/td><\/tr><\/table><\/table><br>';
document.write(str);
}
writeJS();
