Just copy this snippet into your html code. You can use freely it both commercial or non-commercial
purposes. You are kindly requested to include the comments between applet tags as an acknowledgement to the author. Thanks!

<applet code="NewsApplet" archive="newsApplet.jar" codebase="" width="120" height="110">
        <param name="hilite" value="200,20,20">
        <param name="delay" value="3000">
        <param name="textColor" value="50,50,50">
        <param name="fontType" value="Arial">
        <param name="fontsize" value="11">
        <param name="background" value="255,200,128">
        <param name="headerColor" value="255,0,0">
<!-- Developed by Low Han Yong, Singapore (email: hanyong23@hotmail.com) 11/11/2000 -->
</applet>

hilite - refers to the change in color when user's mouse move over the text.
delay - refers to the wait time for viewers to read the news.
textColor - refers to the color of the text body.
fontType - any font type supported by java vm.
fontSize - number of points. default is 10 pts
background - background color for applet in RGB
headerColor - color for header in RGB

** You will need to add in your codebase to tell the browser where the jar file can be found. The text file should be in the same directory.

News.txt
--------
This file should be in the same directory as jar file. Look at the news.txt included as example. The format is as below:

news=subject;brief content
url=www.your_url.com
news=subject;brief content
url=www.your_url.com
news=subject;brief content
url=www.your_url.com
