$(document).ready(function () {
	$('.ccmweatherAlertBannerAjax' ).hide();
	$('.ccmweatherAlertBannerAjax' ).load( '/weather/alert' );
	$('.ccmweatherAlertBannerAjax' ).show( 'slow' );
});