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.juniorsoccercoach.com/members/forum/openthread.cfm?forum=1&ThreadID=802","'One man army' ","Jan 28"),
 new sa("http://www.juniorsoccercoach.com/members/forum/openthread.cfm?forum=1&ThreadID=801","watching instead of playing ","Jan 28"),
 new sa("http://www.juniorsoccercoach.com/members/forum/openthread.cfm?forum=1&ThreadID=800","challenging for50:50 balls ","Jan 28"),
 new sa("http://www.juniorsoccercoach.com/members/forum/openthread.cfm?forum=1&ThreadID=799","Transition out of the back ","Jan 28"),
 new sa("http://www.juniorsoccercoach.com/members/forum/openthread.cfm?forum=1&ThreadID=798","I love juniorsoccercoach!!! ","Jan 28"),
 new sa("http://www.juniorsoccercoach.com/members/forum/openthread.cfm?forum=1&ThreadID=797","Trying NOT to make passing boring! ","Jan 28"),
 new sa("http://www.juniorsoccercoach.com/members/forum/openthread.cfm?forum=1&ThreadID=796","the same problem with my U14  forward players ","Jan 28"),
 new sa("http://www.juniorsoccercoach.com/members/forum/openthread.cfm?forum=1&ThreadID=795","U15 Striker ","Jan 28"),
 new sa("http://www.juniorsoccercoach.com/members/forum/openthread.cfm?forum=1&ThreadID=794","AYSO Extra tryouts ","Jan 28"),
 new sa("http://www.juniorsoccercoach.com/members/forum/openthread.cfm?forum=1&ThreadID=793","Avoiding Offside ","Jan 28"),
 new sa("http://www.juniorsoccercoach.com/members/forum/openthread.cfm?forum=1&ThreadID=792","Focus and closing down ","Jan 28"),
 new sa("http://www.juniorsoccercoach.com/members/forum/openthread.cfm?forum=1&ThreadID=791","Consistency   ","Jan 28"),
 new sa("http://www.juniorsoccercoach.com/members/forum/openthread.cfm?forum=1&ThreadID=790","Formation   ","Jan 28"),
 new sa("http://www.juniorsoccercoach.com/members/forum/openthread.cfm?forum=1&ThreadID=789","Slalom drills ","Jan 28"),
 new sa("http://www.juniorsoccercoach.com/members/forum/openthread.cfm?forum=1&ThreadID=788","José Mourinho etc drills ","Jan 28"),
 new sa("http://www.juniorsoccercoach.com/members/forum/openthread.cfm?forum=1&ThreadID=787","Defending   ","Jan 28"),
 new sa("http://www.juniorsoccercoach.com/members/forum/openthread.cfm?forum=1&ThreadID=786","No competitive football for u12s ?? ","Jan 28"),
 new sa("http://www.juniorsoccercoach.com/members/forum/openthread.cfm?forum=1&ThreadID=785","Defensive back communication ","Jan 28"),
 new sa("http://www.juniorsoccercoach.com/members/forum/openthread.cfm?forum=1&ThreadID=784","Strength   ","Jan 28"),
 new sa("http://www.juniorsoccercoach.com/members/forum/openthread.cfm?forum=1&ThreadID=783","Drill work & session improvements? ","Jan 28"),
 new sa("http://www.juniorsoccercoach.com/members/forum/openthread.cfm?forum=1&ThreadID=782","player confidence and general team advise ","Jan 28"),
 new sa("http://www.juniorsoccercoach.com/members/forum/openthread.cfm?forum=1&ThreadID=781","Formation training ","Jan 28"),
 new sa("http://www.juniorsoccercoach.com/members/forum/openthread.cfm?forum=1&ThreadID=780","Goalkeepers   ","Jan 28"),
 new sa("http://www.juniorsoccercoach.com/members/forum/openthread.cfm?forum=1&ThreadID=779","Coping with quick Strikers ","Jan 28"),
 new sa("http://www.juniorsoccercoach.com/members/forum/openthread.cfm?forum=1&ThreadID=778","programme   ","Jan 28"),
 new sa("http://www.juniorsoccercoach.com/members/forum/openthread.cfm?forum=1&ThreadID=777","b licence sessions ","Jan 28"),
 new sa("http://www.juniorsoccercoach.com/members/forum/openthread.cfm?forum=1&ThreadID=776","function to phase to small sided game ","Jan 28"),
 new sa("http://www.juniorsoccercoach.com/members/forum/openthread.cfm?forum=1&ThreadID=775","function to a phase ","Jan 28"),
 new sa("http://www.juniorsoccercoach.com/members/forum/openthread.cfm?forum=1&ThreadID=774","pre season ","Jan 28"),
 new sa("http://www.juniorsoccercoach.com/members/forum/openthread.cfm?forum=1&ThreadID=773","Player Positions 7 a Side ","Jan 28"),
 new sa("http://www.juniorsoccercoach.com/members/forum/openthread.cfm?forum=1&ThreadID=772","topics   ","Jan 28"),
 new sa("http://www.juniorsoccercoach.com/members/forum/openthread.cfm?forum=1&ThreadID=771","4, 5, and 6 year olds ","Jan 28"),
 new sa("http://www.juniorsoccercoach.com/members/forum/openthread.cfm?forum=1&ThreadID=770","Any drills a defender can practice on her own? ","Jan 28"),
 new sa("http://www.juniorsoccercoach.com/members/forum/openthread.cfm?forum=1&ThreadID=769","World against us. ","Jan 28"),
 new sa("http://www.juniorsoccercoach.com/members/forum/openthread.cfm?forum=1&ThreadID=768","coaching 7-9 yrs old ","Jan 28")
	);
