var player = new CVP({ 
			id : 'cvp_1',
			width : '640', 
			height : '360',
			flashVars : {
				context : 'T1Embed', 
				site : 'majors_golf', 
				profile : '1'
				
			},
			
			embed : {
				containerSwf : '/cdnassets/global/swf/cvp_2.0/cvp_main_container.swf',
				expressInstallSwf : 'http://i.cdn.turner.com/xslo/cvp/assets/flash/expressInstall.swf',
				options : {
					wmode : 'transparent',
					quality : 'high',
		            bgcolor : '#000000',
		            allowFullScreen : 'true', 
		            allowScriptAccess : 'always'		            
				}
			}
		});
	 	jQuery(function($){
	 	player.embedSWF("playerarea_t1");
		});
