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=907","Latest Findings onEFAs.... FYI ","Aug 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=904","541B Missing Required Reading ","Aug 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=888","DVT Case: relevance of elevated MPV ","Aug 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=857","Vitamin D testing ","Aug 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=845","Hemochromatosis   ","Aug 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=844","Congestive heart failure ","Aug 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=789","Lp-PLA2 Predicts Non-Vascular Death ","Aug 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=756","Best test for Cardio ","Aug 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=749","Insulin & delta-6 desaturase ","Aug 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=744","High Ferritin ","Aug 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=737","Lymphedema?   ","Aug 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=736","Lipedema   ","Aug 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=694","VAP and Apolipoprotein A1 and B ","Aug 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=683","High Arachidonic Acid, DGL, DGLA and Trans Fats ","Aug 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=670","Abstracts/ references referred to in Lesson 42? ","Aug 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=658","Low Cholesterol ","Aug 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=631","Comprehensive Cardiovascular Profile 2.0 ","Aug 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=626","sleep apnea ","Aug 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=609","High Blood pressure ","Aug 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=601","Evening Primrose oil ","Aug 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=593","Cortisol / DHEA ratio ","Aug 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=551","Clinical questions on Vit D ","Aug 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=472","C. Pneumonia ? Can't seem to find a lab which.... ","Aug 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=450","Fibrinogen   ","Aug 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=414","Lowering LDL ","Aug 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=407","Vitamin D and B12 range ","Aug 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=404","CRP  sensitive and fibrinogen ","Aug 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=399","prostatitis   ","Aug 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=362","Tinnitus   ","Aug 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=344","Vitmamin D and other pertaintent lab testing..... ","Aug 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=341","Atherosclerosis   ","Aug 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=313","Anti-Inflammatory diet and SeriPhos ","Aug 24"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=16&ThreadID=312","Optimal range for ESR or CRP?? ","Aug 24")
	);