if(Drupal.jsEnabled) {
  $(document).ready(function() {
		
		$('#header').flash({ 
			src: "/sites/all/themes/CarouselTHIRTY/flash/topnavigation-production.swf",
			width: 955,
			height: 200,
			wmode: 'transparent'
		},
		{
			version: 8
		});
		
		$('#match-game').flash({ 
			src: "/sites/all/themes/CarouselTHIRTY/flash/matching-game.swf",
			width: 720,
			height: 480,
			wmode: 'transparent'
		},
		{
			version: 8
		});

		$('#trivia-game').flash({ 
			src: "/sites/all/themes/CarouselTHIRTY/flash/gearup-quiz.swf",
			width: 720,
			height: 560,
			wmode: 'transparent'
		},
		{
			version: 8
		});
		$('.professor').flash({ 
			src: "/sites/all/themes/CarouselTHIRTY/flash/quiz-feature-production.swf",
			width: 610,
			height: 450,
			wmode: 'transparent'
		},
		{
			version: 8
		});
		
		$('.cta .poll').flash({ 
			src: '/sites/all/themes/CarouselTHIRTY/flash/speakup-block.swf',
			width: 300,
			height: 100,
			wmode: 'transparent'
		},
		{
			version: 8
		});
		
		$('#match-block').flash({ 
			src: '/sites/all/themes/CarouselTHIRTY/flash/match-block-production.swf',
			width: 350,
			height: 329,
			wmode: 'transparent'
		},
		{
			version: 8
		});


		$('#tabs-wrapper .tabs li a').each(function(){
			if ($(this).text() == 'Track') {
			    this.parentNode.removeChild(this);
			}
		});
  });
}
