$(document).ready(function(){
	// Hide Nav for New Canvas
	$("div#questions div.question a.nav.next").hide();
	// Image Listeners
	//$("div#questions div.question a.answer").addClass("thickbox");
	//$("div#questions div.question a.answer").attr("href","/masterplan_canvas.php");
	$("div#questions div.question a.answer").click(function(){
		var href="/masterplan-register.html?keepThis=false&TB_iframe=false&height=200&width=450";
		tb_show("Please Register",href,null);
		return false;
	});
});
