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