function st(){
var htmlcode = "";


htmlcode =   

"  <tr height=132> " +
"    <td valign=top> " +

"      <table width='770' border='0' cellspacing='0' cellpadding='0'> " +
"        <tr>  " +
"          <td width='214'><a href='../index.html' target='_top'><img src='../images/left_top.jpg' border='0'></a></td> " +
"          <td background='../images/top_back.jpg' align='center'>  " +

"            <table width='500' border='0' cellspacing='3' cellpadding='0'> " +
"              <tr>  " +
"                <td align='right' width='210'><a href='../biography/biography.html' target='_top'><img src='../images/sm1.gif' border='0'></a></td> " +
"                <td align='right'><font size='1' face='Verdana' color='000000'>.</font></td> " +
"              </tr> " +
"              <tr>  " +
"                <td align='right'><a href='../discography/album.html' target='_top'><img src='../images/sm2.gif' border=0></a></td> " +
"                <td><span class=st><font size='1' face='Verdana' color='6C9377'>:  " +
"                  <a href='../discography/album.html' target='_top'>Album</a> |  " +
"		   <a href='../discography/single.html' target='_top'>Single</a> |  " +
"                  <a href='../discography/ost.html' target='_top'>OST</a> |  " +
"		   <a href='../discography/best.html' target='_top'>Best</a> |  " +
"                  <a href='../discography/etc.html' target='_top'>etc</a></font></span></td> " +
"              </tr> " +
"              <tr>  " +
"                <td align='right'><a href='../video_clips/music_video.html' target='_top'><img src='../images/sm3.gif' border=0></a></td> " +
"                <td><span class=st><font size='1' face='Verdana' color='6C9377'>:  " +
"                  <a href='../video_clips/music_video.html' target='_top'>Music video</a> |  " +
"                  <a href='../video_clips/live.html' target='_top'>Live</a> |  " +
"		   <a href='../video_clips/etc.html' target='_top'>etc</a></font></span></td> " +
"              </tr> " +
"              <tr>  " +
"                <td align='right'><a href='../jukebox/jukebox.html' target='_top'><img src='../images/sm4.gif' border='0'></a></td> " +
"                <td align='right'><font size='1' face='Verdana' color='000000'>.</font></td> " +
"              </tr> " +
"              <tr>  " +
"                <td align='right' height='11'><a href='../words_scrap/words_of.html' target='_top'><img src='../images/sm5.gif' border=0></a></td> " +
"                <td height='11'><span class=st><font size='1' face='Verdana' color='6C9377'>:  " +
"                  <a href='../words_scrap/words_of.html' target='_top'>of lee-tzsche</a> |  " +
"		   <a href='../words_scrap/words_about.html' target='_top'>about lee-tzsche</a></font></span></td> " +
"              </tr> " +
"              <tr>  " +
"                <td align='right'><a href='../communication_path/free_board.html' target='_top'><img src='../images/sm6.gif' border=0></a></td> " +
"                <td><span class=st><font size='1' face='Verdana' color='6C9377'>:  " +
"                  <a href='http://mizzk.com/guest_book/zboard.php?id=news' target='_top'>News</a> |  " +
"		   <a href='../communication_path/note.html' target='_top'>Lee-tzsche's note</a> |  " +
"		   <a href='http://mizzk.com/guest_book/zboard.php?id=free_board' target='_top'>Free board</a> |  " +
"		   <a href='../communication_path/chatting.html' target='_top'>Chatting</a></font></span></td> " +
"              </tr> " +
"              <tr>  " +
"                <td align='right'><a href='../x_file/x_file.html' target='_top'><img src='../images/sm7.gif' border='0'></a></td> " +
"                <td align='right'><font size='1' face='Verdana' color='000000'>.</font></td> " +
"              </tr> " +
"              <tr>  " +
"                <td align='right'><a href='http://mizzk.com/guest_book/zboard.php?id=Guest_Book&page=1' target='_top'><img src='../images/sm8.gif' border='0'></a></td> " +
"                <td align='right'><font size='1' face='Verdana' color='000000'>.</font></td> " +
"              </tr> " +
"            </table> " +

"          </td> " +
"        </tr> " +
"      </table> " +

"    </td> " +
"  </tr>"


document.write(htmlcode);
}