$(document).ready(function(){
//$.scrollTo works EXACTLY the same way, but scrolls the whole screen
$("#top-link").scrollTo( 0, 800, {queue:true} );
	});
