
getRedirect = function(){
	return 'http://www.mariposafolk.com/festival/my-schedule';
}

getCurrentUserID = function(){
	return false;
}

getAjaxURL = function(){
	return getWPAjaxURL();
}

getLogoutURL = function(){
	return 'http://www.mariposafolk.com/wp/wp-login.php?action=logout&_wpnonce=393da29f02';
}

getWPAjaxURL = function(){
	return 'http://www.mariposafolk.com/wp/wp-admin/admin-ajax.php'+'?nocache='+new Date().getTime();
}
