<% new_race = race.replace("African","African American"); %>
<%
is_hispanic = parseInt(is_hispanic,10);
is_latin = parseInt(is_latin,10);
if(is_hispanic || is_latin){
if(is_hispanic && is_latin){
new_race = new_race.replace("Hispanic Latin","Hispanic, Latin");
} else if(is_hispanic) {
new_race = new_race.replace("Hispanic Latin","Hispanic");
} else if(is_latin) {
new_race = new_race.replace("Hispanic Latin","Latin");
}
}
%>
- Race: <%= new_race %>
- Age: <%= age %>
- <%= state %>
- <%= education_degree %>
- <%= height_foot %>'<%= height_inch %>'' | <%= weight %> lbs
- Eyes: <%= eye_color %>
- Hair: <%= hair_color %>
- Have been an egg donor before?: <%= eggdonor_before == 1?"YES":"NO" %>
- Have had a child before?: <%= children_before == 1?"YES":"NO" %>