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=15&ThreadID=1364","FM approach to restless leg syndrome ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=15&ThreadID=1362","Elevated 1,25 di-OH Vitamin D ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=15&ThreadID=1360","Testosterone   ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=15&ThreadID=1353","optimizing hormones w/ total hysterectomy ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=15&ThreadID=1348","P/E2 ratio ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=15&ThreadID=1347","neurotransmitter testing ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=15&ThreadID=1344","Confusing pattern of thyroid antibodies ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=15&ThreadID=1342","Creatinine and EGFR ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=15&ThreadID=1328","Armour and Hashimoto's ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=15&ThreadID=1312","Vitiligo and Fatigue ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=15&ThreadID=1308","Radioactive iodine treatment of hyperthyroidism ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=15&ThreadID=1306","Mod 7, lesson FMDT567B ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=15&ThreadID=1302","High progesterone ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=15&ThreadID=1300","SHBG   ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=15&ThreadID=1285","Cortisol Rx ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=15&ThreadID=1281","Insulin   ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=15&ThreadID=1273","synthroid   ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=15&ThreadID=1272","DHEA Protocol ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=15&ThreadID=1265","Birth Control pills ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=15&ThreadID=1263","Hans Selye ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=15&ThreadID=1253","DHEA safety ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=15&ThreadID=1251","Progesterone Cream and ASI testing ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=15&ThreadID=1250","Hormone testing ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=15&ThreadID=1247","Cortisol-DHEA Correlation Chart ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=15&ThreadID=1245","pregnenolone protocol ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=15&ThreadID=1244","PCOS and Infertility ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=15&ThreadID=1239","Frequent Miscarriage ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=15&ThreadID=1237","Effects of Medications on Testing ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=15&ThreadID=1218","Perimenopause   ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=15&ThreadID=1217","nocturnal leg cramps ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=15&ThreadID=1208","Hi Docs ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=15&ThreadID=1205","Perimenopausal hormone testing ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=15&ThreadID=1189","Peripheral Neuropathy ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=15&ThreadID=1172","Thyroid   ","Feb 01"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=15&ThreadID=1164","Approach to thryoid function webinar ","Feb 01")
	);
