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