$(document).ready(function() {
	$('#ad').css({'bottom' : -100}).show().animate({'bottom' : 0}, 500);
});
