//Carousel Slideshow Instance
carousel(
{id:'M4Logo', //Enter arbitrary but unique ID of this slideshow instance
          border:'',
          size_mode:'image', //Enter "carousel" or "image". Affects the width and height parameters below.
          width:46, //Enter width of image or entire carousel, depending on above value
          height:55, //Enter height of image or entire carousel, depending on above value
          sides:4, //# of sides of the carousel. What's shown = sides/2. Even integer with sides/2< total images is best
          steps:100, //# of animation steps. More = smoother, but more CPU intensive
          speed:16, //Speed of slideshow. Larger = faster.
          direction:'left', //Direction of slideshow. Enter "top", "bottom", "left", or "right"
          images:['http://blackonblackrhyme.com/BobrPics/WebGifs/M4%20logo9.gif',
                  'http://blackonblackrhyme.com/BobrPics/WebGifs/M4%20logo9.gif',
                  'http://blackonblackrhyme.com/BobrPics/WebGifs/M4%20logo9.gif',
				  'http://blackonblackrhyme.com/BobrPics/WebGifs/M4%20logo9.gif'],
          links: ['http://www.march4orth.net/portfolio.asp', //enter link URLs, or for no links, empty array instead (links :[])
				  'http://www.march4orth.net/portfolio.asp',
				  'http://www.march4orth.net/portfolio.asp',
				  'http://www.march4orth.net/portfolio.asp'],
          titles:['Welcome',
				  'to',
				  'www.march4orth.net',
				  'Click to Enter'],
          image_border_width:0,
          image_border_color:'blue'
          });
