$(document).ready(function() {
    if ($('#big-room').length == 0) {//Don't let this code execute on promo pages (that have no dropdowns)
        $('#userAgent').html(navigator.userAgent);
        setTimeout("$('ul.navigation-2').bgiframe({ width: '230px', height: '1000px', border: '0px green solid' });", 1000);
        $('.panelContainer').bgiframe({ width: '680px', height: '530px', border: '0px green solid' });
        $('.subitempanel').bgiframe();
    }
});
