/**
* Copyright (c)2008 44 Interactive. All Rights Reserved.
*
* SVN File: $Id: base.js 72 2008-06-05 12:06:42Z Mike Neugebauer $
* @author $Author: Mike Neugebauer $
* @version $Revision: 72 $
* @lastrevision $Date: 2008-06-05 07:06:42 -0500 (Thu, 05 Jun 2008) $
* @modifiedby $LastChangedBy: Mike Neugebauer $
* @lastmodified $LastChangedDate: 2008-06-05 07:06:42 -0500 (Thu, 05 Jun 2008) $
* @filesource $URL: svn+ssh://miken@svnhost/svnhome/base/branches/nextstage/cms_js/base.js $


 
jQuery(function($) {  
$('#slideshow').crossSlide({
  sleep: 3, //in px/sec
  fade: 1    //in sec
}, [
{ src: '/_cust/images/slideshow/longDriveContest.jpg', href:'/events/detail/74'    }, 
{ src: '/_cust/images/slideshow/chadgreenway.jpg', href:'/events/detail/74'    }, 
  { src: '/_cust/images/slideshow/academy.jpg', href:'/events/detail/1'    } 

]);

});
*/

 

	function startVideo( )
	{
		startFlash( 'player2.swf' );
	}


	function startFlash( swfIn )
	{
		var autoplayval = 'true';
		var flashvars = { visited:autoplayval  };
		var params = {};
		params.wmode = "transparent";
		var attributes = {};
		swfobject.embedSWF("/_cust/flash/" + swfIn, "videoin", "330", "230", "9.0.0", "expressInstall.swf", flashvars, params, attributes);
	}
 
