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