﻿$(document).ready(function () {
    $('.slideshow').cycle({
        fx: 'fade',
        timeout: 8000
    });
    $('.slideshow_holder').attr("style", "display:block;");

    if ($.browser.msie && $.browser.version.substr(0, 1) < 7) {//If IE6
        alert("Warning: IE versions 6 and under are not supported for this site.  Page may not display correctly!");
    }
});
