
$(function(){
$('#ImageGallery22 ul.rotateBanners').rotateBanners({
delayMS: 4000, //milliseconds
navPosition: "top-left",
navOffsetTop: 5, //pixels. can be negative
navOffsetLeft: 5, //pixels. can be negative
navShowPageNumbers: false,
startPaused: false,
rotateItemsSelector: 'li',
startOnItemNum: 1,
caption: "Click for more info...",
captionAutoLink: true,
showCaptionDelay: 1500, //milliseconds
hideOverflow: true, //probably want true if using a caption, false if you want to move the navigation outside the banner area
animateOnClick: false
});
});


$(function(){
//video to use when page loads
if(location.host.indexOf(".cirkuit.net")== -1){ //dont run flowplayer in backend. wastes bandwith and slows things down
$f("headerPlayer", "/cirkuit/includes/flash/flowplayer/3.2.4/flowplayer.swf", {
clip : {
autoBuffering: true,
autoPlay: true,
url: "/media/Steve Morris Website Header Feb 2012.flv"
},
plugins: {
controls : {
playlist: false
}
}
});
}
});


