
// Put all your code in your document ready area

$(document).ready(function($){

// Do jQuery stuff using $ this where the functions need to go   
	
	$("#accordion").accordion({ collapsible: true, active: 2 });


	$("#videopopup1").fancybox({
		'width' : 680,
		'height' : 490,
		'autoScale' : false,
		'transitionIn' : 'none',
		'transitionOut' : 'none',
		'type' : 'iframe' 
	});



});
