// JavaScript DocumentjQuery(document).ready(function(){jQuery("#toplink").click(function(){		jQuery('html, body').animate({scrollTop:0}, 'slow');		return false;			});		});
