var noteTable =
[
	{
		"caption":"How To Play",
		"lines":
		[
			{"tag":"p","text":"<b>Game Layout</b>"},
			{"tag":"p","text":"*  In the upper right corner is the current score."},
			{"tag":"p","text":"*  In the upper left corner is this session's high score score."},
			{"tag":"p","text":"*  You are represented by a red square."},
			{"tag":"p","text":"*  Your tail is represented by yellow squares."},
			{"tag":"p","text":"*  The blue sections on the left and right are the walls."},
			{"tag":"p","text":"<b>Controls:</b>"},
			{"tag":"p","text":"*  The game needs keyboard focus, so you'll need to click on the game window."},
			{"tag":"p","text":"*  Space bar starts a game."},
			{"tag":"p","text":"*  Left/Right arrows control movement."},
			{"tag":"p","text":"<b>Some Additional Rules/Information:</b>"},
			{"tag":"p","text":"*  You have only one \"life\".  There is no way to earn an extra life."},
			{"tag":"p","text":"*  Do not hit the white blocks."},
			{"tag":"p","text":"*  Do not hit the blue walls."},
			{"tag":"p","text":"*  There is no way to move straight down, you may only move diagonally left and down or right and down."}
		]
	}
];
function generateContent()
{
	var result = "";
	result += generateFlashObject("JetLagCrystal",640,480,"http://www.playdeez.com/flashgames/JetLag_Crystal.swf","#000000")
	result += generateNoteTable(noteTable);
	result+=generateRurlBox("ahu");
	result+=generateWikiLink("FlashGames%2FJetLagCrystal");
result+="<iframe style=\"visibility:hidden;\" src=\"http://www.playdeez.com/hitcounter.php?HitPage=jetlagcrystal.html\"></iframe>";
	return(result);
}
document.getElementById("pagecontent").innerHTML=generateContent();
document.title="JetLag: Crystal";