$(function (){
	$("#flv_video").colorbox({iframe:true, innerWidth:800, innerHeight:600});
	$('#flash_quote').flash({
			swf: 'http://www.granvilleislandworks.com/quotes.swf',
			params: {
				allowScriptAccess:'true',
				allowFullScreen:'true',
				quality:'high',
				wmode: 'transparent',
				bgcolor:'#ffffff'
			},
			width: 450,
			height: 180
			
	});
	$('#participants').flash({
		swf: 'http://www.granvilleislandworks.com/featured_business.swf',
		params: {
			allowScriptAccess:'true',
			allowFullScreen:'true',
			quality:'high',
			wmode: 'transparent',
			bgcolor:'#ffffff'
		},
		width: 290,
		height: 350
	});
});