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=12&ThreadID=911","Thyroidectomy   ","Sep 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=892","prickly heat ","Sep 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=877","viral lab panel ","Sep 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=874","Need help for my niece ","Sep 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=869","discoid lupus erythematosis ","Sep 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=865","Seasonal allergies &quot;allergic rhinitis&quot; ","Sep 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=864","Viral Labs ","Sep 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=863","Enterococcus , chronic urinary tract infection ","Sep 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=850","Food Re-Introduction Chart ","Sep 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=849","HLA and MHC ","Sep 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=848","Marsh ClassificationCeliac Lesson of Immune Module ","Sep 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=833","viral labs? ","Sep 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=830","lesson missing? ","Sep 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=816","Celiac disease and Gluten Intolerance ","Sep 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=807","Tinea Versicolor ","Sep 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=794","Functional Medicine and Multiple Sclerosis ","Sep 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=790","Multiple Sclerosis - Epstein-Barr Connection ","Sep 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=786","Hydradenitis Supperativa ","Sep 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=785","Primary Biliary Cirrhosis ","Sep 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=775","Alternaria alternata ","Sep 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=772","completion of lesson 23 ","Sep 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=709","Organic Acids on Lupus Patient ","Sep 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=688","Low SigA ","Sep 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=687","difficult case too many problems ","Sep 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=686","swollen adenoids, fluid in ears ","Sep 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=648","Monolaurin and Herpes zoster at trigeminal nerve ","Sep 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=639","Autoimmune urticaria ","Sep 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=604","Mold test ","Sep 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=588","Hypervitaminosis B12 ","Sep 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=582","ImmunoSciences Lab ","Sep 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=581","Which vitamin for restless leg syndrome. ","Sep 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=580","Contradictory information on  sIgA ","Sep 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=571","Coca Pulse test - clarification needed please ","Sep 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=570","Lab help ","Sep 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=567","Shingles   ","Sep 01")
	);