FLYFI.isCustomRadioPlayer=function(){return $("body").hasClass("customradio")};FLYFI.isWidgetCreationPage=function(){return $("body").hasClass("widget")||$("body").hasClass("mywidget")};FLYFI.onClick_vidToggle=function(b){if(b){b.preventDefault();b.stopPropagation()}$("#player_shell_shell").toggleClass("bigvideo");var a=$("#player_shell_shell").hasClass("bigvideo");$("li.vid_toggle span").attr("title",a?"Make the Video Smaller":"Make the Video Bigger");FLYFI.preferences.setBoolean(FLYFI.BIG_VIDEO,a);if(!FLYFI.isSafari()&&FLYFI.playingTrack.playing&&FLYFI.playingTrack.haveVideoTrack()&&FLYFI.playerControls==FLYFI.playingTrack.playerControls){FLYFI.playerControls.newVideoPlayer();var c=FLYFI.playingTrack_data_play.push(FLYFI.playerControls)-1;setTimeout("FLYFI.playingTrack_popQueue_play("+c+")",500)}};FLYFI.startPlayer=function(){var a=$(window);a.trigger(FLYFI.MSG_Start);if(FLYFI.preferences.getBoolean(FLYFI.BIG_VIDEO)&&$(".controls_on_page").length===0){FLYFI.onClick_vidToggle()}a.trigger(FLYFI.MSG_Started)};$(document).ready(function(){$(".vid_toggle").click(FLYFI.onClick_vidToggle);FLYFI.start_currentUser();FLYFI.startPlayer()});