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?2937" title="Playing Cymbols-Chinese New Year"><img src="http://fotozon.com/fotos/anjemadavid_211_2937_412313647409067_small2.jpg" align="center" alt="Playing Cymbols-Chinese New Year" width="133" height="200"></a><br><!--w:426|h:640--><p><b><a href="http://fotozon.com/fotoview.cgi?2937">Playing Cymbols-Chinese New Year</a></b></p><p align=left></p>';
show(code,'RPIC20080203080733');
