0) { $font_color ='green'; $profit_or_loss = "$" . $difference . "m"; } else { $font_color = 'blue'; $profit_or_loss = "Broke even"; } return "" . $profit_or_loss . ""; } ?>