Can anyone think of a reason why this is not working, its about the simplest rollover javascript you can ever imagine, and works fine with non database stuff, parses fine, it just doesnt "roll" my image links are fine and the points are working fine. I've tryed several different scripts now...all with the same result(images fine, no roll).....who is the guru out there!!!!
<A HREF="#" onMouseOver="banner.src='<? echo "$row->front_image1" ?>'"
onMouseOut="banner.src='<? echo "$row->front_image2" ?>'">
<IMG SRC="<? echo "$row->front_image2" ?>" NAME="banner" BORDER=0></A>