// JavaScript Document$(document).ready(function() {
$(document).ready(function() {
    $('#HomeBanner').cycle({
		fx: 'fade'
	});
});
