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=701","diabetes and raw food ","Feb 11"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=700","glutamine and diabetes ","Feb 11"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=643","glutathione therapy nebulizer ","Feb 11"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=573","Hypoglycemia Patterns - implied treatment ","Feb 11"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=569","insulin and fat metabolism ","Feb 11"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=546","Question about mineral/heavy metal testing ","Feb 11"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=545","Fructose: All bad? ","Feb 11"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=513","Oxidata Test ","Feb 11"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=510","Statins and Diabetes ","Feb 11"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=466","IRON   ","Feb 11"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=260","niacin   ","Feb 11"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=254","Tinea Versicolor & Dysglycemia ","Feb 11"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=233","Re: Alzheimers ","Feb 11"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=225","Glucose and  Insulin Tolerance Test ","Feb 11"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=222","Advanced CVD risk testing -- beyond the VAP ","Feb 11"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=220","Red Yeast Rice ","Feb 11"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=219","xylitol or stevia?? ","Feb 11"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=210","Heavy Metal Detoxification ","Feb 11"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=209","Nutri Spec ","Feb 11"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=208","Another reason to treat insulin resistance ","Feb 11"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=204","Dicken, can you call..... ","Feb 11"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=202","Pulse Oximeter and FDM? ","Feb 11"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=200","optimal values for children ","Feb 11"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=198","cholesterol question continued ","Feb 11"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=197","High cholesterol question ","Feb 11"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=196","Rosmed   ","Feb 11"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=195","calculation challanges ","Feb 11"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=194","Nutrition for bariatric patients ","Feb 11"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=193","Annatto Tocotrienols impacts many conditions ","Feb 11"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=191","Osteogenesis Imperfecta ","Feb 11"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=189","Info on the Rosmed GI health panel.... ","Feb 11"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=187","Case Study 43 y.o.obese male: Long.... help needed ","Feb 11"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=183","Mineral Supplementation ","Feb 11"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=181","Not enough wrong?! ","Feb 11"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=178","Intersting Case: Itching ","Feb 11")
	);