document.write("<link href='http://www.yell.com/tools/affiliates/affiliates_2008.css' rel='stylesheet'/>");
document.write("<div id='yellGadget4' class='yellAffiliate'><h1><a href='http://www.yell.com/' title='Yell.com homepage'><img src='http://www.yell.com/img/gadget6_logo.gif' alt='Yell.com logo' /></a></h1><form name='searchBoxForm' method='get' action='http://www.yell.com/ucs/UcsSearchAction.do' target='_blank' onsubmit='return validation();'><label id='label1' for='keywords'>Search for:</label><input class='editable' name='keywords' id='keywords' type='text' onfocus='hide(this);' /><label id='label2' for='companyname'>and/or company name:</label><input class='editable' name='companyName' id='companyname' type='text' onfocus='hide(this);'  /><label id='label3' for='location'>Located in:</label><input class='editable' name='location' id='location' type='text' /><input id='searchButton' type='image' src='http://www.yell.com/img/gadget_small_search.gif' /><input type='hidden' name='ssm' value='0' /><input type='hidden' name='cam' value='0708affhs2fr' /></form><p><a href='http://www.yell.com/tools/affiliates/'>Get this on your site</a> | <a tabindex='5' class='termsLink' href='http://www.yell.com/legal/home.html' target='_blank'>Yell's Conditions</a></p><div id='error' style='display:none;' class='errorbox'><div class='leftArrow1'></div><div class='leftArrow2'></div>Please enter a product or a service <strong>AND/OR</strong> enter a company name.</div></div>");
function validation() {
	var valid = true;
	var keywords = document.getElementById("keywords").value;
	var coname = document.getElementById("companyname").value;
	if(keywords=="" && coname==""){
		document.getElementById("error").style.display="block";
		valid = false;
	}
	return valid;
}
function hide() {
	document.getElementById("error").style.display="none";
}	

