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=10&ThreadID=910","Gall Bladder ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=908","Enterolab   ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=906","Bastocystis Hominis ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=905","Hernia question ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=899","SigA-decreased-w here to order p roducts? ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=896","Rotating parasitic agents ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=883","Positive on a parasite on a gastro-intestinal test ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=881","Hashimotos with no Igg ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=854","where would you start? ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=852","Non dairy Bifidus ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=851","Diverticulitis   ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=839","Numb tongue? ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=826","Severe Food Allergies ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=823","food allergies ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=811","Parasites.   ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=805","Bioimpedence Analysis? ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=800","Prebiotics Won't Relieve Crohn's ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=798","Resolve GERD by Losing Weight ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=795","IBD Linked to Increased CAD Risk ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=793","Vitamin A Boosts Response to Hep C Treatment ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=792","Pancreatic Enzymes ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=791","Fatty Acids May Protect Against Ulcerative Colitis ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=788","Diagnostic Testing for Celiac Disease (JAMA 2010) ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=784","Diagnosis and Management of H pylori Infection ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=777","Babies and intestinal issues ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=764","Uric acid levels and gout ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=762","L-Lactate    D-Lactate ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=746","Parkinson's Diagnosis and Peripheral Neuropathy ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=735","celiac panels ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=733","How come I can't log in to module 2? ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=732","celiac panel ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=716","Gastric String Test - with a challenge ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=710","gastroparesis with H.Pylori history ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=704","Monitoring progress for low Hcl ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=691","TIBC and internal bleeding ","Sep 02")
	);