$(document).ready(function() {
	//ANIMATED SCROLL TO TOP, thanks: http://snipplr.com/view/8782/jquery-animated-scroll-to-top/
	$('#pageEnd').click(function(){
		$('html, body').animate({scrollTop:0}, 'slow');
		return false;
	});
});

//UNPROCESSED OLDER JS ELEMENTS ARE BELOW

/* JumpMenu script, courtesy of Adobe's DreamWeaver */
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
