// JavaScript Document
/*
news, Top fader
*/

//1) Configure messages:
		var TS_message = new Array();
TS_message[0] = '<div align="center"><span class="page_newstitle">Martini Mondays</span><BR><span class="page_newstitle_sm">Join Us, We got just what you need!<BR></span></div>';

TS_message[1] = '<div align="center"><span class="page_newstitle"><A HREF="schedule.php">Cruise In Every Wednesday Night!</a></span><BR><SPAN CLASS="page_subtitle">Bucket of 6..<BR></SPAN><SPAN CLASS="page_title">&nbsp;&nbsp;&nbsp;domestic</SPAN><SPAN CLASS="page_subtitle"> beers </SPAN><SPAN CLASS="page_title">$9.00</SPAN><SPAN CLASS="page_subtitle"><BR></SPAN><SPAN CLASS="page_title">&nbsp;&nbsp;&nbsp;imported</SPAN><SPAN CLASS="page_subtitle"> beers </SPAN><SPAN CLASS="page_title">$13.50<BR></SPAN></div>';

//2) Configure fader width and colors:
             var TS_scrollwidth=325      //configure fader width
		var TS_colorFG = 0x000000;	// Text color
		var TS_colorBG = 0xFFFFFF;  //bgColor

             // uncomment any value you wanted to change
		//var TS_ymax    = 50;			// How many pixel to move
		var TS_ystep   = -1;			// 1 or -1 only (Scroll direction)
		var TS_speed   = 9;			// The smaller the value the faster
		var TS_pause   = 15;			// Pause time(milisecond) between messages
		var TS_fadestep= 20;			// Steps to fade in and out

             if (document.all)
             document.write('<style>#containerarea{width:'+TS_scrollwidth+'}</style>')