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.rhinouniversity.com/members/forum/openthread.cfm?forum=2&ThreadID=48","Advice   ","Jun 08"),
 new sa("http://www.rhinouniversity.com/members/forum/openthread.cfm?forum=2&ThreadID=47","Is this still an active forum ","Jun 08"),
 new sa("http://www.rhinouniversity.com/members/forum/openthread.cfm?forum=2&ThreadID=46","Problem with downloading Jett's ","Jun 08"),
 new sa("http://www.rhinouniversity.com/members/forum/openthread.cfm?forum=2&ThreadID=44","I like reading ","Jun 08"),
 new sa("http://www.rhinouniversity.com/members/forum/openthread.cfm?forum=2&ThreadID=43","Monetizing Update ","Jun 08"),
 new sa("http://www.rhinouniversity.com/members/forum/openthread.cfm?forum=2&ThreadID=42","Edited 6 Week Monetization Calls ","Jun 08"),
 new sa("http://www.rhinouniversity.com/members/forum/openthread.cfm?forum=2&ThreadID=41","Learning to learn ","Jun 08"),
 new sa("http://www.rhinouniversity.com/members/forum/openthread.cfm?forum=2&ThreadID=39","Magic of Influence ","Jun 08"),
 new sa("http://www.rhinouniversity.com/members/forum/openthread.cfm?forum=2&ThreadID=38","52 Power Philosophies ","Jun 08"),
 new sa("http://www.rhinouniversity.com/members/forum/openthread.cfm?forum=2&ThreadID=37","Monetization Calls - 2, 3, 4 etc ","Jun 08"),
 new sa("http://www.rhinouniversity.com/members/forum/openthread.cfm?forum=2&ThreadID=36","YERRRR! I finally down loaded! ","Jun 08"),
 new sa("http://www.rhinouniversity.com/members/forum/openthread.cfm?forum=2&ThreadID=35","Link to Lessons I Learned from Tiger Woods ","Jun 08"),
 new sa("http://www.rhinouniversity.com/members/forum/openthread.cfm?forum=2&ThreadID=34","No luck downloading ","Jun 08"),
 new sa("http://www.rhinouniversity.com/members/forum/openthread.cfm?forum=2&ThreadID=33","i don't have any teenages around! ","Jun 08"),
 new sa("http://www.rhinouniversity.com/members/forum/openthread.cfm?forum=2&ThreadID=32","Monetization Call #4 has been rescheduled ","Jun 08"),
 new sa("http://www.rhinouniversity.com/members/forum/openthread.cfm?forum=2&ThreadID=31","The Cyber Age ","Jun 08"),
 new sa("http://www.rhinouniversity.com/members/forum/openthread.cfm?forum=2&ThreadID=30","Problem downloading to a CD ","Jun 08"),
 new sa("http://www.rhinouniversity.com/members/forum/openthread.cfm?forum=2&ThreadID=29","How to get out of indifference ","Jun 08"),
 new sa("http://www.rhinouniversity.com/members/forum/openthread.cfm?forum=2&ThreadID=28","different length of time to integrate ideas ","Jun 08"),
 new sa("http://www.rhinouniversity.com/members/forum/openthread.cfm?forum=2&ThreadID=26","Audios   ","Jun 08"),
 new sa("http://www.rhinouniversity.com/members/forum/openthread.cfm?forum=2&ThreadID=25","Monetization call recordings ","Jun 08"),
 new sa("http://www.rhinouniversity.com/members/forum/openthread.cfm?forum=2&ThreadID=24","Audios not coherent ","Jun 08"),
 new sa("http://www.rhinouniversity.com/members/forum/openthread.cfm?forum=2&ThreadID=23","Mon 13th call ","Jun 08"),
 new sa("http://www.rhinouniversity.com/members/forum/openthread.cfm?forum=2&ThreadID=22","monitization Call Recording ","Jun 08"),
 new sa("http://www.rhinouniversity.com/members/forum/openthread.cfm?forum=2&ThreadID=21","reading/listenin g  ","Jun 08"),
 new sa("http://www.rhinouniversity.com/members/forum/openthread.cfm?forum=2&ThreadID=20","2 Companies ","Jun 08"),
 new sa("http://www.rhinouniversity.com/members/forum/openthread.cfm?forum=2&ThreadID=19","1st Tele-Class Will Be December 13th, 2006 ","Jun 08"),
 new sa("http://www.rhinouniversity.com/members/forum/openthread.cfm?forum=2&ThreadID=18","ETA on Monitizing Calls ","Jun 08"),
 new sa("http://www.rhinouniversity.com/members/forum/openthread.cfm?forum=2&ThreadID=17","Value   ","Jun 08"),
 new sa("http://www.rhinouniversity.com/members/forum/openthread.cfm?forum=2&ThreadID=16","Hope?   ","Jun 08"),
 new sa("http://www.rhinouniversity.com/members/forum/openthread.cfm?forum=2&ThreadID=15","Trully inspiring... ","Jun 08"),
 new sa("http://www.rhinouniversity.com/members/forum/openthread.cfm?forum=2&ThreadID=14","Wow...what a great long-weekend ","Jun 08"),
 new sa("http://www.rhinouniversity.com/members/forum/openthread.cfm?forum=2&ThreadID=13","Jerry & Artemis ","Jun 08"),
 new sa("http://www.rhinouniversity.com/members/forum/openthread.cfm?forum=2&ThreadID=12","Law of decreasing responsibility ","Jun 08"),
 new sa("http://www.rhinouniversity.com/members/forum/openthread.cfm?forum=2&ThreadID=11","The online library is fantastic ","Jun 08")
	);