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=1321","Biomechanical motion palpation ","Nov 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=1319","sclerotomal pain ","Nov 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=1262","supplements   ","Nov 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=1197","Best way(s) to determine calcium sufficiency. ","Nov 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=1160","Ounces of protein ","Nov 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=1055","Tooth Decay ","Nov 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=989","Umbilical Hernias ","Nov 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=933","Dupuytren's contracture and trigger finger ","Nov 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=817","chronic Neuropathy, Plantar Fascitis of the feet ","Nov 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=796","Ganglion cysts ","Nov 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=653","marketing for weight loss ","Nov 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=449","Question for Rick. ","Nov 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=427","Help with Lean muscle mass and met. basal rate.... ","Nov 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=406","E-book available for patient purchase? ","Nov 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=389","Chronic inflammation due to a partial healed joint ","Nov 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=383","Hallux Valgus in a Pes planus subject ","Nov 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=372","Quizz#74: CRP vs CRP-Hs ","Nov 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=364","How much Vitamin E/where to get it? ","Nov 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=363","Good form with Grunt and Growl ","Nov 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=322","What type of myofascial work. ","Nov 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=317","Please explain possible mechanism ","Nov 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=316","Heel lifts when to use them? ","Nov 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=18&ThreadID=315","How common is a hemipelvis? ","Nov 24")
	);
