
function displaya(file,set){  
    if (set){
        window.location.hash = file;
    }
    if (window.location.hash && !set){
        hash = window.location.hash;
        file = hash.substring(1,hash.length);
    }
	//load the flash movie
	    flashembed("movie", 
	      {
	      src:'FlowPlayerLight.swf',
				width: '469', 
				height: '510'
	      },{
        
      config: {   
	
      videoFile: 'flvs/'+file+'.flv',
			autoPlay: true,
			loop: false,
			autoBuffering:true,
			initialScale:'fit',
			controlBarGloss:'high',
			controlsOverVideo:'ease',
			backgroundColor:'0x000',
			watermarkUrl:'http://www.telefeed.com/images/tflogo.png',
			watermarkLinkUrl: 'http://telefeed.com',
			controlBarBackgroundColor:'0x273aab',
			showWatermark:'fullscreen',		
            emailVideoLink: 'http://www.telefeed.com',
			emailPostUrl: 'email2.php'
 
	      }
        } 
	   )
     ;
	   

}


	

