function createplayer(theFile, go) {
	var s = new SWFObject("mediaplayer.swf","PlayerID","600","510","7");
	s.addParam("allowfullscreen","true");
	s.addParam("menu","false");
	s.addVariable("file",theFile);
	s.addVariable("width","600");
	s.addVariable("height","510");		
	s.addVariable("overstretch","fit");
	s.addVariable("shuffle","false");
	s.addVariable("logo","http://rcasf.com/swf/asfpglobal.swf");	
	if (go) { s.addVariable("autostart","true"); }
	s.write("placeholder");
}
