document.write(" $(document).ready(function(){ $wheight = $(\".nwbx02\").width(); $height = 550; /* $height = 360; */ $vheight = 0; if($wheight <= 150) { $vheight = $height;} else { $vheight = $height + ($wheight - 150) * 0.33; } $(\"#_adinc_Ad_08hA\").height($vheight); }); $(window).resize(function() { $wheight = $(\".nwbx02\").width(); $height = 550; /* $height = 360; */ $vheight = 0; if($wheight <= 150) { $vheight = $height;} else { $vheight = $height + ($wheight - 150) * 0.33; } $(\"#_adinc_Ad_08hA\").height($vheight); }); ")