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.maximizedlivinghealthsite.com/members/forum/openthread.cfm?forum=6&ThreadID=69","Pumpkin Cheesecake ","Nov 24"),
 new sa("http://www.maximizedlivinghealthsite.com/members/forum/openthread.cfm?forum=6&ThreadID=43","MLMO - Degenerators Anonymous (pg. 41) ","Nov 24"),
 new sa("http://www.maximizedlivinghealthsite.com/members/forum/openthread.cfm?forum=6&ThreadID=42","MLMO - What Diets Have You Been On? (pg. 80) ","Nov 24"),
 new sa("http://www.maximizedlivinghealthsite.com/members/forum/openthread.cfm?forum=6&ThreadID=41","MLMO - Food Dress-up Rule (pg. 85) ","Nov 24"),
 new sa("http://www.maximizedlivinghealthsite.com/members/forum/openthread.cfm?forum=6&ThreadID=40","MLMO Share Your Favorite Max Diet Recipe (pg. 104) ","Nov 24"),
 new sa("http://www.maximizedlivinghealthsite.com/members/forum/openthread.cfm?forum=6&ThreadID=39","MLMO-What's Your Biggest Exer. Challenge? (pg.120) ","Nov 24"),
 new sa("http://www.maximizedlivinghealthsite.com/members/forum/openthread.cfm?forum=6&ThreadID=38","MLMO What Does Success Look Like To You?  (pg.148) ","Nov 24"),
 new sa("http://www.maximizedlivinghealthsite.com/members/forum/openthread.cfm?forum=6&ThreadID=37","MLMO - Victim to Victor (pg. 150) ","Nov 24"),
 new sa("http://www.maximizedlivinghealthsite.com/members/forum/openthread.cfm?forum=6&ThreadID=36","MLMO - Recognizing Your Value (pg. 154) ","Nov 24"),
 new sa("http://www.maximizedlivinghealthsite.com/members/forum/openthread.cfm?forum=6&ThreadID=35","MLMO - Your UTPs (pg. 156) ","Nov 24"),
 new sa("http://www.maximizedlivinghealthsite.com/members/forum/openthread.cfm?forum=6&ThreadID=34","MLMO - Winning the Peace Triathlon (pg. 168) ","Nov 24")
	);