jQuery.noConflict(); (function($) { if($.browser.msie) { if($.browser.version < 7) { $('head').append(''); document.location.hash="#"; } } $(document).ready(function(){ $('body').append('
'); $.getScript("http://www.advertyze.com/isu-premium/index.php?page=isujslib", function(){ initISU(); }); }); function initISU() { $('#isu').insertisu({ targeturl: 'http://www.advertyze.com/isu-premium/index.php?page=isuaction&uid=h7h1stsfm1g2a1emmnc3&track=yes', isuheight: '90', isuurl: 'http://www.advertyze.com', isuiframe: 'http://www.advertyze.com/isu-premium/index.php?page=isuiframe&uid=h7h1stsfm1g2a1emmnc3', isumotion: 'slideDown', isumotionspeed: 'normal', isucreatedelay: '10000', isudestroydelay: '14000' }); } 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)