$(document).ready(function(e){
	
	if($('div#video').length>0){

	var lic=$('div#video').attr('lic'); 		
	var v_date=video_date();	
	
	if(lic!='') {
	
		flowplayer('video', "swf/flowplayer.commercial-3.1.0.swf", {  
		    clip: { 
		        url: v_date, 
		        provider: 'influxis'
		    }, 
		    plugins: { 
		        influxis: { 
		            url: 'swf/flowplayer.rtmp.swf',  
		            netConnectionUrl: 'rtmp://rlawkbc4xy4.rtmphost.com/astromantica',
		            Autoplay: true
		        } 
		    },
		    key: lic
		});
	} else {
		flowplayer('video', "swf/flowplayer-3.1.0.swf", {  
		    clip: { 
		        url: v_date, 
		        provider: 'influxis'
		    }, 
		    plugins: { 
		        influxis: { 
		            url: 'swf/flowplayer.rtmp.swf',  
		            netConnectionUrl: 'rtmp://rlawkbc4xy4.rtmphost.com/astromantica',
		            Autoplay: true
		        } 
		    }
		});
	}
	flowplayer('video').play();
	}
})