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=13&ThreadID=1303","supplements   ","Oct 16"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=1275","Tauri's Disease ","Oct 16"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=1266","High A1C ","Oct 16"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=1257","Exercise Induced Diabetes ","Oct 16"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=1234","Fructosamine testing ","Oct 16"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=1209","Chromium yeast ","Oct 16"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=1187","product question ","Oct 16"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=1156","CoQ10 and Statins ","Oct 16"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=1153","Redox Signaling and antioxidants ","Oct 16"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=1038","Stevia safety? ","Oct 16"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=1029","Treatment of frozen shoulder in diabetic ","Oct 16"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=975","53 year old F on long term IV antibiotic use ","Oct 16"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=967","42year old M with brain cancer ","Oct 16"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=965","Hereditary hemochromatosis ","Oct 16"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=946","Antioxidant Enzyme Supplement ","Oct 16"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=912","Pheochromocytoma   ","Oct 16"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=891","Optimum Insulin Level ","Oct 16"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=867","Article missing in library refer to IG ","Oct 16"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=813","personal expreience ","Oct 16"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=781","B-Vitamin Therapy for Diab Neuropathy ","Oct 16"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=701","diabetes and raw food ","Oct 16"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=700","glutamine and diabetes ","Oct 16"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=643","glutathione therapy nebulizer ","Oct 16"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=573","Hypoglycemia Patterns - implied treatment ","Oct 16"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=569","insulin and fat metabolism ","Oct 16"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=546","Question about mineral/heavy metal testing ","Oct 16"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=545","Fructose: All bad? ","Oct 16"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=513","Oxidata Test ","Oct 16"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=510","Statins and Diabetes ","Oct 16"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=466","IRON   ","Oct 16"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=260","niacin   ","Oct 16"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=254","Tinea Versicolor & Dysglycemia ","Oct 16"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=233","Re: Alzheimers ","Oct 16"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=225","Glucose and  Insulin Tolerance Test ","Oct 16"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=222","Advanced CVD risk testing -- beyond the VAP ","Oct 16")
	);
