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

// 	$("#accordion").accordion();

	$('#header').flash(
		{
			src: '/_swf/header.swf',
			width: 816,
			height: 300		
		}, 
		{ expressInstall: true }
	);

// 	$('#slideshow ul').innerfade({
// 		speed: 'slow',
// 		timeout: 4000,
// 		type: 'sequence',
// 		containerheight: '300px'
// 	});
		

}); 
