document.write("
$(document).ready(function(){ $height = $('.interest_news_list_side > ul > li').height(); if($height <= 125 && $height >= 124) $height = $height * 2; $(\"#_adinc_Ad_098v\").height($height); }); $(window).resize(function() { $height = $('.interest_news_list_side > ul > li').height(); if($height <= 125 && $height >= 124) $height = $height * 2; $(\"#_adinc_Ad_098v\").height($height); });")