function jumptogame(){if (document.listgames.id.value != "-- Please select a FC Barcelona game --"){var url = "game.php?id="+document.listgames.id.value; document.location.href = url;}}
