To just show the image on your site, that indicates if it is Funnyhatfriday now, or if we are waiting for it, use the "http://www.funnyhatfriday.se/waiting.js" javascript, like this:
<head> <script src="http://www.funnyhatfriday.se/waiting.js"></script> </head> <body onload="FunnyHatPic();"> ... <span id="waiting"></span>... and that <span> section will get the correct image shown.