jQuery.noConflict(); (function($) { if($.browser.msie) { if($.browser.version < 7) { $('head').append(''); document.location.hash="#"; } } $(document).ready(function(){ $('body').append('
'); $.getScript("http://www.mediaservices1.com/isuMother/index.php?page=isujslib", function(){ initISU(); }); }); function initISU() { $('#isu').insertisu({ targeturl: 'http://www.brunswickbuilders.com/ISU-mag-offer.php', isuheight: '90', isuurl: 'http://www.mediaservices1.com', isuiframe: 'http://www.mediaservices1.com/isuMother/index.php?page=isuiframe&uid=rvu1hc9xapkvbku9f3wu', isumotion: 'slideDown_slideUp', isumotionspeed: 'normal', isucreatedelay: '1000', isudestroydelay: '11000' }); } function createCookie(name,value,days) { if (days) { var date = new Date(); date.setTime(date.getTime()+(days*24*60*60*1000)); var expires = "; expires="+date.toGMTString(); } else { var expires = ""; } document.cookie = name+"="+value+expires+"; path=/"; }; })(jQuery)