var videoPath='/generic-video/go-rving-gone-fishin.flv';var seekTo=1;var videoTag='homePageVideo';var firstTimeVisitor;if($.cookie('videoplayerhome')==null){firstTimeVisitor=null;$.cookie('videoplayerhome',"Video Loaded",{path:"/",expires:30});}else{firstTimeVisitor=function(){this.seek(seekTo).pause();$.cookie('playedOnce',"User Pressed Play");};}
var playedOnce;playedOnce=function(){if($.cookie('playedOnce')==null){playedOnce=null;}else{this.seek(0).play();$.cookie('playedOnce',null);}};var fpPlayer="http://common.interactrv.com/common/assets/flash/flowplayer/flowplayer.commercial-3.2.7.swf";var fpConfig={plugins:{controls:{autoHide:false,background:'#272D6A',backgroundGradient:'none'},lighttpd:{url:'http://common.interactrv.com/common/assets/flash/flowplayer/flowplayer.pseudostreaming-3.2.7.swf'}},clip:{provider:'lighttpd',ipadUrl:'http://d.video.interactrv.netdna-cdn.com/play/_definst_/flv:vod/video.interactrv'+videoPath+'/playlist.m3u8',autoPlay:true,autoBuffering:true,onStart:firstTimeVisitor,onResume:playedOnce},canvas:{background:'#000000',backgroundGradient:'none'}}
$(function(){var playlist=[{url:'http://p.video.interactrv.netdna-cdn.com/vod/video.interactrv'+videoPath}];fpConfig.key=fpkey;fpConfig.playlist=playlist;$f(videoTag,fpPlayer,fpConfig).ipad();;});
