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.clubrhino.com/members/forum/openthread.cfm?forum=1&ThreadID=2506","You are a Champion-- If you don't believe me... ","Aug 03"),
 new sa("http://www.clubrhino.com/members/forum/openthread.cfm?forum=1&ThreadID=2505","Follow up ","Aug 03"),
 new sa("http://www.clubrhino.com/members/forum/openthread.cfm?forum=1&ThreadID=2504","Hello Jerry ","Aug 03"),
 new sa("http://www.clubrhino.com/members/forum/openthread.cfm?forum=1&ThreadID=2503","What if you need help??? ","Aug 03"),
 new sa("http://www.clubrhino.com/members/forum/openthread.cfm?forum=1&ThreadID=2502","Surprisingly Powerful Insights from Will Smith ","Aug 03"),
 new sa("http://www.clubrhino.com/members/forum/openthread.cfm?forum=1&ThreadID=2501","High Achievement NWM Action Guide ","Aug 03"),
 new sa("http://www.clubrhino.com/members/forum/openthread.cfm?forum=1&ThreadID=2500","The ipad ","Aug 03"),
 new sa("http://www.clubrhino.com/members/forum/openthread.cfm?forum=1&ThreadID=2499","What's going on in your world Drhino ","Aug 03"),
 new sa("http://www.clubrhino.com/members/forum/openthread.cfm?forum=1&ThreadID=2498","what would you say ","Aug 03"),
 new sa("http://www.clubrhino.com/members/forum/openthread.cfm?forum=1&ThreadID=2497","Jerry I don't see how its possible ","Aug 03"),
 new sa("http://www.clubrhino.com/members/forum/openthread.cfm?forum=1&ThreadID=2496","Wednesday Nights Conference Call ","Aug 03"),
 new sa("http://www.clubrhino.com/members/forum/openthread.cfm?forum=1&ThreadID=2495","2010 Books & Audios ","Aug 03"),
 new sa("http://www.clubrhino.com/members/forum/openthread.cfm?forum=1&ThreadID=2494","Follow up link to the additional resources bought ","Aug 03"),
 new sa("http://www.clubrhino.com/members/forum/openthread.cfm?forum=1&ThreadID=2493","Merry Christmas and a happy New year ","Aug 03"),
 new sa("http://www.clubrhino.com/members/forum/openthread.cfm?forum=1&ThreadID=2492","My 2009 Observations. ","Aug 03"),
 new sa("http://www.clubrhino.com/members/forum/openthread.cfm?forum=1&ThreadID=2491","Chain of Solutions ","Aug 03"),
 new sa("http://www.clubrhino.com/members/forum/openthread.cfm?forum=1&ThreadID=2490","A Giant has Passed ","Aug 03"),
 new sa("http://www.clubrhino.com/members/forum/openthread.cfm?forum=1&ThreadID=2489","How to Create A Sense of Urgency w/ Prospects ","Aug 03"),
 new sa("http://www.clubrhino.com/members/forum/openthread.cfm?forum=1&ThreadID=2488","Phone Fear? ","Aug 03"),
 new sa("http://www.clubrhino.com/members/forum/openthread.cfm?forum=1&ThreadID=2487","You Know You Can Do More ","Aug 03"),
 new sa("http://www.clubrhino.com/members/forum/openthread.cfm?forum=1&ThreadID=2486","Energy   ","Aug 03"),
 new sa("http://www.clubrhino.com/members/forum/openthread.cfm?forum=1&ThreadID=2485","Developing a Philosophy & Manifesto ","Aug 03"),
 new sa("http://www.clubrhino.com/members/forum/openthread.cfm?forum=1&ThreadID=2484","The question of all questions ","Aug 03"),
 new sa("http://www.clubrhino.com/members/forum/openthread.cfm?forum=1&ThreadID=2483","T Harv Eker's MMI, Is it Worth It? ","Aug 03"),
 new sa("http://www.clubrhino.com/members/forum/openthread.cfm?forum=1&ThreadID=2482","Release the Monster ","Aug 03"),
 new sa("http://www.clubrhino.com/members/forum/openthread.cfm?forum=1&ThreadID=2481","Hand writing a list vs Typing ","Aug 03"),
 new sa("http://www.clubrhino.com/members/forum/openthread.cfm?forum=1&ThreadID=2480","This isn't quick enough how would you do it ","Aug 03"),
 new sa("http://www.clubrhino.com/members/forum/openthread.cfm?forum=1&ThreadID=2479","Being Able to See Trends ","Aug 03"),
 new sa("http://www.clubrhino.com/members/forum/openthread.cfm?forum=1&ThreadID=2477","Brillant Opportunity ","Aug 03"),
 new sa("http://www.clubrhino.com/members/forum/openthread.cfm?forum=1&ThreadID=2476","How to Master Getting Your Group to Events ","Aug 03"),
 new sa("http://www.clubrhino.com/members/forum/openthread.cfm?forum=1&ThreadID=2475","Book(s) that changed your life ","Aug 03"),
 new sa("http://www.clubrhino.com/members/forum/openthread.cfm?forum=1&ThreadID=2474","Freedom   ","Aug 03"),
 new sa("http://www.clubrhino.com/members/forum/openthread.cfm?forum=1&ThreadID=2473","Reachable Desireable Outcomes ","Aug 03"),
 new sa("http://www.clubrhino.com/members/forum/openthread.cfm?forum=1&ThreadID=2472","What is the Surpreme secret ","Aug 03"),
 new sa("http://www.clubrhino.com/members/forum/openthread.cfm?forum=1&ThreadID=2471","Your Ideal Day ","Aug 03")
	);