function createplayer(theFile, go) {
	var s = new SWFObject("http://www.dcnonl.com/images/swf/player.swf","playerID","320","255","7");
	s.addParam("allowfullscreen","true");
	s.addVariable("file",theFile);
	s.addVariable("width","320");
	s.addVariable("height","255");
	s.addVariable("overstretch","false");
	s.addVariable("skin","http://www.dcnonl.com/images/swf/Snel.swf");
	s.addVariable("image","http://www.dcnonl.com/videos/28678/morrison.jpg");
	if (go) { s.addVariable("autostart","true"); }
	s.write("placeholder");
}

createplayer('http://www.dcnonl.com/videos/28678/jeffmorrison1.flv', false)

