﻿$(function() {
	
	// flash NOTE: mp4 mime type must be enabled in IIS
	var flashVars = { 
	    autostart:false,
	    thumb:"/Userfiles/Media/FirstFrame.png", 
	    thumbscale:100,
	    showendscreen:false,
	    color:"0x000000,0x000000"
	};
	swfobject.embedSWF("/Userfiles/Media/Golfvideo_controller.swf", "splash-flash", "560", "388", "10.0.12","/Userfiles/Media/expressInstall.swf", flashVars); 
	
	// scroll supporters
	$('#supporters-scroll').serialScroll({
		items:'li',
		prev:'#supporters-scroll-l',
		next:'#supporters-scroll-r',
		start:0,
		duration: 700,
		interval: 4000,
		force: true,
		stop: true,
		lock: false,
		cycle: true,
		jump: false
	});       
});
