if u dont have any problem with the site refreshing you could use PHP conditionals 😛
$image = defaul.jpg;
echo " <img src='$image'>;
if ( $field == green) {
$image = green.jpg;
}
else
{
$image = blue.jpg;
}
or something like that, i got the idea , but i dont know if ull use it 😛