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.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=817","chronic Neuropathy, Plantar Fascitis of the feet ","Jun 07"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=796","Ganglion cysts ","Jun 07"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=653","marketing for weight loss ","Jun 07"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=449","Question for Rick. ","Jun 07"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=427","Help with Lean muscle mass and met. basal rate.... ","Jun 07"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=406","E-book available for patient purchase? ","Jun 07"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=389","Chronic inflammation due to a partial healed joint ","Jun 07"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=383","Hallux Valgus in a Pes planus subject ","Jun 07"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=372","Quizz#74: CRP vs CRP-Hs ","Jun 07"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=364","How much Vitamin E/where to get it? ","Jun 07"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=363","Good form with Grunt and Growl ","Jun 07"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=322","What type of myofascial work. ","Jun 07"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=317","Please explain possible mechanism ","Jun 07"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=316","Heel lifts when to use them? ","Jun 07"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=315","How common is a hemipelvis? ","Jun 07")
	);