What your wanting is a webpage/ tab icon.
You need to create/ find an image. That is (16px x 16px)
if you create it, make sure to save it as an ".ico" image.
Then place this code, in the header of your script :
<link rel="shortcut icon" href="http://www.YourDirectImageLink.ico">
of course, you would replace "YourDirectImageLink.ico" With the actual image.