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=14&ThreadID=1294","Carbonated mineral water ","Oct 09"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=14&ThreadID=1283","Is evaluation with blood much better than hair? ","Oct 09"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=14&ThreadID=1280","Burning and numbness in both feet. ","Oct 09"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=14&ThreadID=1278","Cobalt blood levels after hip replacement revision ","Oct 09"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=14&ThreadID=1260","sensitive to metal jewlery of all kinds. ","Oct 09"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=14&ThreadID=1259","sensitive to metal jewlery of all kinds. ","Oct 09"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=14&ThreadID=1236","Detoxamin   ","Oct 09"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=14&ThreadID=1235","Cruciferous vegetables ","Oct 09"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=14&ThreadID=1232","Environmental Influences Questionnaire ","Oct 09"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=14&ThreadID=1228","Steps to detox ","Oct 09"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=14&ThreadID=1225","IV reduced glutathione ","Oct 09"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=14&ThreadID=1116","Environmental Influences Questionnaire ","Oct 09"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=14&ThreadID=1074","Liver   ","Oct 09"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=14&ThreadID=1062","ADMA   ","Oct 09"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=14&ThreadID=1036","Best way to test for heavy metal exposure? ","Oct 09"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=14&ThreadID=997","Lesson 551A Charts ","Oct 09"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=14&ThreadID=986","can't find EIQ ","Oct 09"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=14&ThreadID=984","Complete this lesson ","Oct 09"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=14&ThreadID=955","What if Kidneys are a concern? ","Oct 09"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=14&ThreadID=951","Module6.3   ","Oct 09"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=14&ThreadID=924","Is there more? ","Oct 09"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=14&ThreadID=921","high levels of mercury and lead ","Oct 09"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=14&ThreadID=808","Chemical sensitivities ","Oct 09"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=14&ThreadID=761","Insider's Guide ","Oct 09"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=14&ThreadID=755","Detoxification Capacity test - discontinued!! ","Oct 09"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=14&ThreadID=742","Detoxification and Environmental influences Q ","Oct 09"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=14&ThreadID=739","NAC  and ALA ","Oct 09"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=14&ThreadID=734","Far Infrared Sauna ","Oct 09"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=14&ThreadID=717","MSM,  Vitamin C, Recancostat ","Oct 09"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=14&ThreadID=695","Fungal sinusitis Ron ","Oct 09"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=14&ThreadID=684","PCA-Rx   ","Oct 09"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=14&ThreadID=659","heavy metal detox protocol with captomer-250 ","Oct 09"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=14&ThreadID=656","Pyroglutamate Elevation - significance ","Oct 09"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=14&ThreadID=642","alternative to indican test ","Oct 09"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=14&ThreadID=633","Displacing Heavy Metals ","Oct 09")
	);
