// <![CDATA[
    $(document).ready(function(){
		 $("#featdisplay1").hide();
		
		$(".video_link a").click(function(){
		
			$("#featdisplay1").show();
			var videoFile = ["http://www.iyogi.net/banner_video/PatrickKleeman_27-04-10.mp4", "http://www.iyogi.net/banner_video/RuthBarrie_27-04-10.mp4", "http://www.iyogi.net/banner_video/LangleyDeave_27-04-10.mp4"];
			var imageFile=  ["http://www.iyogi.net/banner_video/PatrickKleeman2.jpg", "http://www.iyogi.net/banner_video/RuthBarrie2.jpg", "http://www.iyogi.net/banner_video/LangleyDeave2.jpg"];
		
		var clkId = this.id.slice(-1);
			showVid('jwplayer', videoFile[clkId], imageFile[clkId], 'true');
		});
		$(".close a").click(function(){
			 $("#featdisplay1").hide();
		});
    });
// ]]>

