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=19&ThreadID=1365","CD   ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=1363","Module 1A Content: ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=1358","Blood pressure ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=1337","Ear wash system ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=1313","Serum B12 ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=1301","Required audio: heart sounds ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=1296","total protein increased with digestive dysfunction ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=1293","Dropping platelets in third trimester ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=1292","Urinanalysis   ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=1286","Spirometry Tests ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=1282","cat bite and subsequent autoimmune symptoms ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=1276","Access   ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=1270","FDM lab work legality ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=1268","Increased serum Fe ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=1267","Serum B12 ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=1252","rbc intracellular mineral test ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=1249","Quest or Labcorp? ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=1248","How to walk through teh FM process ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=1246","Chelated mineral ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=1243","low Hb ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=1242","High Serum B12 ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=1226","DACBN final Test ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=1213","K Supplement ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=1204","craving milk ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=1203","diabetes   ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=1198","Acidosis alkalosis test ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=1194","Mod 1 audio ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=1191","2 questions ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=1181","Diets   ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=1176","testing   ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=1175","PMI   ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=1174","IgA   ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=1173","Vit D ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=1171","low blood pressure ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=1158","Thalassemia, metal toxicity......what lab tests? ","Feb 01")
	);
