I'm sorry but I don't think so.
I'va watched this file and the only think I saw is this Javascript function :
function insert(src) { if (src) { var src = src.replace(new RegExp("^[a-z]*:[/][/][^/]*",""), ""); top.returnValue =src; top.close(); } }
This is called on OnClick event on the thumbail.
AS I understood, the JS function only format the src string but not the rest of the img tag ? Am I right?