function createPlayer(theFile) {
	var so = new SWFObject('../../embed/player.swf','mpl','478','358','8');
	so.addParam('allowscriptaccess','always');
	so.addParam('allowfullscreen','true');
	so.addVariable('controlbar','over');
	so.addVariable('screencolor','0x000000');
	so.addVariable('height','478');
	so.addVariable('width','358');
	so.addVariable('file',theFile);
	so.addVariable('id','promo');
	so.addVariable('backcolor','0x333333');
	so.addVariable('lightcolor','0xFF3333');
	so.addVariable('searchbar','false');
	so.addVariable('overstretch','fit');
	so.addVariable('showstop','true');
	so.addVariable('showdigits','false');
	so.addVariable('repeat','false');
	so.addParam('wmode','transparent');
	so.write('adplayer');
}