
function SetReminder(EventID, EventDate){

	if(confirm('This feature is only available for members.  Would you like to login now?')) location.href='login.asp';

}
