$(document).ready(function(){
  $('a[hash=#top]').click( function() {
 	$('#content_frame').animate( { scrollTop: 0 }, 500 );
	return false;
  });
});
