function displaya(movie){  

	

	//load the flash movie

	    flashembed("movie", 

	      {

	      src:'FlowPlayerLight.swf',

				width: 468, 

				height: 350

	      },{

        

      config: {   

	

      videoFile:"http://vodspots.com/gladiator/" + movie,

			autoPlay: true,

			loop: false,

			autoBuffering:true,

			initialScale:'fit',

			controlBarGloss:'high',

			controlsOverVideo:'ease',

			showStopButton:'true',

			watermarkUrl:'http://vodspots.com/gladiator/images/tflogo.png',

			showWatermark:'fullscreen',		

      emailVideoLink: "http://vodspots.com/gladiator",

			emailPostUrl: "http://vodspots.com/gladiator/email2.php"



	      }

        } 

	      



	   )

     ;

	   



}





	



