 $(document).ready(function(){
	if (location.href == "http://www.anxietyapp.com/index.html#donate") {
		$("#donation-area").show("slow");
		scroll(0,0);
	}
	$("#changelog-badge").click(function(){
		$("#changelog").show("slow");
		return false;
	});
	$("#donate-link").click(function(){
		$("#donation-area").show("slow");
		return false;
	});
	$("#feature-donate-link").click(function(){
		$("#donation-area").show("slow");
		scroll(0,0);
		return false;
	});
 });