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=10659","Trip Advisor Advice ","Feb 09"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=10658","Investment Proposal ","Feb 09"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=10657","Chef Tec with QuickBooks? ","Feb 09"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=10655","Prime Rib ","Feb 09"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=10654","Ohhh the disappointment! ","Feb 09"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=10652","Online RM Software ","Feb 09"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=10651","Family to-go meals--need some direction ","Feb 09"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=10650","Ten worst things to say when firing someone! ","Feb 09"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=10649","seatingexpert.co m  ","Feb 09"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=10648","Applying for Beer and Wine ","Feb 09"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=10647","does adding televisions to restaurant help ","Feb 09"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=10646","New QSR hotdog joint ","Feb 09"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=10645","I just closed both my restaurants ","Feb 09"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=10644","Old Drink Chips... ","Feb 09"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=10643","Discounts   ","Feb 09"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=10642","Breakfast cook competency question ","Feb 09"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=10641","New employee ","Feb 09"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=10640","Can't get a grip- HELP ","Feb 09"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=10639","Recommendations for past employees ","Feb 09"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=10638","Frozen egg white patties ","Feb 09"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=10637","Owning an ATM machine ","Feb 09"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=10636","Job descriptions - combined ","Feb 09"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=10635","Inventory Item Description ","Feb 09"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=10634","Providing Desserts to Restaurants ","Feb 09"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=10633","Anyone using Constant Contact? ","Feb 09"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=10632","lender frustration ","Feb 09"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=10631","Prime Cost Wizard Advice ","Feb 09"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=10630","Anyone with SinglePlatform? ","Feb 09"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=10628","Build v Buy ","Feb 09"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=10627","Food Cost - Fry Oil ","Feb 09"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=10626","Disgruntled former employee ","Feb 09"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=10625","Reservation wordage? ","Feb 09"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=10624","Am I making inventory harder than it should be? ","Feb 09"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=10623","Fridges: Walkins or Reach Ins? ","Feb 09"),
 new sa("http://www.restaurantowner.com/members/forum/openthread.cfm?forum=1&ThreadID=10622","customers tickets ","Feb 09")
	);
