function playFlow(mvid,flowDiv,comp){
               flowplayer(flowDiv, {src: "http://gallery.smartbucks.com/public/players/flowplayer.commercial-3.0.7.swf", wmode: 'opaque'}, {
					key: '#@c1c99ae752a0214c91d',
					clip: {
						url: 'mp4:'+mvid+'.mp4',
						scaling: 'scale',
						provider: 'rtmp',
						onFinish:function(info) 
						{document.getElementById(flowDiv).style.display='none';
						document.getElementById(comp).style.display='block';
						document.getElementById(comp).innerHTML = '<br /><br /><br /><br /><br />Title 18, U.S.C. 2257 Compliance Statement<br />Colorado Satellite Broadcasting, Inc #'+mvid+'<br />Custodian of Records: General Counsel, Colorado Satellite Broadcasting, Inc.<br />5435 Airport Blvd. Suite 100, Boulder, CO 80301';
							}
					},
					plugins: {
						rtmp: {
							url: 'http://gallery.smartbucks.com/public/players/flowplayer.rtmp-3.0.2.swf', 
							netConnectionUrl: 'rtmp://stream.vavoom.com/sales/' 
						},
						controls:  { backgroundGradient: 'none', backgroundColor: 'none', all: false, scrubber: true,mute: true,stop: true} },screen: { bottom: 0},
					canvas:  { 
						background: 'transparent', 
						backgroundGradient: 'none'
					}
				});
		}
