flowplayer("a.player", "/swf/flowplayer.commercial-3.1.1.swf", { 
					   clip: { 
			//baseUrl: 'http://cdn.cloudfiles.mosso.com/c46482', 
        	//url: "http://player-e7.simplecdn.net/flowplayer.flv",
			scaling: 'scale',
			baseUrl: 'http://cdn.cloudfiles.mosso.com/c129451/', 
			autoPlay: false, 
        	autoBuffering: false,
		 	// track start event for this clip   
        	onStart: function(clip) {   
            	pageTracker._trackEvent("Videos", "Play", "6 Part Course:" + this.getClip().url);  
        	},   
          
        	// track pause event for this clip   
        	onPause: function(clip) {   
            	pageTracker._trackEvent("Videos", "Pause", "6 Part Course:" + this.getClip().url);  
        	},   
          
        	// track stop event for this clip   
        	onStop: function(clip) {   
            	pageTracker._trackEvent("Videos", "Stop", "6 Part Course:" + this.getClip().url);  
        	},   
          
        	// track finish event for this clip   
        	onFinish: function(clip) {   
            	pageTracker._trackEvent("Videos", "Finish", "6 Part Course:" + this.getClip().url);  
        	}  
		},
		
		/// single entry that points to the Flowplayer home page 
		contextMenu: [ 
 
    		// 1. "About Flowplayer...";  selecting this item goes to our homepage 
    		{'Download This Video' : function() { 
        		location.href = 'http://cdn.cloudfiles.mosso.com/c129451/' + this.getClip().url; 
    		}}, 
 
    		// 2. menu separator. 
    		'-', 
 
    		// 3. version information. 
    		'Jamorama Free Guitar Lessons' 
		],
		
    	// product key from your account 
    		key: '#@47a3299daa0102079aa' 
		});
