var noteTable =
[
	{
		"caption":"How To Play",
		"lines":
		[
			{"tag":"p","text":"The goal of Hexircuit is to solve a maze of interconnected hexagonal nodes as quickly as possible!  A node at or near the middle of the board is the \"source\" and glows green.  It also spreads its Green Goodness to all nodes directly or indirectly connected to it. When all of the nodes are green, the board is solved!"},
			{"tag":"p","text":"You can play on varying sizes of puzzle, from 4x4(for a quick game) to 16x16(if you don't have any solid plans for the evening).  On the new game screen, simply click the \"+\" or \"-\" buttons until you have chosen the size board you would like to play, then click \"Start\"."},
			{"tag":"p","text":"Each board also has a unique (for that size board) Game Number associated with it.  You can play the exact same puzzle over again by entering the same game number again.  Challenge your friends!"},
			{"tag":"p","text":"Hexircuit is a timed game!  The more quickly you solve the puzzle, the better your score!  After you have completed a puzzle, you can even submit your score to PlayDeez.com and see how well you stack up world-wide."},
			{"tag":"p","text":"The timer starts the moment you make your first move, so when starting a new game, it is a good idea to take a good look at the entire board and plan as well as you can what you are going to do first."},
			{"tag":"p","text":"To make a move, you simply click on a node.  This will rotate it CLOCKWISE.  If you hold down the SHIFT key and click a node, it will rotate it COUNTERCLOCKWISE. If you hold down the CONTROL key and click a node, it will lock the node.  You cannot rotate locked nodes.  To unlock, simply hold CONTROL and click the node again."},
			{"tag":"p","text":"This game has Top Scores Lists(<a href=\"http://www.playdeez.com/hiscores/Hexircuit.asp?Size=4\" _target=\"_blank\">4x4</a>, <a href=\"http://www.playdeez.com/hiscores/Hexircuit.asp?Size=5\" _target=\"_blank\">5x5</a>, <a href=\"http://www.playdeez.com/hiscores/Hexircuit.asp?Size=6\" _target=\"_blank\">6x6</a>, <a href=\"http://www.playdeez.com/hiscores/Hexircuit.asp?Size=7\" _target=\"_blank\">7x7</a>, <a href=\"http://www.playdeez.com/hiscores/Hexircuit.asp?Size=8\" _target=\"_blank\">8x8</a>, <a href=\"http://www.playdeez.com/hiscores/Hexircuit.asp?Size=9\" _target=\"_blank\">9x9</a>, <a href=\"http://www.playdeez.com/hiscores/Hexircuit.asp?Size=10\" _target=\"_blank\">10x10</a>, <a href=\"http://www.playdeez.com/hiscores/Hexircuit.asp?Size=11\" _target=\"_blank\">11x11</a>, <a href=\"http://www.playdeez.com/hiscores/Hexircuit.asp?Size=12\" _target=\"_blank\">12x12</a>, <a href=\"http://www.playdeez.com/hiscores/Hexircuit.asp?Size=13\" _target=\"_blank\">13x13</a>, <a href=\"http://www.playdeez.com/hiscores/Hexircuit.asp?Size=14\" _target=\"_blank\">14x14</a>, <a href=\"http://www.playdeez.com/hiscores/Hexircuit.asp?Size=15\" _target=\"_blank\">15x15</a>, <a href=\"http://www.playdeez.com/hiscores/Hexircuit.asp?Size=16\" _target=\"_blank\">16x16</a>, ).  In order to post your scores non-anonymously, you will need to create and verify a <a href=\"http://www.playdeez.com/hiscores/default.asp\">PlayDeez.com Player Account</a>."}
		]
	}
];
function generateContent()
{
	var result = "";
	result += generateFlashObject("Hexircuit",640,480,"http://www.playdeez.com/flashgames/Hexircuit.swf")
	result += generateNoteTable(noteTable);
	result+=generateRurlBox("ahx");
	result+=generateWikiLink("FlashGames%2FHexircuit");
result+="<iframe style=\"visibility:hidden;\" src=\"http://www.playdeez.com/hitcounter.php?HitPage=hexircuit.html\"></iframe>";
	return(result);
}
document.getElementById("pagecontent").innerHTML=generateContent();
document.title="Hexircuit";
