
function createplayer(theFile, go) {
	var s = new SWFObject("mediaplayer.swf","playerID","468","400","7");
	s.addParam("allowfullscreen","true");
	s.addVariable("file",theFile);
	s.addVariable("width","468");
	s.addVariable("height","400");
	s.addVariable("Buffer","20");
	s.addVariable("displayheight","400");
	s.addVariable("overstretch","fit");
	if (go) { s.addVariable("autostart","true"); }
	s.write("placeholder");
}