function gameID2gameLink (theGameID) {
	switch(theGameID) {
		case 1:
		case "1":
			return '<a href="http://jayisgames.com/archives/2007/09/a_bark_in_the_dark.php" target="_blank">Comments or questions about A Bark in the Dark?</a>';
			break;
		case 2:
		case "2":
			return '<a href="http://jayisgames.com/archives/2007/08/gimme_friction_baby.php" target="_blank">Comments or questions about Gimme Friction Baby?</a>';
			break;
		case 3:
		case "3":
			return '<a href="http://jayisgames.com/archives/2007/09/super_earth_defense_game.php" target="_blank">Comments or questions about Super Earth Defense Game?</a>';
			break;
		case 4:
		case "4":
			return '<a href="http://jayisgames.com/archives/2007/08/jigorbit.php" target="_blank">Comments or questions about JIGorbit?</a>';
			break;
		case 5:
		case "5":
			return '<a href="http://jayisgames.com/archives/2007/09/speck_oppression.php" target="_blank">Comments or questions about Speck Oppression?</a>';
			break;
		case 6:
		case "6":
			return '<a href="http://jayisgames.com/archives/2007/08/timebot.php" target="_blank">Comments or questions about Timebot?</a>';
			break;
		case 7:
		case "7":
			return '<a href="http://jayisgames.com/archives/2007/09/parley.php" target="_blank">Comments or questions about Parley?</a>';
			break;
		case 8:
		case "8":
			return '<a href="http://jayisgames.com/archives/2007/09/replay_2_the_sequel.php" target="_blank">Comments or questions about Replay 2 : The Sequel?</a>';
			break;
		case 9:
		case "9":
			return '<a href="http://jayisgames.com/archives/2007/08/rerun.php" target="_blank">Comments or questions about Rerun?</a>';
			break;
		case 10:
		case "10":
			return '<a href="http://jayisgames.com/archives/2007/08/remaze.php" target="_blank">Comments or questions about ReMaze?</a>';
			break;
		case 11:
		case "11":
			return '<a href="http://jayisgames.com/archives/2007/08/time_raider.php" target="_blank">Comments or questions about Time Raider?</a>';
			break;
		case 12:
		case "12":
			return '<a href="http://jayisgames.com/archives/2007/09/space_pilot.php" target="_blank">Comments or questions about Space Pilot?</a>';
			break;
		case 13:
		case "13":
			return '<a href="http://jayisgames.com/archives/2007/09/the_turtles_of_time.php" target="_blank">Comments or questions about The Turtles of Time?</a>';
			break;
		case 14:
		case "14":
			return '<a href="http://jayisgames.com/archives/2007/08/a_good_hunch.php" target="_blank">Comments or questions about A Good Hunch!?</a>';
			break;
		case 15:
		case "15":
			return '<a href="http://jayisgames.com/archives/2007/09/yalpeyalper.php" target="_blank">Comments or questions about Yalpeyalper?</a>';
			break;
		case 16:
		case "16":
			return '<a href="http://jayisgames.com/archives/2007/09/music_dodge.php" target="_blank">Comments or questions about Music Dodge?</a>';
			break;
		case 17:
		case "17":
			return '<a href="http://jayisgames.com/archives/2007/09/paracaidas.php" target="_blank">Comments or questions about Paracaidas?</a>';
			break;
		case 18:
		case "18":
			return '<a href="http://jayisgames.com/archives/2007/09/robot_goal.php" target="_blank">Comments or questions about Robot Goal?</a>';
			break;
		case 19:
		case "19":
			return '<a href="http://jayisgames.com/archives/2007/09/karma.php" target="_blank">Comments or questions about Karma?</a>';
			break;
		default: 
			return '<a href="http://jayisgames.com/tag/cgdc3" target="_blank">Comments or questions about these games?</a>';
	}
}
		
function setGameLink(theGameID) {
	document.getElementById('link-container').innerHTML = gameID2gameLink(theGameID);
}
