$(document).ready(function(){

	$('.VideoPlayerShow').attr('href', '/swf/videoplayer.swf?xmlsrc=/projects/insidethehouseofviktorandrolf/flv/VR.xml&amp;autoplay=false');	
	$('.VideoPlayerShow').media( {   width: 600, height: 400, params:{allowFullScreen:true}, bgColor:'#000000', flashVersion:'9'  });
		
});



