//************************************************************
// News Ticker data goes here
//************************************************************

        //Your messages go below:   - use when you want a ONE column format
        // C U R R E N T   F O M A T
        var msg='<table width=100% border=0 cellspacing=0 cellpadding=1 class=scroller>'+
                      '<tr><td width=30% valign=top><a class=NewsLinks href=/news/news.asp#n1>Thu Sept 24, 2009</a></td></tr>'+
                        '<tr><td height=4 valign=top></td></tr>'+
                        '<tr><td valign=top class=NewsHeader><a class=NewsHeader href=/news/news.asp#n1>News Release - Rankin County 2010 Budget Approved.  Click here to download release.</a></td></tr>'+
                        '<tr><td height=40></td></tr>'+                  
					  
					  '<tr><td width=30% valign=top><a class=NewsLinks href=/news/news.asp#n1>Wed July 8, 2009</a></td></tr>'+
                        '<tr><td height=4 valign=top></td></tr>'+
                        '<tr><td valign=top class=NewsHeader><a class=NewsHeader href=/news/news.asp#n1>Waste Management Bank Drafting is available.  Please call 601.825.9213 or download form here.</a></td></tr>'+
                        '<tr><td height=40></td></tr>'+

                        '<tr><td width=30% valign=top><a class=NewsLinks href=/news/news.asp#n2>Tue Oct 29, 2007</a></td></tr>'+
                        '<tr><td height=4 valign=top></td></tr>'+                     
                        '<tr><td valign=top class=NewsHeader><a class=NewsHeader href=/news/news.asp#n2>Rankin County Emergency Operations Center has a new website.  Click here to view.</a></td></tr>'+
                        '<tr><td height=40></td></tr>'+
                        
						'<tr><td width=30% valign=top><a class=NewsLinks href=/news/news.asp#n4>Wed July 8, 2009</a></td></tr>'+
                        '<tr><td height=4 valign=top></td></tr>'+                      
                        '<tr><td valign=top class=NewsHeader><a class=NewsHeader href=/news/news.asp#n4>Rankin County Board Meetings are scheduled every 15th and 1st Monday of each month.  Meetings are open to the public.</a></td></tr>'+
                        '<tr><td height=40></td></tr>'+

					
                        '<tr><td width=30% valign=top><a class=NewsLinks href=/news/news.asp#n3>Thu June 20, 2007</a></td></tr>'+
                        '<tr><td height=4 valign=top></td></tr>'+                      
                        '<tr><td valign=top class=NewsHeader><a class=NewsHeader href=/news/news.asp#n3>Please click on ONLINE SERVICES to view many of the online forms and databases available on this website.</a></td></tr>'+
                        '<tr><td height=40></td></tr>'+

        '</table>'; 
        
        //Your messages go below:   - use when you want a TWO column format
        var msg1='<table width=100% border=0 cellspacing=1 cellpadding=1 class=scroller>'+
                        '<tr><td width=30% valign=top><a class=NewsLinks href=http:// target=_blank>Wed Jun 20, 2007</a></td>'+
                        '<td width=4 valign=top></td>'+
                        '<td valign=top class=NewsHeader><a class=NewsHeader href=http:// target=_blank>Scrolling text here to provide viewers the latest news & info & happenings of Rankin County.</a></td></tr>'+
                        '<tr><td height=27></td></tr>'+

                        '<tr><td width=30% valign=top><a class=NewsLinks href=http:// target=_blank>Thursday<br>May 12</a></td>'+
                        '<td width=4 valign=top></td>'+                        
                        '<td valign=top class=NewsHeader><a class=NewsHeader href=http:// target=_blank>Very important announcements can go here.</a></td></tr>'+
                        '<tr><td height=27></td></tr>'+
                        
                        '<tr><td width=30% valign=top><a class=NewsLinks href=http:// target=_blank>Wednesday<br>July 5th</a></td>'+
                        '<td width=4 valign=top></td>'+                        
                        '<td valign=top class=NewsHeader><a class=NewsHeader href=http:// target=_blank>The month of June is some awareness month.  Officials ask that residents look after their whatever to show concern and pride for the county.</a></td></tr>'+
                        '<tr><td height=27></td></tr>'+

        '</table>';
        

//-------------------------------------------------------------------
