/* Budweiser.com Utils JavaScript file */
AfterLoad = {
	show: function() {
		$('#container').show();
	}
};
$(document).ready(AfterLoad.show);