$.noConflict();

jQuery(document).ready(function(){
	jQuery('#newsletter').animate({'top': '+=50'}, 3000);
});

