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.planhelp.com/members/forum/openthread.cfm?forum=1&ThreadID=139","Victoria plumbing layout ","Dec 26"),
 new sa("http://www.planhelp.com/members/forum/openthread.cfm?forum=1&ThreadID=138","Ridge beam in Victoria studio ","Dec 26"),
 new sa("http://www.planhelp.com/members/forum/openthread.cfm?forum=1&ThreadID=137","Copy of the software ","Dec 26"),
 new sa("http://www.planhelp.com/members/forum/openthread.cfm?forum=1&ThreadID=136","Plan critique ","Dec 26"),
 new sa("http://www.planhelp.com/members/forum/openthread.cfm?forum=1&ThreadID=135","Dogtrot   ","Dec 26"),
 new sa("http://www.planhelp.com/members/forum/openthread.cfm?forum=1&ThreadID=134","Question before ordering. ","Dec 26"),
 new sa("http://www.planhelp.com/members/forum/openthread.cfm?forum=1&ThreadID=133","14x24 Foundation question ","Dec 26"),
 new sa("http://www.planhelp.com/members/forum/openthread.cfm?forum=1&ThreadID=132","14x24 Loft question ","Dec 26"),
 new sa("http://www.planhelp.com/members/forum/openthread.cfm?forum=1&ThreadID=131","Matirial list 20 x 30 1 1/2 story ","Dec 26"),
 new sa("http://www.planhelp.com/members/forum/openthread.cfm?forum=1&ThreadID=130","22x36 plan critique please ","Dec 26"),
 new sa("http://www.planhelp.com/members/forum/openthread.cfm?forum=1&ThreadID=129","How to produce modified elevations ","Dec 26"),
 new sa("http://www.planhelp.com/members/forum/openthread.cfm?forum=1&ThreadID=128","Can't find 3D Home Architect Version 3... ","Dec 26"),
 new sa("http://www.planhelp.com/members/forum/openthread.cfm?forum=1&ThreadID=127","14x24 model for 1-1/2 story cabin ","Dec 26"),
 new sa("http://www.planhelp.com/members/forum/openthread.cfm?forum=1&ThreadID=126","14x24 cabin foundation ","Dec 26"),
 new sa("http://www.planhelp.com/members/forum/openthread.cfm?forum=1&ThreadID=125","3D Home Architect ","Dec 26"),
 new sa("http://www.planhelp.com/members/forum/openthread.cfm?forum=1&ThreadID=124","Basement details for all wood foundation ","Dec 26"),
 new sa("http://www.planhelp.com/members/forum/openthread.cfm?forum=1&ThreadID=123","My question is similar ","Dec 26"),
 new sa("http://www.planhelp.com/members/forum/openthread.cfm?forum=1&ThreadID=122","Updated Gambrel roof details ","Dec 26"),
 new sa("http://www.planhelp.com/members/forum/openthread.cfm?forum=1&ThreadID=121","Foundation Questions - 1-1/2 Story 20'W Cottage ","Dec 26"),
 new sa("http://www.planhelp.com/members/forum/openthread.cfm?forum=1&ThreadID=120","Problems downloading and opening files? ","Dec 26"),
 new sa("http://www.planhelp.com/members/forum/openthread.cfm?forum=1&ThreadID=118","Cheap tricks for lower cooling costs ","Dec 26"),
 new sa("http://www.planhelp.com/members/forum/openthread.cfm?forum=1&ThreadID=117","Changing dimensions on 26 x 30 double shed ","Dec 26"),
 new sa("http://www.planhelp.com/members/forum/openthread.cfm?forum=1&ThreadID=116","Beautiful   ","Dec 26"),
 new sa("http://www.planhelp.com/members/forum/openthread.cfm?forum=1&ThreadID=115","Building a block foundation ","Dec 26"),
 new sa("http://www.planhelp.com/members/forum/openthread.cfm?forum=1&ThreadID=114","Brand New to Forum ","Dec 26"),
 new sa("http://www.planhelp.com/members/forum/openthread.cfm?forum=1&ThreadID=113","the optional beam ","Dec 26"),
 new sa("http://www.planhelp.com/members/forum/openthread.cfm?forum=1&ThreadID=112","20x34 2 story cottage question for radiant floor ","Dec 26"),
 new sa("http://www.planhelp.com/members/forum/openthread.cfm?forum=1&ThreadID=111","20 x 34 Universal Cottage Options ","Dec 26"),
 new sa("http://www.planhelp.com/members/forum/openthread.cfm?forum=1&ThreadID=110","Jefferson or alternative tread stair ","Dec 26"),
 new sa("http://www.planhelp.com/members/forum/openthread.cfm?forum=1&ThreadID=109","Fuel Costs Comparison Tool ","Dec 26"),
 new sa("http://www.planhelp.com/members/forum/openthread.cfm?forum=1&ThreadID=108","Small office addition to existing house ","Dec 26"),
 new sa("http://www.planhelp.com/members/forum/openthread.cfm?forum=1&ThreadID=107","1-1/2 story 20x30 porch on long side ","Dec 26"),
 new sa("http://www.planhelp.com/members/forum/openthread.cfm?forum=1&ThreadID=106","20x30 plan with 24&quot;oc framing? ","Dec 26"),
 new sa("http://www.planhelp.com/members/forum/openthread.cfm?forum=1&ThreadID=105","Solar Saltbox addition plans added to Downloads ","Dec 26"),
 new sa("http://www.planhelp.com/members/forum/openthread.cfm?forum=1&ThreadID=104","Screened In Porch ","Dec 26")
	);
