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=19&ThreadID=882","CareCredit doesn't cover functional medicine ","Jul 26"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=878","Last night's patient challenge ","Jul 26"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=875","Labs in NY ","Jul 26"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=870","Lab Software ","Jul 26"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=861","blood tests patient pay versus insurance ","Jul 26"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=846","NAQ   ","Jul 26"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=842","Non -Physician Physical Exam ","Jul 26"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=832","Requesting Medical Records ","Jul 26"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=831","CLIA   ","Jul 26"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=820","Thermometers   ","Jul 26"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=814","Functional Medicine Texts ","Jul 26"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=812","Sending For Blood Tests - Patient Paying? ","Jul 26"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=773","What do the scores mean ","Jul 26"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=763","Are Insider's Guides available in print? ","Jul 26"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=759","office forms? ","Jul 26"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=758","Insider's Guide ","Jul 26"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=754","biological terrain ","Jul 26"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=753","Hair loss ","Jul 26"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=750","Instant Messaging ","Jul 26"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=748","messaging program ","Jul 26"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=747","B12   ","Jul 26"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=745","Male urogenital exam video?...lesson6 VIII ","Jul 26"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=743","Ordering Blood Testis ","Jul 26"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=740","Review of Patient Records before First meeting ","Jul 26"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=738","CRP on Dr. Weatherby's panels ","Jul 26"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=731","New Patient Forms ","Jul 26"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=730","uric acid stones/calcium stones ","Jul 26"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=723","Is there a physical exam form? ","Jul 26"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=722","clinical observation opportunities ","Jul 26"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=720","updated blood test results form ","Jul 26"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=715","insider's guide ","Jul 26"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=714","Insider's Guide ","Jul 26"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=681","Incorporation into an ND practice ","Jul 26"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=657","Excess Calcium Build-up ","Jul 26"),
 new sa("http://www.functionalmedicineuniversity.com/members/forum/openthread.cfm?forum=19&ThreadID=654","Cherry hemangiomas ? ","Jul 26")
	);