﻿var mygallery=new fadeSlideShow({
	    wrapperid: "heroPod", //ID of blank DIV on page to house Slideshow
	    dimensions: [184, 95], //width/height of gallery in pixels. Should reflect dimensions of largest image
	    imagearray: [
	        ["assets/images/twofresh-linkedin.gif", "http://www.linkedin.com/companies/two-fresh-productions", "_blank", "Join us on Linked In" ],
	        ["assets/images/twofresh-twitter.gif", "http://www.twitter.com/two_fresh", "_blank", "Follow us on Twitter"],
	        ["assets/images/twofresh-facebook.gif", "http://www.facebook.com/twofreshproductions", "_blank", "Like us on Facebook" ], 
	        ["assets/images/twofresh-you-tube.gif", "http://www.youtube.com/twofreshproductions", "_blank", "Subscribe to You Tube" ],
		    ["assets/images/twofresh-ustream.gif", "http://www.ustream.tv/channel/two-fresh-tv", "_blank", "Watch us on Ustream"]//<--no trailing comma after very last image element!
		    
		    //["assets/images/twofresh-vimeo.gif", "http://www.vimeo.com/twofreshcircle", "_blank", "Join us on Vimeo"],
		    
		    
    		 
	    ],
	    displaymode: {type:'auto', pause:3000, cycles:0, wraparound:false},
	    persist: true, //remember last viewed slide and recall within same session?
	    fadeduration: 500, //transition duration (milliseconds)
	    descreveal: "ondemand",
	    togglerid: ""
	  
    })