document.write(" $(document).ready(function(){ $height = $('.news_list > ul > li').height(); $(\"#_adinc_Ad_098w\").height($height); }); $(window).resize(function() { $height = $('.news_list > ul > li').height(); $(\"#_adinc_Ad_098w\").height($height); console.log($height); });
")