var quotes=[]; //FIRST SLIDESHOW
//configure the below images and descriptions to your own.
quotes[0] = ["/images/quote.jpg", "The pleasures of the table are of all times and all ages, of every country and of every day; they go hand in hand with all our other pleasures, outlast them, and in the end console us for their loss. -Jean Anthelme Brillat-savarin 1755-1826."];
//quotes[1] = ["images/quote.jpg", ""];
//quotes[2] = ["images/quote.jpg", ""];
//quotes[3] = ["images/quote.jpg", ""];
//quotes[4] = ["images/quote.jpg", ""];


//above slide show uses only the defaults
quotes.fadecolor=1; //will set fading images background color, defaults to white
quotes.no_controls=1; //will set a slide show with no controls
quotes.no_descriptions=1; //use for no descriptions displayed
quotes.no_added_linebreaks=1; //use for no added line breaks in formatting of texts and controls
quotes.nofade=0; //use for no fade-in, fade-out effect for this show
quotes.use_alt=1; //use for descriptions as images alt attributes




var banners=[]; //FIRST SLIDESHOW
//configure the below images and descriptions to your own.
banners[0] = ["/images/banner01.png", ""];
banners[1] = ["/images/banner02.png", ""];
banners[2] = ["/images/banner03.png", ""];
banners[3] = ["/images/banner04.png", ""];
banners[4] = ["/images/banner05.png", ""];


//above slide show uses only the defaults
banners.fadecolor=1; //will set fading images background color, defaults to white
banners.no_controls=1; //will set a slide show with no controls
banners.no_descriptions=1; //use for no descriptions displayed
banners.no_added_linebreaks=1; //use for no added line breaks in formatting of texts and controls
banners.nofade=0; //use for no fade-in, fade-out effect for this show
banners.use_alt=1; //use for descriptions as images alt attributes