function PostLoadImages(a){var b;if(a)b=a.getElementsByTagName("img");else b=document.getElementsByTagName("img");for(var i=0;i<b.length;i++){var c=b[i].getAttribute("pl:src");if(c)b[i].src=c}}function initPostLoad(a){return setTimeout("PostLoadImages()",a*1000)}