/* Cycle screenshots */

var tryCount = 0;

$(window).load(function(){
	$('#contentwindow').cycle({
		fx: 'fade',
		speed:    1000, 
    	timeout:  3000
	});
});



