﻿// JScript File
// On document ready.
$(document).ready(function(){
	$("div#SlideShow").show().cycle(
		{
			fx:		'fade',
            speed: 2000,
            timeout: 5000,
            height: 384,
            cleartype:  1,
//            cleartype: !$.support.opacity,
            cleartypeNoBg:   false,
            pause: 1
		}
	);
});
