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.helpingthehelper.com/members/forum/openthread.cfm?forum=7&ThreadID=32","sharing a win ","Jul 27"),
 new sa("http://www.helpingthehelper.com/members/forum/openthread.cfm?forum=7&ThreadID=31","website changes ","Jul 27"),
 new sa("http://www.helpingthehelper.com/members/forum/openthread.cfm?forum=7&ThreadID=30","When to Talk Fees in Intros/Cold Calls ","Jul 27"),
 new sa("http://www.helpingthehelper.com/members/forum/openthread.cfm?forum=7&ThreadID=29","New members-only article! ","Jul 27"),
 new sa("http://www.helpingthehelper.com/members/forum/openthread.cfm?forum=7&ThreadID=28","website refinement ","Jul 27"),
 new sa("http://www.helpingthehelper.com/members/forum/openthread.cfm?forum=7&ThreadID=27","securing company name ","Jul 27"),
 new sa("http://www.helpingthehelper.com/members/forum/openthread.cfm?forum=7&ThreadID=26","congrats   ","Jul 27"),
 new sa("http://www.helpingthehelper.com/members/forum/openthread.cfm?forum=7&ThreadID=25","Coaching Buddies ","Jul 27"),
 new sa("http://www.helpingthehelper.com/members/forum/openthread.cfm?forum=7&ThreadID=24","Thanks and a lesson learned ","Jul 27"),
 new sa("http://www.helpingthehelper.com/members/forum/openthread.cfm?forum=7&ThreadID=23","FLYER: for getting physicians to refer to you! ","Jul 27"),
 new sa("http://www.helpingthehelper.com/members/forum/openthread.cfm?forum=7&ThreadID=22","Technology can be your friend ","Jul 27"),
 new sa("http://www.helpingthehelper.com/members/forum/openthread.cfm?forum=7&ThreadID=21","organization   ","Jul 27"),
 new sa("http://www.helpingthehelper.com/members/forum/openthread.cfm?forum=7&ThreadID=20","does anyone have a good resource for business card ","Jul 27"),
 new sa("http://www.helpingthehelper.com/members/forum/openthread.cfm?forum=7&ThreadID=19","Poll: How do you handle isolation ","Jul 27"),
 new sa("http://www.helpingthehelper.com/members/forum/openthread.cfm?forum=7&ThreadID=18","Thanks for the live calls, looking forward... ","Jul 27"),
 new sa("http://www.helpingthehelper.com/members/forum/openthread.cfm?forum=7&ThreadID=17","Help me refine my Who/What statement ","Jul 27"),
 new sa("http://www.helpingthehelper.com/members/forum/openthread.cfm?forum=7&ThreadID=16","Good experience with Citymax website builder ","Jul 27"),
 new sa("http://www.helpingthehelper.com/members/forum/openthread.cfm?forum=7&ThreadID=15","How to request a testimonial from clients ","Jul 27"),
 new sa("http://www.helpingthehelper.com/members/forum/openthread.cfm?forum=7&ThreadID=14","help me choose a tagline for new website ","Jul 27"),
 new sa("http://www.helpingthehelper.com/members/forum/openthread.cfm?forum=7&ThreadID=13","Newsletter Feedback ","Jul 27"),
 new sa("http://www.helpingthehelper.com/members/forum/openthread.cfm?forum=7&ThreadID=12","my favorite ezine service ","Jul 27"),
 new sa("http://www.helpingthehelper.com/members/forum/openthread.cfm?forum=7&ThreadID=11","phone book display ads and other such &quot;cars&q ","Jul 27"),
 new sa("http://www.helpingthehelper.com/members/forum/openthread.cfm?forum=7&ThreadID=10","rights to recording of my speaking engagements ","Jul 27"),
 new sa("http://www.helpingthehelper.com/members/forum/openthread.cfm?forum=7&ThreadID=9","Resource Question on a Job Search ","Jul 27"),
 new sa("http://www.helpingthehelper.com/members/forum/openthread.cfm?forum=7&ThreadID=8","Business Cards ","Jul 27"),
 new sa("http://www.helpingthehelper.com/members/forum/openthread.cfm?forum=7&ThreadID=7","Help on draft Speaking Inquiry Letter ","Jul 27"),
 new sa("http://www.helpingthehelper.com/members/forum/openthread.cfm?forum=7&ThreadID=6","Ask Coach Jaz: No-Shows for Intro Sessions? ","Jul 27"),
 new sa("http://www.helpingthehelper.com/members/forum/openthread.cfm?forum=7&ThreadID=5","Email Q&A on gathering testimonials ","Jul 27"),
 new sa("http://www.helpingthehelper.com/members/forum/openthread.cfm?forum=7&ThreadID=4","Finding a Compelling speaking title ","Jul 27"),
 new sa("http://www.helpingthehelper.com/members/forum/openthread.cfm?forum=7&ThreadID=3","Talking about SPEAKING as a marketing Engine ","Jul 27"),
 new sa("http://www.helpingthehelper.com/members/forum/openthread.cfm?forum=7&ThreadID=2","Talking about fees and questions on  company name ","Jul 27"),
 new sa("http://www.helpingthehelper.com/members/forum/openthread.cfm?forum=7&ThreadID=1","Q&A:  Reading workbooks all at once ","Jul 27")
	);