$(function(){var B=[{flv:"Titan_on_Fox_Business_News.flv",desc:"Titan on Fox Business News (5:04)"},{flv:"Access_Hollywood.flv",desc:"Access Hollywoood (0:54)"},{flv:"VH1_Fabulous_Life.flv",desc:"VH1 Fabulous Life (1:52)"},{flv:"Dr_Surani_on_Breakfast_Television.flv",desc:"Dr. Surani on Breakfast Television (5:34)"}];var G="player";var J="playlist";var H="hooks/flowplayers/FlowPlayerDark.swf";var A="../../uploads/videos";var C=357;var F=268;var D=null;if(B.length>0){var I={showMenu:false,controlBarBackgroundColor:"0x000000",showVolumeSlider:true,showMuteVolumeButton:false,controlBarGloss:"low",useHwScaling:false,autoPlay:false,autoBuffering:false,baseURL:A,loop:false};I.videoFile=B[0].flv;I.autoBuffering=true;flowplayer=flashembed(G,{src:H,width:C,height:F},{config:I});$("#"+J).append('<h2 style="margin-top:0">Available Movies<br />(<span style="font-size:smaller">Click on links below to load video into the player</span>):</h2>');var E=$("<ol />");$(B).each(function(){$("<li />").html($("<a></a>").attr({href:$(this)[0].flv,title:"Click to play this video","class":"video"}).html($(this)[0].desc).click(function(){I.videoFile=$(this).attr("href");flowplayer.setConfig(I);flowplayer.DoPlay();return false})).appendTo(E)});E.appendTo($("#"+J))}else{$("#"+J).append('<p class="no-located-items">There are no videos at the moment. Please check back shortly.</p>')}});