﻿function myDisp(inText) {
  document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0'>");
  document.write("   <tr align='left' valign='top'>");
  document.write("       <td bgcolor='#990099' valign='middle' align='center'>");
  document.write("       <font color='White'><b>Tin Vắn</b></font>");
  document.write("       </td>");
  document.write("   </tr>");
  document.write("   <tr align='left' valign='middle'><td class='mainbox' align='center'>");
  document.write("         <marquee class='tinvan' onMouseOver='this.stop()' onMouseOut='this.start()' scrollamount='1' scrolldelay='120' direction='up' width='98%' height='60'>");
  document.write("         <p align='justify' class='fastwatch'>");
  document.write(inText);
  document.write("         </marquee>");
  document.write("    </td></tr>");
  document.write("</table>");
}
