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?481" title="Cleaning the School"><img src="http://fotozon.com/fotos/taiwan_6_481_955927372285262_small.jpg" align="center" alt="Cleaning the School" width="100" height="63"></a><br><!--w:800|h:506--><p><b><a href="http://fotozon.com/fotoview.cgi?481">Cleaning the School</a></b></p>';
show(code,'RPIC20090203234457');
