$(document).ready(function() {
	$("#open_video").colorbox({width:400, inline:true, href:"#video_overlay"});
	
	$('#video_overlay_swfobject').flash({
		swf: '/includes/player.swf',
		height: 234,
		width: 382,
		flashvars: {
			file: '/canada.flv',
			image: '/canada.flv.jpg',
			abouttext: 'Catch the Dream',
			aboutlink: 'http://www.iearn2010.org/'
		}
	});
});
