
Spry.Utils.addLoadListener(function() {
	Spry.$$("#a1").addEventListener('click', function(e){ history.go(0) }, false);
});


