function createplayer(theFile, go) { 
	var s = new SWFObject("/images/swf/player.swf","playerID","300","240","7"); 
	s.addParam("allowfullscreen","true"); 
	s.addVariable("file",theFile); 
	s.addVariable("width","300"); 
	s.addVariable("height","240"); 
	s.addVariable("overstretch","false"); 
	s.addVariable("skin","/images/swf/Snel.swf"); 
	s.addVariable("image","/videos/30234/alex1.jpg"); 
	if (go) { s.addVariable("autostart","true"); } 
	s.write("placeholder"); 
} 
 
createplayer("/videos/30234/ustradedeficit.flv", false) 

