	function RunFoo(moviename)
	{
			//use the streaming svr for the mp4 files
	    document.write('<embed name = "embmovie"  src="http://207.161.102.85/' + moviename + '"width="355" height="288" align="top" pluginspage="http://www.apple.com/quicktime/download/standalone"></embed>\n');
	}
	function RunFoo1(moviename)
	{
		//just embed the local source
	    document.write('<embed name = "embmovie"  src="movies/mpg/' + moviename + '"width="355" height="288" align="top" pluginspage="http://www.apple.com/quicktime/download/standalone"></embed>\n');
	}
