var flashvars = {};
			
			// video width
			var stageW = 480;
			
			// video height		NOTE: you should include the control bar height
			var stageH = 300;

			// image path
			flashvars.imagePath			= "";

			// video path
			flashvars.videoPath 		= "SHF-seafood-confidence.flv";

			// video title
			flashvars.title 			= "Seafood with Confidence";
			flashvars.videoBufferTime	=	"5";
			
			// timeline interval	
			flashvars.tlInterval		=	"100000";

			// sound volume at start 		NOTE :	1=Max	0=Min
			flashvars.soundVolume		=	"0.8";

			// video description
			flashvars.description 		= "";
				var params = {};
			params.scale = "noscale";
			params.allowfullscreen = "true";
			params.salign = "tl";
			params.bgcolor = "222222";
			
			var attributes = {};
			swfobject.embedSWF("/player.swf", "mv", stageW, stageH, "9.0.0", false, flashvars, params, attributes);
