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=1345","Allergy or Sensativity treatment ","Jan 06"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=1330","My Brother's LDH Levels his cancer ","Jan 06"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=1317","Fungal Sinusitis ","Jan 06"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=1314","FUNGAL SINUSITIS ","Jan 06"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=1310","eczema   ","Jan 06"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=1284","Lyme   ","Jan 06"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=1277","Delayed sensitivity testing LRA Elisa/Act ","Jan 06"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=1274","Glutathione Recycling ","Jan 06"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=1256","tight junction ","Jan 06"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=1240","Antibodies and gene expression ","Jan 06"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=1223","EBV Treatment ","Jan 06"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=1220","salty taste in mouth ","Jan 06"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=1214","Lichen Planopilaris ","Jan 06"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=1206","Eczema   ","Jan 06"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=1195","Male breast cancer ","Jan 06"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=1154","EnteroLab Gluten testing ","Jan 06"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=1152","gliadin   ","Jan 06"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=1149","case review lesson 5, mod3 ","Jan 06"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=1147","AI dz ","Jan 06"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=1138","high eosinophil count ","Jan 06"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=1130","Food allergies andsensitivities ","Jan 06"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=1113","CMV and EBV ","Jan 06"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=1098","13 yr old with insulin resistance ","Jan 06"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=1085","Chronic Respiratory Problems ","Jan 06"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=1082","Guillain-Barre Syndrome ","Jan 06"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=1069","food allergies. ","Jan 06"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=1068","Leukemia   ","Jan 06"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=1067","Article on Th1/Th2 Balance:  The Hypothesis, etc. ","Jan 06"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=1064","Hypoplastic anemia ","Jan 06"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=1060","Lyme   ","Jan 06"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=1051","allergy shots ","Jan 06"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=1050","Anti-DNA ABs, ANA & ENA ","Jan 06"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=1046","Vitamin D tests ","Jan 06"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=1042","immunisation   ","Jan 06"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=12&ThreadID=1035","Body Rash ","Jan 06")
	);
