// JavaScript Document

$(document).ready(function(){
	//First Panel Slider Moves to top and becomes visable. While all others disapper
	//
	$('.reloadAni').click(	function (event){
		location.reload();
	});
	

});
