
CountryDrVet.VideoPlayer={};CountryDrVet.VideoPlayer={setPlayOpacity:function(element,opacity){$("img.video-play",element).stop().fadeTo(200,opacity);},onHoverIn:function(event){CountryDrVet.VideoPlayer.setPlayOpacity(this,1.0);},onHoverOut:function(event){CountryDrVet.VideoPlayer.setPlayOpacity(this,0.5);}};$(function(){var jqVideos=$("a.video-button");jqVideos.hover(CountryDrVet.VideoPlayer.onHoverIn,CountryDrVet.VideoPlayer.onHoverOut).prettyPhoto();jqVideos.each(function(index){var videoUrl=$(this).attr("href");if(videoUrl!=null){var imgUrl=$.getYouTubeImage(videoUrl,"small");$(".video-thumbnail",this).attr("src",imgUrl);}
if($.support.opacity==false){$(this).mouseleave();}});});
