$(document).ready(function(){

	/* ------------------ */
	/* Homepage banner scroller */
	/* ------------------ */
	
	$('.welcomeArea').cycle({
		timeout:	5000,
		height:		'246px'
	});
	
});