var noteTable =
[
	{
		"caption":"How To Play",
		"lines":
		[
			{"tag":"p","text":"Full instructions are provided in-game.  Just click the \"How to Play\" button."},
			{"tag":"p","text":"This game has a <a href=\"http://www.playdeez.com/hiscores/honeycomb.asp\" _target=\"_blank\">Top Scores List</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("Honeycomb",640,480,"http://www.playdeez.com/flashgames/Honeycomb.swf")
	result += generateNoteTable(noteTable);
	result+=generateRurlBox("ahv");
	result+=generateWikiLink("FlashGames%2FHoneycomb");
result+="<iframe style=\"visibility:hidden;\" src=\"http://www.playdeez.com/hitcounter.php?HitPage=honeycomb.html\"></iframe>";
	return(result);
}
document.getElementById("pagecontent").innerHTML=generateContent();
document.title="Honeycomb";
