// JavaScript Document

$(function(){
	$('#banner').hide();
	$('#banner').fadeIn('slow');
});
