function testFlash(){if(!FlashDetect.installed){jQuery("#info").html('<p>You need <a href="http://get.adobe.com/flashplayer/">Flash</a> installed for this page.</p>');jQuery("#info").css("display","block");return 0}if(!FlashDetect.versionAtLeast(9,0,115)){jQuery("#info").html('<p>You need a newer version of <a href="http://get.adobe.com/flashplayer/">Flash</a> to view these videos.</p>');jQuery("#info").css("display","block");return 0}return 1}function main(){if(!testFlash()){jQuery(".video").removeAttr("href");return}var b=jQuery(".video");for(var a=0;a<b.length;a++){clips[a]=jQuery(b[a]).attr("href");jQuery(b[a]).removeAttr("href");jQuery(b[a]).attr("name",a);jQuery(b[a]).click(function(){var c=clips[jQuery(this).attr("name")];$.modal(jQuery("#player"),{onClose:function(){flowplayer("player").stop();$.modal.close()}});flowplayer("player","flowplayer/flowplayer.swf",{version:[15,115],clip:{url:c,scaling:"fit"}});flowplayer("player").play()});jQuery(b[a]).css("cursor","pointer")}}var clips=new Array();jQuery(document).ready(main);