<!--
rnd.today = new Date();
rnd.seed = rnd.today.getTime();
function rnd() {
	rnd.seed = (rnd.seed*9301+49297)%233280;
	return rnd.seed/233280.0;
}
function rand(number) {
	return Math.ceil(rnd()*number);
}
if (rand(4)==1) document.write("<br><font face=\"Arial,san-serif\" size=\"1\"><P ALIGN=\"JUSTIFY\"><a href=\"http://www.cafepress.com/spikything.5381355\" target=\"_blank\">Spikything Games Volume 1</a><BR>Get this and 4 other Spikything games - all on one CD for only $9.99!</a><BR>That's just £5.50, 10000KRW, €8, 44ILS or ¥1000!<br><br>You can also claim a copy of <a href=\"/games/superbughunt\">Super BugHunt</a> when you buy the <a href=\"http://www.cafepress.com/spikything.5381355\" target=\"_blank\">CD</a>.");
-->
