Hey mooeena! I just looked at your game, and the problem is almost certainly that your image file is actually named "a.JPG", but you're referring to it as "a.jpg". Changing it fixes it:
Ohhhh my gosh. I had no idea file extensions were case sensitive. That fixed the problem. Thanks!