﻿var mygallery3=new fadeSlideShow({
	wrapperid: "fadeshow3", //ID of blank DIV on page to house Slideshow
	dimensions: [445, 220], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["Images/SlideShow/Rodlogo.jpg", "http://rodhatfieldchevy.com", "_blank", ""],
		//["Images/SlideShow/lhc.jpg", "http://lexingtonherald.adperfect.com", "_blank", ""],
		//["Images/SlideShow/forsale.png", "FSBO.aspx", "", ""],
		//["Images/SlideShow/lhlgo.jpg", "http://kentucky.com", "_blank", ""],
		//["Images/SlideShow/facebook.png", "http://facebook.com","_blank", ""],
		//["Images/SlideShow/lhlp.jpg", "http://thepistonmag.com", "_blank", ""],
		//["Images/SlideShow/lhl.jpg", "http://www.herald-leader.com", "_blank", ""],
		["Images/SlideShow/carfax.png", "http://www.carfax.com", "_blank", ""]//<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:4000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "peekaboo",
	togglerid: ""
})

jQuery().ready(function(){
   //desc = document.getElementById("txtDesc").value;
   //topDesc = desc.split('|');

    jQuery('#mycarousel').jcarousel({
        auto: 8,
        wrap: 'last',
        initCallback: mycarousel_initCallback
    });
})

