function gameID2gameLink (theGameID) {
	switch(theGameID) {
		case 1:
		case "1":
			return '<a href="http://jayisgames.com/archives/2007/07/cgdc3_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/07/cgdc3_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/07/cgdc3_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/07/cgdc3_jigorbit.php" target="_blank">Comments or questions about JIGorbit?</a>';
			break;
		case 5:
		case "5":
			return '<a href="http://jayisgames.com/archives/2007/07/cgdc3_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/07/cgdc3_timebot.php" target="_blank">Comments or questions about Timebot?</a>';
			break;
		case 7:
		case "7":
			return '<a href="http://jayisgames.com/archives/2007/07/cgdc3_parley.php" target="_blank">Comments or questions about Parley?</a>';
			break;
		case 8:
		case "8":
			return '<a href="http://jayisgames.com/archives/2007/07/cgdc3_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/07/cgdc3_rerun.php" target="_blank">Comments or questions about Rerun?</a>';
			break;
		case 10:
		case "10":
			return '<a href="http://jayisgames.com/archives/2007/07/cgdc3_remaze.php" target="_blank">Comments or questions about ReMaze?</a>';
			break;
		case 11:
		case "11":
			return '<a href="http://jayisgames.com/archives/2007/07/cgdc3_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/07/cgdc3_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/07/cgdc3_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/07/cgdc3_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/07/cgdc3_yalpeyalper.php" target="_blank">Comments or questions about Yalpeyalper?</a>';
			break;
		case 16:
		case "16":
			return '<a href="http://jayisgames.com/archives/2007/07/cgdc3_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/07/cgdc3_paracaidas.php" target="_blank">Comments or questions about Paracaidas?</a>';
			break;
		case 18:
		case "18":
			return '<a href="http://jayisgames.com/archives/2007/07/cgdc3_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/07/cgdc3_karma.php" target="_blank">Comments or questions about Karma?</a>';
			break;
		default: 
			return '<a href="http://jayisgames.com/" target="_blank">Comments or questions about these games?</a>';
	}
}
		
function setGameLink(theGameID) {
	document.getElementById('link-container').innerHTML = gameID2gameLink(theGameID);
}