$(document).ready(function(){

	$('.VideoPlayer').attr('href', '/swf/mediaplayer_black.swf??streamer=rtmp://red5.showstudio.com/streaming&amp;file=/projects/insidethehouseofviktorandrolf/flv/ViktorAndRolf_talk.flv&backcolor=0x0F0F0F&frontcolor=0xFFFFFF&screencolor=0x000000&autostart=true');		
	$('.VideoPlayer').media( {   width: 480, height: 310, params:{allowFullScreen:true}, bgColor:'#FFFFFF', flashVersion:'9'  });			
			
});