 jQuery(document).ready(function() { if (!($('.scroll').length)) { jQuery('div#maincontent'); jQuery('div.lb').wrap('<div class="lbwrapper">'); jQuery('div.lbwrapper').prepend('<img src="/Vehiclecheck2/images/panel1_crn_tl.gif" class="topleft" /><img src="/Vehiclecheck2/images/panel1_crn_tr.gif" class="topright" /><img src="/Vehiclecheck2/images/panel1_crn_bl.gif" class="bottomleft" /><img src="/Vehiclecheck2/images/panel1_crn_br.gif" class="bottomright" />'); jQuery('div.newlb').wrap('<div class="newlbwrapper">'); jQuery('div.newlbwrapper').prepend('<img src="/Vehiclecheck2/images/panel1_crn_tl.gif" class="topleft" /><img src="/Vehiclecheck2/images/panel1_crn_tr.gif" class="topright" /><img src="/Vehiclecheck2/images/panel1_crn_bl.gif" class="bottomleft" /><img src="/Vehiclecheck2/images/panel1_crn_br.gif" class="bottomright" />'); jQuery('div.staticlb').wrap('<div class="staticlbwrapper">'); jQuery('div.staticlbwrapper').prepend('<img src="/Vehiclecheck2/images/panel4_crn_tl.gif" class="topleft" /><a class="staticPopupClose"><img src="/Vehiclecheck2/images/close_popup.gif" class="toprightclose" onclick="javascript:top.hideIframe();"/></a><img src="/Vehiclecheck2/images/panel4_crn_bl.gif" class="bottomleft" /><img src="/Vehiclecheck2/images/panel4_crn_br.gif" class="bottomright" />'); jQuery('div#TitleAndImageContainer').after('<div class="scroll">'); jQuery('div.scroll').append( jQuery('div.section') ); } jQuery('div.twocol').each(function(){ var maxHeight=0; jQuery(this).find('div.halfSection').each(function(){ if (maxHeight < jQuery(this).height()) {maxHeight=jQuery(this).height()} }); jQuery(this).find('div.halfSection').each(function(){ $(this).height(maxHeight); }); }); jQuery('div.section').prepend('<img src="/Vehiclecheck2/images/panel3_tl.gif" class="topleftStatic" /><img src="/Vehiclecheck2/images/panel3_tr.gif" class="toprightStatic" /><img src="/Vehiclecheck2/images/panel3_bl.gif" class="bottomleftStatic" /><img src="/Vehiclecheck2/images/panel3_br.gif" class="bottomrightStatic" />'); }); 
