1. var loadJSCarousel = function(){
  2. $("#carousel-noscript").hide();
  3. $('#d_carousel .content').hide();
  4. $('#d_carousel #no-script').hide();
  5. $('#nine11').hide();
  6. $('#flashgoeshere').hide();
  7. $('#jsgoeshere').show();
  8. $('#d_carousel .content').show().load("ajax_carousel.html", function(){
  9. setTimeout( function(){
  10. $('#d_carousel #loading').fadeTo(1000, 0, function(){ $(this).remove();});
  11. $('#d_carousel .content').fadeIn(1200, function(){
  12. $(this).css({'display': 'block'});
  13. });
  14. }, 1200 );
  15. });
  16. $("#DOMWindow").remove();
  17. $("#DOMWindowOverlay").remove();
  18. $("#DOMWindowIE6FixIframe").remove();
  19. }