
	function load_video(el,thumb,vid) {
		$f(el, "http://bitfenix.video.bgcdn.net/flowplayer-3.2.7.swf", {
		'playlist': [
			{ 'url':'http://bitfenix.video.bgcdn.net/'+thumb, 'scaling':'scale' },
			{ 'url':'http://bitfenix.video.bgcdn.net/'+vid, 'autoPlay':false }
		],
		'clip': {
        	// this will be tracked under our Promo Video category
        	eventCategory: 'Video: '+vid
    	},
    	plugins:{
	        gatracker: {
	            url: "http://bitfenix.video.bgcdn.net/flowplayer.analytics-3.2.2.swf",
	            
	            // track all possible events. By default only Start and Stop 
	            // are tracked with their corresponding playhead time.
	            events: {
	            	all: true
	            },
	            debug: false,
	            accountId: "UA-329321-22" // your Google Analytics id here
	        }
	    }
		});
	}
