// Quiz Javascript// copyright 7th April 2005, by Stephen Chapman// permission to use this Javascript on your web page is granted// provided that all of the code in this script (including these// comments) is used without any alterationvar nxt = window.location.search.substring(1);function quiz() {top.location = unescape(nxt);}