function sa(url,headline_text,article_date)  
{
   this.url = url
   this.headline_text = headline_text
   this.article_date = article_date
}
	article = new Array(
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=8715","Question about Counter Service ","Mar 22"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=8714","New Health Care Bill ","Mar 22"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=8713","Bill Boards and Birthdays ","Mar 22"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=8712","Fire Food ","Mar 22"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=8711","Frustrated with &quot;Management&quot; ","Mar 22"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=8710","Purchasing Accounting Software - need help ","Mar 22"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=8709","Ideas from strange places ","Mar 22"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=8708","help   ","Mar 22"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=8706","Wine Retail Vs Wine Restaurant ","Mar 22"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=8705","Average Food Cost ","Mar 22"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=8704","Employees working at competing restaurants/bars ","Mar 22"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=8703","Great St Patty's Day ","Mar 22"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=8702","Great New Restaurant Idea for the Mountains ","Mar 22"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=8700","Any Great Ideas to get busy Saturdays around 6-8pm ","Mar 22"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=8699","kitchen driving sales material ","Mar 22"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=8698","Which do you think has better perceived value? ","Mar 22"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=8697","micrwave safe togo containers ","Mar 22"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=8696","Am I paying too much for payroll???? ","Mar 22"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=8695","Popcorn or Sno-Cone Machine Recommendations? ","Mar 22"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=8694","steam table cooking ","Mar 22"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=8693","Tractor Trailer ","Mar 22"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=8692","Help   Anniversary ","Mar 22"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=8691","Stop running current drink special? ","Mar 22"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=8690","Shameless Self Promotion ","Mar 22"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=8689","NO SALT ","Mar 22"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=8688","Seasonal Operating Budget for Initinal Start Up $ ","Mar 22"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=8687","Cafe at local college ","Mar 22"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=8686","Adapt, Innovate, or die ","Mar 22"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=8685","Children at work ","Mar 22"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=8683","Who locks up? ","Mar 22"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=8682","telephone systems ","Mar 22"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=8681","Total sales include tax or seperate line ","Mar 22"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=8680","Bringing in new customers.. ","Mar 22"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=8679","How to run draft beer from keg in basement? ","Mar 22"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=8678","What would you do if ........ ","Mar 22")
	);