var noteTable =
[
	{
		"caption":"Screen Shot",
		"lines":
		[
			{"tag":"p","text":"<img src=\"http://www.playdeez.com/gamesfordownload/snake.jpg\">"}
		]
	},
	{
		"caption":"Download",
		"lines":
		[
			{"tag":"p","text":"<a href=\"http://www.playdeez.com/gamesfordownload/snake.zip\">Click to Download</a>"}
		]
	},
	{
		"caption":"How To Play",
		"lines":
		[
			{"tag":"p","text":"Space bar begins a game."},
			{"tag":"p","text":"Settings for a game are customizable."},
			{"tag":"p","text":"The arrow keys control the snake."}
		]
	}
];
function generateContent()
{
	var result = "";
	result += generateNoteTable(noteTable);
	result+=generateRurlBox("ahj");
	result+=generateWikiLink("GamesForDownload%2FSnake");
	return(result);
}
document.getElementById("pagecontent").innerHTML=generateContent();
document.title="JetLag 2003";










