
// NEWS TICKER APPLET 

with (document) {
//   <!-- Area used to display headlines is based on applet width and height -->
write('<applet code="fader.class" codebase="/news" width=300 height=35>')

//   <!-- Background image for headlines -->
   write('<param name=image value="none"> ')

//   <!-- Font size for headlines ... defaults to 12 -->
   write('<param name=fontsize value="12">')
 
//   <!-- Font name for headlines ... defaults to Helvetica. Choices also include TimesRoman and Courier. -->
   write('<param name=fontname value="TimesRoman">')
   
// <!-- Font style for headlines ... defaults to Bold. Choices also include Plain, Italic, or Bold+Italic. -->
   write('<param name=fontstyle value="Bold">')
 
// <!-- RGB color for headlines -->
   write('<param name=bgcolor value="#FF9999">')
    
// <!-- fadedelay for headlnes in milliseconds ... defaults to 25 -->
   write('<param name=fadedelay value="25">')

// <!-- Each headline_ URL_ pair designate a headline to be displayed and the URL to be jumped to when the user clicks on the headline .  The headline_ URL_ pairs start at 1 and go up until the first missing headline_ or URL_ is detected -->
//Start HeadLines   
write('<param name=headline1 value="The Hindu: DMK to blame for bank collapse: Jayalalithaa">');write('<param name=URL1 value="http://forumhub.com/news/cgi-bin/go.pl?pat=indianews/www_the-hindu_com_24671.pat&url=http://www.hindu.com/2005/04/11/stories/2005041106590100.htm">');
