function displaya(movie,set){  

	if (set){
        window.location.hash = movie;
    }
    if (window.location.hash && !set){
        hash = window.location.hash;
        movie= hash.substring(1,hash.length);
    }

	//load the flash movie

	    flashembed("movie", 

	      {

	      src:'FlowPlayerLight.swf',

				width: 540, 

				height: 350

	      },{

        

      config: {   

	

      videoFile: 'uploads/' + movie + '.flv',

			autoPlay: true,

			loop: false,

			autoBuffering:true,

			initialScale:'fit',

			controlBarGloss:'high',

			controlsOverVideo:'ease',

			showStopButton:'true',

			watermarkUrl:'http://www.telefeed.com/images/tflogo.png',

			showWatermark:'fullscreen',		

      emailVideoLink: "http://www.telefeed.com",

			emailPostUrl: "email2.php"



	      }

        } 

	      



	   )

     ;

	   



}

	



