$(document).ready(function(){
	$('#main div.banner:hidden').show();
});

