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.bulletproofretirement.com/members/forum/openthread.cfm?forum=1&ThreadID=100","Caracola Beach and Spa Resort ","Mar 08"),
 new sa("http://www.bulletproofretirement.com/members/forum/openthread.cfm?forum=1&ThreadID=99","random business questions ","Mar 08"),
 new sa("http://www.bulletproofretirement.com/members/forum/openthread.cfm?forum=1&ThreadID=98","Buying items in the US ","Mar 08"),
 new sa("http://www.bulletproofretirement.com/members/forum/openthread.cfm?forum=1&ThreadID=97","Accomodation needed May 2009 ","Mar 08"),
 new sa("http://www.bulletproofretirement.com/members/forum/openthread.cfm?forum=1&ThreadID=96","Attorney on Island ","Mar 08"),
 new sa("http://www.bulletproofretirement.com/members/forum/openthread.cfm?forum=1&ThreadID=95","Storage Units ","Mar 08"),
 new sa("http://www.bulletproofretirement.com/members/forum/openthread.cfm?forum=1&ThreadID=94","BUILDING a residence from scratch ","Mar 08"),
 new sa("http://www.bulletproofretirement.com/members/forum/openthread.cfm?forum=1&ThreadID=93","Import one ton vehicle avoid duty? ","Mar 08"),
 new sa("http://www.bulletproofretirement.com/members/forum/openthread.cfm?forum=1&ThreadID=92","Ship car to Vz mainland and license it there ","Mar 08"),
 new sa("http://www.bulletproofretirement.com/members/forum/openthread.cfm?forum=1&ThreadID=91","Gringo with Vz wife relocating to Margarita ","Mar 08"),
 new sa("http://www.bulletproofretirement.com/members/forum/openthread.cfm?forum=1&ThreadID=90","1 year  visa's ","Mar 08"),
 new sa("http://www.bulletproofretirement.com/members/forum/openthread.cfm?forum=1&ThreadID=89","food rationing. ","Mar 08"),
 new sa("http://www.bulletproofretirement.com/members/forum/openthread.cfm?forum=1&ThreadID=88","RELOCATING TO MARGARITA FROM NYC ","Mar 08"),
 new sa("http://www.bulletproofretirement.com/members/forum/openthread.cfm?forum=1&ThreadID=87","Exchange rate drop ","Mar 08"),
 new sa("http://www.bulletproofretirement.com/members/forum/openthread.cfm?forum=1&ThreadID=86","Looking for a house/condo on Isla w/o 14-22MAR ","Mar 08"),
 new sa("http://www.bulletproofretirement.com/members/forum/openthread.cfm?forum=1&ThreadID=85","help   ","Mar 08"),
 new sa("http://www.bulletproofretirement.com/members/forum/openthread.cfm?forum=1&ThreadID=84","exchange rate ","Mar 08"),
 new sa("http://www.bulletproofretirement.com/members/forum/openthread.cfm?forum=1&ThreadID=83","Referendum....wh at now  ","Mar 08"),
 new sa("http://www.bulletproofretirement.com/members/forum/openthread.cfm?forum=1&ThreadID=82","Where did all the real estate go? ","Mar 08"),
 new sa("http://www.bulletproofretirement.com/members/forum/openthread.cfm?forum=1&ThreadID=81","Attention Danosaur! ","Mar 08"),
 new sa("http://www.bulletproofretirement.com/members/forum/openthread.cfm?forum=1&ThreadID=80","Boot To The Head, and we warned you ","Mar 08"),
 new sa("http://www.bulletproofretirement.com/members/forum/openthread.cfm?forum=1&ThreadID=79","Boat businesses ","Mar 08"),
 new sa("http://www.bulletproofretirement.com/members/forum/openthread.cfm?forum=1&ThreadID=78","Golf in Porlamar/Pampatar ","Mar 08"),
 new sa("http://www.bulletproofretirement.com/members/forum/openthread.cfm?forum=1&ThreadID=77","Where did the newspaper go? ","Mar 08"),
 new sa("http://www.bulletproofretirement.com/members/forum/openthread.cfm?forum=1&ThreadID=76","F1   ","Mar 08"),
 new sa("http://www.bulletproofretirement.com/members/forum/openthread.cfm?forum=1&ThreadID=75","A thoughtful treatise ","Mar 08"),
 new sa("http://www.bulletproofretirement.com/members/forum/openthread.cfm?forum=1&ThreadID=74","builder   ","Mar 08"),
 new sa("http://www.bulletproofretirement.com/members/forum/openthread.cfm?forum=1&ThreadID=73","Brian's response ","Mar 08"),
 new sa("http://www.bulletproofretirement.com/members/forum/openthread.cfm?forum=1&ThreadID=72","Agriculture on MI ","Mar 08"),
 new sa("http://www.bulletproofretirement.com/members/forum/openthread.cfm?forum=1&ThreadID=71","recent developments ","Mar 08"),
 new sa("http://www.bulletproofretirement.com/members/forum/openthread.cfm?forum=1&ThreadID=70","Comments on the Latest Headlines in Venezuela ","Mar 08"),
 new sa("http://www.bulletproofretirement.com/members/forum/openthread.cfm?forum=1&ThreadID=69","Golf   ","Mar 08"),
 new sa("http://www.bulletproofretirement.com/members/forum/openthread.cfm?forum=1&ThreadID=68","Where is Brian? :) ","Mar 08"),
 new sa("http://www.bulletproofretirement.com/members/forum/openthread.cfm?forum=1&ThreadID=67","Pensioner Visa ","Mar 08"),
 new sa("http://www.bulletproofretirement.com/members/forum/openthread.cfm?forum=1&ThreadID=66","Water Quality and Treatment ","Mar 08")
	);