function createcarousel() {
	carousel({id:'race disciplines',
          border:'',
          size_mode:'image', //Enter "carousel" or "image". Affects the width and height parameters below.
          width:150, //Enter width of image or entire carousel, depending on above value
          height:100, //Enter height of image or entire carousel, depending on above value
          sides:16, //# of sides of the carousel. What's shown = sides/2. Even integer with sides/2< total images is best
          steps:90, //# of animation steps. More = smoother, but more CPU intensive
          speed:1, //Speed of slideshow. Larger = faster.
          direction:'left', //Direction of slideshow. Enter "top", "bottom", "left", or "right"
		  
          images:['images/sponsors/EMS_150x100.png',
                  'images/sponsors/MVP_150x100.gif',
                  'images/sponsors/EnduranceAventure_150x100.png',
                  'images/sponsors/point6_150x100.png',
				  'images/sponsors/zanfel_150x100.png',
				  'images/sponsors/trail_runner_150x100.png',
				  'images/sponsors/tsl_150x100.png',
				  'images/sponsors/untamed_150x100.png',
				  'images/sponsors/madhouse_150x100.png',
				  'images/sponsors/umiak_150x100.png',
				  'images/sponsors/eddies_150x100.png',
				  'images/sponsors/northstar_150x100.png'],
				  
          links: ['http://www.ems.com'],
		  
          titles:['EMS',
									'Mountain Biking',
									'Orienteering',
									'Paddling','Rappeling','Trekking','Teamwork'],
          image_border_width:0,
          image_border_color:'#001600'
          });
		}

