// JavaScript Document

	$().ready(function(){
	
			jQuery('#theMenu').Accordion({
		active: false,
		header: '.head',
		alwaysOpen: false,
		animated: true,
		showSpeed: 800,
		hideSpeed: 800
	});
	
	jQuery('#home').Accordion({
 header: 'div.title'
 }).activate(0);
	
	jQuery('#subscriptions').Accordion({
		active: false,
		header: '.subHead',
		alwaysOpen: false,
		animated: true,
		showSpeed: 900,
		hideSpeed: 800
	});
	
	
	
	
	jQuery('#specialEvents').Accordion({
		active: false,
		header: '.subHead',
		alwaysOpen: false,
		animated: true,
		showSpeed: 400,
		hideSpeed: 800
	});
	
	
	jQuery('#news').Accordion({
		active: false,
		header: '.subHead',
		alwaysOpen: false,
		animated: true,
		showSpeed: 400,
		hideSpeed: 800
	});
		
		
		$('img[@src$=.png]').ifixpng();
	
		$('#onlineChanels').jqDock({
			align: 'center',
			labels:'br'
			
		});
		
	});
	