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?2297" title="三芝飛碟屋"><img src="http://fotozon.com/fotos/wade_200_2297_861104223252371_small2.jpg" align="center" alt="三芝飛碟屋" width="200" height="133"></a><br><!--w:500|h:333--><p><a href="http://fotozon.com/fotoview.cgi?2297">三芝飛碟屋</a></p>';
show(code,'RPIC200709250238');
