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=912","Pheochromocytoma   ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=891","Optimum Insulin Level ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=867","Article missing in library refer to IG ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=813","personal expreience ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=781","B-Vitamin Therapy for Diab Neuropathy ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=701","diabetes and raw food ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=700","glutamine and diabetes ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=643","glutathione therapy nebulizer ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=573","Hypoglycemia Patterns - implied treatment ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=569","insulin and fat metabolism ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=546","Question about mineral/heavy metal testing ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=545","Fructose: All bad? ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=513","Oxidata Test ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=510","Statins and Diabetes ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=466","IRON   ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=260","niacin   ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=254","Tinea Versicolor & Dysglycemia ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=233","Re: Alzheimers ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=225","Glucose and  Insulin Tolerance Test ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=222","Advanced CVD risk testing -- beyond the VAP ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=220","Red Yeast Rice ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=219","xylitol or stevia?? ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=210","Heavy Metal Detoxification ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=209","Nutri Spec ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=208","Another reason to treat insulin resistance ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=204","Dicken, can you call..... ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=202","Pulse Oximeter and FDM? ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=200","optimal values for children ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=198","cholesterol question continued ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=197","High cholesterol question ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=196","Rosmed   ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=195","calculation challanges ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=194","Nutrition for bariatric patients ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=193","Annatto Tocotrienols impacts many conditions ","Sep 02"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=13&ThreadID=191","Osteogenesis Imperfecta ","Sep 02")
	);