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=1366","E. coli, Shigella Vs treatment ","Feb 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=1361","Heidelberg Capsule Test & Gastro Test ","Feb 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=1359","gall bladder/abnormal hida scan ","Feb 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=1357","Natural Antimicrobial complex ","Feb 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=1356","white flakes in urine ","Feb 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=1355","Acid reflux and parasites ","Feb 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=1354","Gall stone ","Feb 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=1350","Liver parasites ","Feb 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=1343","hemochromotosis   ","Feb 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=1340","Histamine and Protein digestion ","Feb 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=1334","High Iron ","Feb 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=1333","High Iron ","Feb 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=1327","High blood Levels of B6 ","Feb 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=1326","Rotating botanicals ","Feb 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=1323","porcelain gallbladder ","Feb 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=1322","Question Regarding Preferred Tests ","Feb 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=1320","Infant with several allergies sensitivities ","Feb 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=1318","B12 metabolism ","Feb 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=1315","CDSA vs. GI Health vs. GI Effects ","Feb 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=1307","Bowel movement every time she urinates ","Feb 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=1299","Jaw surgery in 25 year old female ","Feb 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=1297","iron anemia ","Feb 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=1295","Iron def anemia ","Feb 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=1288","Labs in Canada ","Feb 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=1279","interstitial cystitis ","Feb 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=1271","solaris   ","Feb 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=1269","lab testing while on antibiotics ","Feb 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=1264","leaky gut and scopes ","Feb 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=1261","triphala   ","Feb 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=1254","ALCAT test ","Feb 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=1233","NAQ   ","Feb 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=1230","Cystic Fibrisis ","Feb 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=1227","L. Acidophilus ","Feb 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=1222","Lactoferrin   ","Feb 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=10&ThreadID=1211","yeast/ fungi ","Feb 02")
	);
