
	function runMedia(theContainer){
		var so = new SWFObject('http://flash.williams.edu/clients/full/mediaplayer.swf','mpl',theWidth,theHeight,'8');
		so.addParam('allowscriptaccess','always');
		so.addParam('allowfullscreen','true');
		so.addVariable('height',theHeight);
		so.addVariable('width',theWidth);
		so.addVariable('id',('wit2008/'+theID));
		//so.addVariable('image','http://webdev.williams.edu/breaking_the_mold/'+theImage);
		so.addVariable('volume','80');
		so.addVariable('file','rtmp://flv.williams.edu/restricted');
		document.write ('<div id="'+theContainer+'" ><div style="background: #cccc00">Either your Flash Player isnt installed or its old.  <a href="http://www.macromedia.com/go/getflashplayer">Get the latest version</a> to see this movie.  Its free, from Adobe.</div></div>');
		so.write(theContainer);
	}