home *** CD-ROM | disk | FTP | other *** search
/ 221.214.14.186 / 221.214.14.186.tar / 221.214.14.186 / zb / bs / zc.files / pages.js < prev    next >
Text File  |  2003-08-28  |  1KB  |  21 lines

  1. var dt = new Date();
  2. {    
  3.     var msg='<table width="80%" border="0" cellspacing="0" cellpadding="2">';
  4.     
  5. msg+='<tr>';
  6.     msg +='<td align="left"><a href=http://www.sonyericsson.com target=_blank><img border=0 src="http://pages.digichina.net/image_library/07_snow_0139.gif" alt="Sony Ericsson Mobile Communications" width=100 height=100 class=pagesimages></a></td>';
  7.     
  8.  
  9.     msg +='<td align="left"><a href=http://www.nttdocomo.com target=_blank><img border=0 src="http://pages.digichina.net/image_library/07_snow_0137.gif" alt="DoCoMo" width=100 height=100 class=pagesimages></a></td>';
  10.     
  11. msg+='</tr>'
  12. msg+='<tr>';
  13.     msg +='<td align="left"><a href=http://www.mr-lin.com target=_blank><img border=0 src="http://pages.digichina.net/image_library/08_grey_0092.gif" alt="LINXIAO" width=100 height=100 class=pagesimages></a></td>';
  14.     
  15.  
  16.     msg +='<td align="left"><a href=http://www.jansport-europe.com target=_blank><img border=0 src="http://pages.digichina.net/image_library/08_grey_0091.gif" alt="JanSport Access Page" width=100 height=100 class=pagesimages></a></td>';
  17.     
  18. msg+='</tr>'
  19.     msg +='</table>';
  20.     document.write(msg) ;
  21. }