// JavaScript Document
$(document).ready (function() {
							$(".ad").animate({top: "25"}, 1200)
							}
							);
