document.write('<div id="dabbp_spyahooweb_container"></div>');
var DabBp;
var Dabten;
if(!DabBp)DabBp={};
DabBp.SPYahooWeb={
 cgi:'parts/yahooweb.cgi'
 ,key:''
 ,tm:''
};

DabBp.SPYahooWeb.Start=function(){
Dabten.InsertHTML('dabbp_spyahooweb_container', 'dabbp_spyahooweb_container', {});
DabBp.SPYahooWeb.tm=setInterval('DabBp.SPYahooWeb.Search();', 500);
return false;
};
DabBp.SPYahooWeb.Search=function(f){
var q=document.getElementById('dabbpyahoowebform');
if(q)q=q.q;
if(!q || q.value=='' || DabBp.SPYahooWeb.key==q.value && !f)return false;
DabBp.SPYahooWeb.key=q.value;
Dabten.InsertFromURI('dabbpyahooweboutput', 'html', 'dabbp_spyahooweb_items', DabBp.SPYahooWeb.cgi, {postData:{q:DabBp.SPYahooWeb.key},method:'GET'} );
return false;
};

DabBp.SPYahooWeb.InitTags=function(){
if(!Dabten){setTimeout('DabBp.SPYahooWeb.InitTags()', 1000);return;}
Dabten.Load({'dabbp_spyahooweb_container':'parts/yahooweb_container.txt', 'dabbp_spyahooweb_items':'parts/yahooweb_items.txt'},{onsuccess:DabBp.SPYahooWeb.Start});
return false;
};
DabBp.SPYahooWeb.InitTags();
