if($)	{
	$().ready(function()	{
			dialogSetup();
			}
		 );
}

function dialogSetup()	{
	$("#join-dialog").click(joinDialog);
	$("#gethelp-dialog").click(getHelpDialog);
}

function joinDialog()	{
	jQuery("<div class=\"dialog-box\">\n<p>Joining Death2Life Revolution is simple and only takes about a minute to get registered and start going through the training, talk up a storm in the forum, and get connected with other people going through the same things as you around the world.</p><p>Simply click \"<a href=\"http://d2lrevolution.net/forum/people.php?PostBackAction=ApplyForm\" target=\"_blank\">Join The Revolution</a>\" in the lower left corner of your browser window, fill in the required information, read and accept the terms and conditions, and then you’re ready to go.</p><p>From then on you can customize your profile, go through all the <a href=\"http://www.d2lrevolution.net/training.php\">training videos</a>, talk to other users in the <a href=\"http://www.d2lrevolution.net/forum/\">forum</a>, and even ask questions of your favorite featured people in the training section.  This site is for you, so get signed up and get going.</p></div>").dialog({width: 600, height: 300});
	return false;
}

function getHelpDialog()	{
	jQuery("<div style=\"width: 100%; text-align: center;\"><embed src=\"http://blip.tv/play/AeCnZ5KOfQ\" type=\"application/x-shockwave-flash\" width=\"640\" height=\"382\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed><table style=\"width: 640px;\"><tr><td style=\"text-align: center\"><a href=\"http://www.heartsupport.com\" target=\"_blank\">Heart Support</a></td><td style=\"text-align: center\"><a href=\"http://www.heartsupport.com/livesupport/index.html\" target=\"_blank\">Phone Support</a></td><td style=\"text-align: center\"><a href=\"http://www.heartsupport.com/getinvolved/thewire/blogs.html\" target=\"_blank\">Get Involved</a></td></tr></table></div>").dialog({width: 700, height: 450, minWidth: 670, minHeight: 440});
	return false;
}
