﻿// JScript File
// On document ready.
$(document).ready(function(){
	$("div#SlideShow").show().cycle(
		{
			fx: 'fade',
            speed: 2000,
            delay: -500,
            timeout: 4000,
            cleartype: !$.support.opacity,
            height: 263,
            cleartypeNoBg: true,
            pause: 0
		}
	);
});

