$( function(){ $('#fader').innerfade({ speed: 2000, timeout: 4000, type: 'sequence', containerheight: '251px' }); $('#minifader').innerfade({ speed: 2000, timeout: 4000, type: 'sequence', containerheight: '150px' }); if($('#my_gallery').html()) { $('#my_gallery').jqGalViewII(); } if($.browser.msie&&/6.0/.test(navigator.userAgent)) { $("body > a").css({ position: "absolute", top: 0, left: 0 }); } });