var noteTable =
[
	{
		"caption":"How To Play",
		"lines":
		[
			{"tag":"p","text":"In the game of Click The Yellow Rhombus, your task is very simple.  You have sixty (60) seconds to click the yellow rhombus(diamond shape) as many times as you can. The game starts as soon as you make your first click.  Successfully clicking the yellow rhombus earns you ten (10) points.  Failing to click the yellow rhombus costs you fifteen (15) points (although your score can never go below zero)."},
			{"tag":"p","text":"After the time has elapsed, you can submit your score to see how well you did compared to other people in the world."},
			{"tag":"p","text":"Each game is identified by a unique game number, which you select before the game and are shown after the game.  You can play the same game again by selecting the same game number, or you can share it with others to compete on a more even footing."},
			{"tag":"p","text":"Good luck!"},
			{"tag":"p","text":"This game has a <a href=\"http://www.playdeez.com/hiscores/clicktheyellowrhombus.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\" _target=\"_blank\">PlayDeez.com Player Account</a>."}
		]
	}
];
function generateContent()
{
	var result = "";
	result += generateFlashObject("ClickTheYellowRhombus",416,480,"http://www.playdeez.com/flashgames/ClickTheYellowRhombus.swf")
	result += generateNoteTable(noteTable);
	result+=generateRurlBox("ai2");
	result+=generateWikiLink("FlashGames%2FClickTheYellowRhombus");
result+="<iframe style=\"visibility:hidden;\" src=\"http://www.playdeez.com/hitcounter.php?HitPage=clicktheyellowrhombus.html\"></iframe>";
	return(result);
}
document.getElementById("pagecontent").innerHTML=generateContent();
document.title="Click, The Yellow Rhombus";