jQuery(function () {
	$('#survey-link').click(function () {
		$('#container').popup('/shared/surveyHome.php');
	});
});
