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=16&ThreadID=1352","blood vessels swelling and popping. ","Jan 18"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=1349","Pelvic Congestion Syndrome & hematuria ","Jan 18"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=1324","Peri Oral Dermatitis ","Jan 18"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=1316","Depression and CVD ","Jan 18"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=1304","Patient With Chronic Bladder Inflammation ","Jan 18"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=1219","Sjogren's Antibody ","Jan 18"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=1212","Magnesium   ","Jan 18"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=1202","The FDM Approach to Autoimmune Disease ","Jan 18"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=1182","Fish oil ","Jan 18"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=1170","is super high HDL 141. harmful? ","Jan 18"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=1169","super high HDL 141,Tot Cholest 274, HomoCty 14.8 ","Jan 18"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=1162","4 YEAR OLD GIRL WITH ARTICULAR ARTHRITIS ","Jan 18"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=1080","Asthma   ","Jan 18"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=1078","Asthma   ","Jan 18"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=1073","Cholesterol testing: VAP vs. NMR ","Jan 18"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=1025","Hypertension   ","Jan 18"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=1021","Best test ","Jan 18"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=1014","Osteoporosis   ","Jan 18"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=1004","allergy/sinusiti s  ","Jan 18"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=1000","Reflex Sympathetic Dystrophy ","Jan 18"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=988","muscle and ligament tears in men over 40 ","Jan 18"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=966","Lab Testing for Peripheral Neuropathy ","Jan 18"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=927","Primary Pulmonary Hypertension ","Jan 18"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=917","CRP (R) ","Jan 18"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=913","Elaborate on Cardiac Marker CK ","Jan 18"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=907","Latest Findings onEFAs.... FYI ","Jan 18"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=904","541B Missing Required Reading ","Jan 18"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=888","DVT Case: relevance of elevated MPV ","Jan 18"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=857","Vitamin D testing ","Jan 18"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=845","Hemochromatosis   ","Jan 18"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=844","Congestive heart failure ","Jan 18"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=789","Lp-PLA2 Predicts Non-Vascular Death ","Jan 18"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=756","Best test for Cardio ","Jan 18"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=749","Insulin & delta-6 desaturase ","Jan 18"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=744","High Ferritin ","Jan 18")
	);
