function showRemaining() {
		var countdown = document.getElementById('countdown');
		countdown.style.display='block';
		countdown.innerHTML = '<b>Last match: <a href="/viewtopic.php?f=5&amp;t=7524">FC Basel vs Bayern Munich</a></b>';
		}
		window.onload = showRemaining;
