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=3&ThreadID=21","Essential #1: Minimize Your Exposure To Toxins ","Sep 29"),
 new sa("http://www.maximizedlivinghealthsite.com/members/forum/openthread.cfm?forum=3&ThreadID=20","Essential #2: Maximize Nerve Supply ","Sep 29"),
 new sa("http://www.maximizedlivinghealthsite.com/members/forum/openthread.cfm?forum=3&ThreadID=19","Essential #3: Maximize The Quality of Nutrition ","Sep 29"),
 new sa("http://www.maximizedlivinghealthsite.com/members/forum/openthread.cfm?forum=3&ThreadID=18","Essential #4: Maximize Oxygen and Lean Muscle ","Sep 29"),
 new sa("http://www.maximizedlivinghealthsite.com/members/forum/openthread.cfm?forum=3&ThreadID=17","Essential #5: Maximize Peace and Relationships ","Sep 29")
	);