function createPlayer(theFile, height, playlistsize)
{
	var flashvars = {
			file:theFile, 
			autostart:"false",
			playlist:"bottom",
			playlistsize:playlistsize,
			screencolor:"F8F8F9",
			backcolor:"F8F8F9"
	}
	var params = {
			allowfullscreen:"true", 
			allowscriptaccess:"always",
			wmode:"opaque"
	}
	var attributes = {
			id:"player1",  
			name:"player1"
	}
	swfobject.embedSWF("/video/player.swf", "placeholder1", "300", height, "9.0.115", false, flashvars, params, attributes);
}
