
function showPremiumListing(category,location,partnerURL){var objDom=$_dom.ById('premium-listing');if(objDom)objDom.innerHTML='<IFRAME src="http://'+partnerURL+'/widget.aspx?'+'q='+escape(category)+'&p='+escape(partnerURL)+'&z='+escape(location)+'"   frameborder="0" scrolling="no" style="width:100%; height:115px; min-height:10px"></IFRAME>';}
function search(keyword,location,partnerURL){parent.document.location='http://'+partnerURL+'/search.pg?q='+escape(keyword)+'&z='+escape(location);return false;}
