﻿
jQuery(hookupCarouselVideo);var VIDEODIV="carouselVideo";var moviePlayer;var playing=false;function hookupCarouselVideo(){var flashvars={};var params={allowscriptaccess:true,allowfullscreen:true,wmode:"transparent"};var attributes={};moviePlayer=document.getElementById("vidplayer");}
function playerStateChanged(state){if(state=="playing"){pauseSliding();return;}
resumeSliding();}
function MOVIE_RESUME(){playing=true;pauseSliding();}
function MOVIE_PLAY(){playing=true;pauseSliding();}
function MOVIE_PAUSE(){playing=false;resumeSliding();}
function playMovie(){moviePlayer.playvideo();}
function pauseMovie(){try{moviePlayer.pausevideo();}
catch(error){}}