var noteTable =
[
	{
		"caption":"Screen Shot",
		"lines":
		[
			{"tag":"p","text":"<img src=\"http://www.playdeez.com/gamesfordownload/HamQuestScreenShot.png\">"}
		]
	},
	{
		"caption":"Download",
		"lines":
		[
			{"tag":"p","text":"Requires .NET 3.5."},
			{"tag":"p","text":"20100216: Now at revision 1.1.0.2!"},
			{"tag":"p","text":"<a href=\"http://playdeezgames.wordpress.com/hamquest-feedback-page/\">Leave Feedback Here!</a>"},
			{"tag":"p","text":"<a href=\"http://code.assembla.com/hamquest/subversion/nodes/publish/v1_1_0_2.rar\">Click to go to Download page (Assembla Space)</a>"}
		]
	},
	{
		"caption":"How To Play",
		"lines":
		[
			{"tag":"p","text":"Instructions can be found in game."}
		]
	}
];
function generateContent()
{
	var result = "";
	result += generateNoteTable(noteTable);
	result+=generateRurlBox("19et");
	result+=generateWikiLink("GamesForDownload%2FHamQuest");
result+="<iframe style=\"visibility:hidden;\" src=\"http://www.playdeez.com/hitcounter.php?HitPage=hamquest.html\"></iframe>";
	return(result);
}
document.getElementById("pagecontent").innerHTML=generateContent();
document.title="HamQuest";