var ColorOn = ('this.style.backgroundColor="#ffcc00"');
var ColorOff = ('this.style.backgroundColor="#ffffff"');

document.write('<table cellpadding="0" cellspacing="0" border="0" width="146" class="small8">');
document.write('  <tr>');
document.write('    <td colspan="2" bgcolor="#ffffff" align="right" onMouseover=' + ColorOn + ' onMouseout =' + ColorOff + '>');
document.write('      <a href="http://www.hiroshima-museum.jp/special_en"><img src="http://www.hiroshima-museum.jp/library/images/left_04en.gif" width="138" height="25" alt="Special Exhbition" border="0"></a></td>');
document.write('    <td bgcolor="#0f6f80"><img src="http://www.hiroshima-museum.jp/library/images/spacer.gif" width="1" height="1"></td>');
document.write('  </tr>');
document.write('  <tr><td colspan="3"><img src="http://www.hiroshima-museum.jp/library/images/spacer.gif" width="1" height="10"></td></tr>');
document.write('</table>');
