﻿$(document).ready(function() {
	// start slideshow
	$('#divBluWrap').cycle({
		fx: 'fade',
		timeout: 5000
	});
});