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/r/" title="FotoZon Random Images">Random Foto</a></b></p><a href="http://fotozon.com/fotoview.cgi?1048" title="Apogee Show Girl"><img src="http://fotozon.com/fotos/lukeluo_80_1048_919790340661168_small2.jpg" align="center" alt="Apogee Show Girl" width="147" height="200"></a><br><!--w:473|h:640--><p><a href="http://fotozon.com/fotoview.cgi?1048">Apogee Show Girl</a></p>';
show(code,'RPIC200709250238');
