$(document).ready(function(){
	//hide the info box stuff
	$('#info-box').hide();
	
	//set up the video page movie
	$('body#video div#video-container').flash({
		src: '/swf/video_container.swf',
		width: 640,
		height: 480, 
		base:'.', 
    majorversion:'9', 
    build:'0',
		menu:'false'
	});
	
});
