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.bandbowner.com/members/forum/openthread.cfm?forum=2&ThreadID=129","PRS   ","Dec 15"),
 new sa("http://www.bandbowner.com/members/forum/openthread.cfm?forum=2&ThreadID=128","Test Message ","Dec 15"),
 new sa("http://www.bandbowner.com/members/forum/openthread.cfm?forum=2&ThreadID=127","RUNNING COST BREAKDOWNS ","Dec 15"),
 new sa("http://www.bandbowner.com/members/forum/openthread.cfm?forum=2&ThreadID=126","Performing Rights Society ","Dec 15"),
 new sa("http://www.bandbowner.com/members/forum/openthread.cfm?forum=2&ThreadID=125","Can any one tell me how to remove a negative from ","Dec 15"),
 new sa("http://www.bandbowner.com/members/forum/openthread.cfm?forum=2&ThreadID=124","Deposits   ","Dec 15"),
 new sa("http://www.bandbowner.com/members/forum/openthread.cfm?forum=2&ThreadID=123","House Insurance ","Dec 15"),
 new sa("http://www.bandbowner.com/members/forum/openthread.cfm?forum=2&ThreadID=122","House Insurance ","Dec 15"),
 new sa("http://www.bandbowner.com/members/forum/openthread.cfm?forum=2&ThreadID=121","Alcohol License ","Dec 15"),
 new sa("http://www.bandbowner.com/members/forum/openthread.cfm?forum=2&ThreadID=120","gold award or not? ","Dec 15"),
 new sa("http://www.bandbowner.com/members/forum/openthread.cfm?forum=2&ThreadID=119","Bed Linen ","Dec 15"),
 new sa("http://www.bandbowner.com/members/forum/openthread.cfm?forum=2&ThreadID=118","Opening a new B&B ","Dec 15"),
 new sa("http://www.bandbowner.com/members/forum/openthread.cfm?forum=2&ThreadID=117","damages   ","Dec 15"),
 new sa("http://www.bandbowner.com/members/forum/openthread.cfm?forum=2&ThreadID=116","Online Booking? ","Dec 15"),
 new sa("http://www.bandbowner.com/members/forum/openthread.cfm?forum=2&ThreadID=115","Stop Smoking ","Dec 15"),
 new sa("http://www.bandbowner.com/members/forum/openthread.cfm?forum=2&ThreadID=114","Prosperous New Year to our members ","Dec 15"),
 new sa("http://www.bandbowner.com/members/forum/openthread.cfm?forum=2&ThreadID=113","Try easybook ","Dec 15"),
 new sa("http://www.bandbowner.com/members/forum/openthread.cfm?forum=2&ThreadID=112","Cancellations   ","Dec 15"),
 new sa("http://www.bandbowner.com/members/forum/openthread.cfm?forum=2&ThreadID=111","B & B accounting software ","Dec 15"),
 new sa("http://www.bandbowner.com/members/forum/openthread.cfm?forum=2&ThreadID=110","PAT Testing ","Dec 15"),
 new sa("http://www.bandbowner.com/members/forum/openthread.cfm?forum=2&ThreadID=109","Rates   ","Dec 15"),
 new sa("http://www.bandbowner.com/members/forum/openthread.cfm?forum=2&ThreadID=108","New Fire Regulations ","Dec 15"),
 new sa("http://www.bandbowner.com/members/forum/openthread.cfm?forum=2&ThreadID=107","Merry Christmas B & B  Owners ","Dec 15"),
 new sa("http://www.bandbowner.com/members/forum/openthread.cfm?forum=2&ThreadID=106","Accommodation website reviews. ","Dec 15"),
 new sa("http://www.bandbowner.com/members/forum/openthread.cfm?forum=2&ThreadID=105","Breakfast   ","Dec 15"),
 new sa("http://www.bandbowner.com/members/forum/openthread.cfm?forum=2&ThreadID=104","Some bad advice? ","Dec 15"),
 new sa("http://www.bandbowner.com/members/forum/openthread.cfm?forum=2&ThreadID=103","New fire regulations coming into force October ","Dec 15"),
 new sa("http://www.bandbowner.com/members/forum/openthread.cfm?forum=2&ThreadID=102","What form of advertising works best? ","Dec 15"),
 new sa("http://www.bandbowner.com/members/forum/openthread.cfm?forum=2&ThreadID=101","Latest piece of malware to avoid! ","Dec 15"),
 new sa("http://www.bandbowner.com/members/forum/openthread.cfm?forum=2&ThreadID=100","Upps test for website ","Dec 15"),
 new sa("http://www.bandbowner.com/members/forum/openthread.cfm?forum=2&ThreadID=99","Buying a B&B ","Dec 15"),
 new sa("http://www.bandbowner.com/members/forum/openthread.cfm?forum=2&ThreadID=98","Have you heard of the bed tax ? ","Dec 15"),
 new sa("http://www.bandbowner.com/members/forum/openthread.cfm?forum=2&ThreadID=97","Do most people publish rates in ads? ","Dec 15"),
 new sa("http://www.bandbowner.com/members/forum/openthread.cfm?forum=2&ThreadID=96","Tips on buying a B&B please ","Dec 15"),
 new sa("http://www.bandbowner.com/members/forum/openthread.cfm?forum=2&ThreadID=95","This website has a wealth of information ","Dec 15")
	);