if (document.all) {

					document.write('\
			<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#e4eeff">\
                        <tr>\
                          <td width="260" height="19"><div align="center" class="archiveTitle">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Scroll Title</div></td>\
                          <td width="4" bgcolor="#FFFFFF" height="19"><img src="zoomer_yard/1_px.gif" width="1" height="1"></td>\
                          <td width="150" height="19"><div align="center" class="archiveTitle">&nbsp;&nbsp;&nbsp;&nbsp;Artist</div></td>\
                          <td width="4" bgcolor="#FFFFFF" height="19"><img src="zoomer_yard/1_px.gif" width="1" height="1"></td>\
                          <td width="250" height="19"><div align="center" class="archiveTitle">Museum Collection</div></td>\
                        </tr>\
                      	</table>');
					  
					  }
					  	
					  else {
					  
					  document.write('\
			<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#e4eeff">\
                        <tr>\
                          <td width="260" height="19"><div align="center" class="archiveTitle">Scroll Title</div></td>\
                          <td width="4" bgcolor="#FFFFFF" height="19"><img src="zoomer_yard/1_px.gif" width="1" height="1"></td>\
                          <td width="150" height="19"><div align="center" class="archiveTitle">Artist</div></td>\
                          <td width="4" bgcolor="#FFFFFF" height="19"><img src="zoomer_yard/1_px.gif" width="1" height="1"></td>\
                          <td width="250" height="19"><div align="center" class="archiveTitle">Museum Collection</div></td>\
                        </tr>\
                      	</table>');					  
					 
					  }
					  
