function displaya(movie,set){  
	
	if(window.location.hash && !set){
		movie = window.location.hash;
		if (movie == "#lastestvideo"){movie = "#Biogas_Digester_at_the_Hilarides_Dairy"}
		movie = movie.slice(1,movie.length) + ".flv";
		document.getElementById('footer').innerHTML='';
	}else{
		//change the hash
		window.location.hash=movie.slice(0,-4);
	}

	//load the flash movie

	    flashembed("movie", 

	      {

	      src:'FlowPlayerLight.swf',

				width: 540, 

				height: 350

	      },{

        

      config: {   

	

      videoFile: "flvs/" +  movie,

			autoPlay: false,

			loop: false,

			autoBuffering:true,

			initialScale:'fit',

			controlBarGloss:'high',

			controlsOverVideo:'ease',

			showStopButton:'true',

			watermarkUrl:'images/tflogo.png',

			showWatermark:'fullscreen',		

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

			emailPostUrl: "email2.php"



	      }

        } 

	      



	   )

     ;

	   



}

	




