
function SetReminder(EventID, EventDate){

	if(confirm('This feature is only available to profiled users.  Would you like to create a profile?')) location.href='../login.asp';

}