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.yourmedicaldetective.com/members/forum/openthread.cfm?forum=1&ThreadID=245","Avelox side effects ","Nov 30"),
 new sa("http://www.yourmedicaldetective.com/members/forum/openthread.cfm?forum=1&ThreadID=244","potential risks of curcumin? ","Nov 30"),
 new sa("http://www.yourmedicaldetective.com/members/forum/openthread.cfm?forum=1&ThreadID=243","N-Acetyl Carnosine for cataract treatment ","Nov 30"),
 new sa("http://www.yourmedicaldetective.com/members/forum/openthread.cfm?forum=1&ThreadID=242","Arthritis Diet ","Nov 30"),
 new sa("http://www.yourmedicaldetective.com/members/forum/openthread.cfm?forum=1&ThreadID=241","PGX fiber supplement for weight loss? ","Nov 30"),
 new sa("http://www.yourmedicaldetective.com/members/forum/openthread.cfm?forum=1&ThreadID=240","Vitamin D dose ","Nov 30"),
 new sa("http://www.yourmedicaldetective.com/members/forum/openthread.cfm?forum=1&ThreadID=239","Best test for heavy metal toxicity? ","Nov 30"),
 new sa("http://www.yourmedicaldetective.com/members/forum/openthread.cfm?forum=1&ThreadID=238","Vitamin D and tanning beds? ","Nov 30"),
 new sa("http://www.yourmedicaldetective.com/members/forum/openthread.cfm?forum=1&ThreadID=237","Causes of elevated Parathyroid hormone ","Nov 30"),
 new sa("http://www.yourmedicaldetective.com/members/forum/openthread.cfm?forum=1&ThreadID=236","High TSH T3T4 at 5.38 ","Nov 30"),
 new sa("http://www.yourmedicaldetective.com/members/forum/openthread.cfm?forum=1&ThreadID=235","Restless Leg Syndrome News ","Nov 30"),
 new sa("http://www.yourmedicaldetective.com/members/forum/openthread.cfm?forum=1&ThreadID=234","Shingles   ","Nov 30"),
 new sa("http://www.yourmedicaldetective.com/members/forum/openthread.cfm?forum=1&ThreadID=233","eyes hurt floaters ","Nov 30"),
 new sa("http://www.yourmedicaldetective.com/members/forum/openthread.cfm?forum=1&ThreadID=232","Edema   ","Nov 30"),
 new sa("http://www.yourmedicaldetective.com/members/forum/openthread.cfm?forum=1&ThreadID=231","liver enzymes elevated ","Nov 30"),
 new sa("http://www.yourmedicaldetective.com/members/forum/openthread.cfm?forum=1&ThreadID=230","ION results - HIGH tryptophan=LOW serotonin ","Nov 30"),
 new sa("http://www.yourmedicaldetective.com/members/forum/openthread.cfm?forum=1&ThreadID=229","Blepharitis   ","Nov 30"),
 new sa("http://www.yourmedicaldetective.com/members/forum/openthread.cfm?forum=1&ThreadID=228","anemia   ","Nov 30"),
 new sa("http://www.yourmedicaldetective.com/members/forum/openthread.cfm?forum=1&ThreadID=227","insulin and cholesteral ","Nov 30"),
 new sa("http://www.yourmedicaldetective.com/members/forum/openthread.cfm?forum=1&ThreadID=226","Oral EDTA Chelation for artherosclerosis ","Nov 30"),
 new sa("http://www.yourmedicaldetective.com/members/forum/openthread.cfm?forum=1&ThreadID=225","weight gain/slowed cognitive function ","Nov 30"),
 new sa("http://www.yourmedicaldetective.com/members/forum/openthread.cfm?forum=1&ThreadID=224","sinusitus   ","Nov 30"),
 new sa("http://www.yourmedicaldetective.com/members/forum/openthread.cfm?forum=1&ThreadID=223","cholesterol reducing drugs ","Nov 30"),
 new sa("http://www.yourmedicaldetective.com/members/forum/openthread.cfm?forum=1&ThreadID=222","ear ache ","Nov 30"),
 new sa("http://www.yourmedicaldetective.com/members/forum/openthread.cfm?forum=1&ThreadID=221","Diabetes #2 ","Nov 30"),
 new sa("http://www.yourmedicaldetective.com/members/forum/openthread.cfm?forum=1&ThreadID=220","extreme salty tast coming into throat ","Nov 30"),
 new sa("http://www.yourmedicaldetective.com/members/forum/openthread.cfm?forum=1&ThreadID=219","Prolotherapy for back pain ","Nov 30"),
 new sa("http://www.yourmedicaldetective.com/members/forum/openthread.cfm?forum=1&ThreadID=218","new MRI results ","Nov 30"),
 new sa("http://www.yourmedicaldetective.com/members/forum/openthread.cfm?forum=1&ThreadID=217","Alpha-lipoic Acid    (Natural not Synthetic) ","Nov 30"),
 new sa("http://www.yourmedicaldetective.com/members/forum/openthread.cfm?forum=1&ThreadID=216","High WBC Count/Low Protein ","Nov 30"),
 new sa("http://www.yourmedicaldetective.com/members/forum/openthread.cfm?forum=1&ThreadID=215","Triglyceride / Hdl  Ratio ","Nov 30"),
 new sa("http://www.yourmedicaldetective.com/members/forum/openthread.cfm?forum=1&ThreadID=214","RDA for Calcium ","Nov 30"),
 new sa("http://www.yourmedicaldetective.com/members/forum/openthread.cfm?forum=1&ThreadID=213","oxy power and go power heart formula ","Nov 30"),
 new sa("http://www.yourmedicaldetective.com/members/forum/openthread.cfm?forum=1&ThreadID=212","&quot;Underactive thyroids&quot; that causes weigh ","Nov 30"),
 new sa("http://www.yourmedicaldetective.com/members/forum/openthread.cfm?forum=1&ThreadID=211","Effexor   ","Nov 30")
	);
