(function($) {
$(document).ready(function() {

	/* ------------
	 * Homepage Banner rotate
	 * ----------- */
	 $('#Banner').cycle({
	 	fx: 'fade',
	 	speed: 1300,
	 	timeout: 5000
	 });
	$('#SubscribeNewsletter input.text').focus(function() {
		$(this).attr("value", '');
		$(this).css("color", "#444444");
	});
});
})(jQuery);