﻿    var translideshow1 = new translideshow({
        wrapperid: "myslideshow", //ID of blank DIV on page to house Slideshow
        dimensions: [699, 399], //width/height of gallery in pixels. Should reflect dimensions of largest image
        imagearray: [
		["images/frontPage/banner1.jpg","http://www.epfitness.com/GuestPass.aspx","_self"], //["image_path", "optional_link", "optional_target"]
		["images/frontPage/banner2.jpg","http://www.youtube.com/watch?v=vLFM_u0VKQ0","_new"],
		["images/frontPage/banner3.jpg"],
		["images/frontPage/banner4.jpg", "https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=service%40epfitness%2ecom&item_name=Internet%20Special&item_number=8M%20001350703211&amount=89.99&shipping=0%2e00&no_shipping=0&no_note=1&tax=7.42&currency_code=USD&lc=US&bn=PP%2dBuyNowBF&charset=UTF%2d8", "_new"],
		["images/frontPage/banner5.jpg"] //<--no trailing comma after very last image element!
	],
        displaymode: { type: 'auto', pause: 4000, cycles: 10, pauseonmouseover: true },
        orientation: "h", //Valid values: "h" or "v"
        persist: true, //remember last viewed slide and recall within same session?
        slideduration: 600 //transition duration (milliseconds)
    })

