function show(ht,id) {
 if (document.getElementById) {
  document.getElementById(id).innerHTML = ht;
 } else if (document.all) {
  document.all[id].innerHTML = ht;
 } else if (document.layers) {
  document.layers[id].document.open();
  document.layers[id].document.write(ht);
  document.layers[id].document.close();
 }
}

code='<a href="http://fotozon.com/fotoview.cgi?2317" title="NIAG2008 185"><img src="http://fotozon.com/fotos/cfimages_166_2317_655966968582109_small2.jpg" align="center" alt="NIAG2008 185" width="158" height="200"></a><br><!--w:506|h:640-->';
show(code,'RPIC20090416162055');
