jQuery(document).ready(function(){jQuery("div.ads").alignToSpacer()});jQuery.fn.extend({alignToSpacer:function(){return this.each(function(){var f=jQuery(this);var e=f.attr("id").split("_")[1];var c=document.getElementById(f.attr("id"));if(jQuery("#spacer_"+e).length==1&&!f.html().match(/grey/)&&!f.html().match(/spacer_1x1/)&&!f.html().match(/count_pix/)){var b=document.getElementById(f.attr("id")).getElementsByTagName("script");if(b!==null){for(i=0;i<b.length;i++){var d=b[i];if(b[i].src.match("^http://")){d.src=d.src.replace(d.src,"/_js/dummy.js")}}}f.show();var a=c.parentNode;a.removeChild(c);document.getElementById("spacer_"+e).appendChild(c)}})}});
