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