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='<p><b><a href="http://fotozon.com/daily/taiwan/">Taiwan Photo of the Day</a></b></p><a href="http://fotozon.com/fotoview.cgi?481" title="Cleaning the School"><img src="http://fotozon.com/fotos/taiwan_6_481_955927372285262_small2.jpg" align="center" alt="Cleaning the School" width="200" height="126"></a><br><!--w:800|h:506--><p><b><a href="http://fotozon.com/fotoview.cgi?481">Cleaning the School</a></b></p><p align=left>A rotating group of kids is required to clean the school every morning.  Armed with their brooms, buckets and mops they spend most of the their time in the shade during the hot months of summer.  Yuanlin, Taiwan.</p>';
show(code,'RPIC20080203080733');
