$(document).ready(function(){
	
	var id = 'media';
	
	var flashvars = {
		  		videopath: 'cso_main.flv',
				videowidth: 900,
				videoheight: 328,
				videobuffer: 10
					};

	var params = 	{
				menu: "false",
				wmode: "transparent"
					};
	
	swfobject.embedSWF("video/SimpleVideoLooper.swf", id, flashvars.videowidth, flashvars.videoheight, "9.0.0", null , flashvars, params );
	
});
