konami = new Konami()
konami.code = function() {
	alert("You now have 30 lives and are off to the members' site.")
	window.location="http://members.ebrs.org/";
	}
konami.load();


