jQuery.dropDN={};

jQuery.dropDN.debug=function(_7){
if((window.location.hostname==""||window.location.hostname=="")&&typeof console!="undefined"&&typeof console.log!="undefined"){
console.log("dropDN.debug: "+_7);
}
};
jQuery.dropDN.afterItExists=function(_8,_9,f){
var _b=jQuery.dropDN.debug;
if(typeof jQuery.dropDN.afterItExists.queue=="undefined"){
jQuery.dropDN.afterItExists.queue={};
jQuery.dropDN.afterItExists.tries={};
}
if(typeof _9=="undefined"){
_9=60;
}
if(typeof jQuery.dropDN.afterItExists.tries[_8]=="undefined"){
jQuery.dropDN.afterItExists.tries[_8]=0;
}
if(typeof f!="undefined"){
jQuery.dropDN.afterItExists.queue[_8]=f;
_b("starting up afterItExists for "+_8);
}
var el=jQuery(_8);
if(el.length>0){
jQuery.dropDN.debug("executing afterItExists for "+_8);
f=jQuery.dropDN.afterItExists.queue[_8];
jQuery.dropDN.afterItExists.tries[_8]=0;
jQuery.dropDN.afterItExists.queue[_8]=false;
f();
}else{
if(jQuery.dropDN.afterItExists.tries[_8]++<(_9*2)){
setTimeout("jQuery.dropDN.afterItExists('"+_8+"', "+_9+")",500);
}else{
jQuery.dropDN.afterItExists.tries[_8]=0;
jQuery.dropDN.afterItExists.queue[_8]=false;
}
}
};




