﻿// JScript File
// On document ready.
$(document).ready(function(){
	$("div#SlideShowBack").show().cycle(
		{
			fx: 'fade',
            speed: 3000,
            delay: -500,
            timeout: 9000,
            cleartype: !$.support.opacity,
            height: 344,
            cleartypeNoBg: true,
            pause: 0
		}
	);
});

$(document).ready(function(){
	$("div#SlideShowFront").show().cycle(
		{
			fx: 'fade',
            speed: 3000,
            delay: -500,
            timeout: 5000,
            cleartype: !$.support.opacity,
            height: 197,
            cleartypeNoBg: true,
            pause: 0
		}
	);
});

$(document).ready(function(){
	$("div#SlideShowBackBottom").show().cycle(
		{
			fx: 'fade',
            speed: 1,
            delay: -500,
            timeout: 750,
            cleartype: !$.support.opacity,
            height: 259,
            cleartypeNoBg: true,
            pause: 0
		}
	);
});

$(document).ready(function(){
	$("div#SlideShowUC").show().cycle(
		{
			fx: 'fade',
            speed: 4000,
            delay: -500,
            timeout: 6000,
            cleartype: !$.support.opacity,
            height: 294,
            cleartypeNoBg: true,
            pause: 0
		}
	);
});
