if (artDenotion.adjudication(art) == true) {
Art = True;
alert (“This is Art”);
} else {
Art = False;
alert (“This is NOT Art”);
}
if (artDenotion.adjudication(art) == true) {
Art = True;
alert (“This is Art”);
} else {
Art = False;
alert (“This is NOT Art”);
}