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.WallPaperonWalls.com/members/forum/openthread.cfm?forum=1&ThreadID=7","Where is the best online wallpaper store? Anyone ","Oct 16"),
 new sa("http://www.WallPaperonWalls.com/members/forum/openthread.cfm?forum=1&ThreadID=5","Non woven wallpaper, whats all the hype? ","Oct 16"),
 new sa("http://www.WallPaperonWalls.com/members/forum/openthread.cfm?forum=1&ThreadID=4","Whats the easiest wallpaper to hang? ","Oct 16"),
 new sa("http://www.WallPaperonWalls.com/members/forum/openthread.cfm?forum=1&ThreadID=3","Removing wallpaper for the first time, HELP! ","Oct 16"),
 new sa("http://www.WallPaperonWalls.com/members/forum/openthread.cfm?forum=1&ThreadID=2","How to create an old world look with wallpaper? ","Oct 16"),
 new sa("http://www.WallPaperonWalls.com/members/forum/openthread.cfm?forum=1&ThreadID=1","Can I  paint over wallpaper? ","Oct 16")
	);