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.publicdomaincentral.com/members/forum/openthread.cfm?forum=1&ThreadID=113","Help me please ","Oct 25"),
 new sa("http://www.publicdomaincentral.com/members/forum/openthread.cfm?forum=1&ThreadID=112","Larger Photo Sizes ","Oct 25"),
 new sa("http://www.publicdomaincentral.com/members/forum/openthread.cfm?forum=1&ThreadID=111","Is this okay to do? ","Oct 25"),
 new sa("http://www.publicdomaincentral.com/members/forum/openthread.cfm?forum=1&ThreadID=110","Bound by copyright ","Oct 25"),
 new sa("http://www.publicdomaincentral.com/members/forum/openthread.cfm?forum=1&ThreadID=109","Google fair use ","Oct 25"),
 new sa("http://www.publicdomaincentral.com/members/forum/openthread.cfm?forum=1&ThreadID=108","Microsoft scanning books too ","Oct 25"),
 new sa("http://www.publicdomaincentral.com/members/forum/openthread.cfm?forum=1&ThreadID=107","Mr. Angry and Mrs. Calm ","Oct 25"),
 new sa("http://www.publicdomaincentral.com/members/forum/openthread.cfm?forum=1&ThreadID=106","'Buffy' the fan slayer ","Oct 25"),
 new sa("http://www.publicdomaincentral.com/members/forum/openthread.cfm?forum=1&ThreadID=105","'Happy Birthday' and copyright ","Oct 25"),
 new sa("http://www.publicdomaincentral.com/members/forum/openthread.cfm?forum=1&ThreadID=104","Little Nemo and the public domain ","Oct 25"),
 new sa("http://www.publicdomaincentral.com/members/forum/openthread.cfm?forum=1&ThreadID=103","vintage advertising ","Oct 25"),
 new sa("http://www.publicdomaincentral.com/members/forum/openthread.cfm?forum=1&ThreadID=102","&quot;Open&quot; business models ","Oct 25"),
 new sa("http://www.publicdomaincentral.com/members/forum/openthread.cfm?forum=1&ThreadID=101","Amazing computer animation ","Oct 25"),
 new sa("http://www.publicdomaincentral.com/members/forum/openthread.cfm?forum=1&ThreadID=100","More restrictions on digital radio? ","Oct 25"),
 new sa("http://www.publicdomaincentral.com/members/forum/openthread.cfm?forum=1&ThreadID=99","Server upgrade ","Oct 25"),
 new sa("http://www.publicdomaincentral.com/members/forum/openthread.cfm?forum=1&ThreadID=98","Limiting copy protection ","Oct 25"),
 new sa("http://www.publicdomaincentral.com/members/forum/openthread.cfm?forum=1&ThreadID=97","Music unavailable thanks to copyright ","Oct 25"),
 new sa("http://www.publicdomaincentral.com/members/forum/openthread.cfm?forum=1&ThreadID=96","Haunted memories ","Oct 25"),
 new sa("http://www.publicdomaincentral.com/members/forum/openthread.cfm?forum=1&ThreadID=95","Comments about Google ","Oct 25"),
 new sa("http://www.publicdomaincentral.com/members/forum/openthread.cfm?forum=1&ThreadID=94","The Google copyright controversy ","Oct 25"),
 new sa("http://www.publicdomaincentral.com/members/forum/openthread.cfm?forum=1&ThreadID=93","Google sued over book scanning ","Oct 25"),
 new sa("http://www.publicdomaincentral.com/members/forum/openthread.cfm?forum=1&ThreadID=92","Elvis in the void ","Oct 25"),
 new sa("http://www.publicdomaincentral.com/members/forum/openthread.cfm?forum=1&ThreadID=91","Public Domain Researcher ","Oct 25"),
 new sa("http://www.publicdomaincentral.com/members/forum/openthread.cfm?forum=1&ThreadID=90","New 'Archive Spotlight' section ","Oct 25"),
 new sa("http://www.publicdomaincentral.com/members/forum/openthread.cfm?forum=1&ThreadID=89","More info on TiVo ","Oct 25"),
 new sa("http://www.publicdomaincentral.com/members/forum/openthread.cfm?forum=1&ThreadID=88","TiVo restrictions too ","Oct 25"),
 new sa("http://www.publicdomaincentral.com/members/forum/openthread.cfm?forum=1&ThreadID=87","Digital radio restrictions? ","Oct 25"),
 new sa("http://www.publicdomaincentral.com/members/forum/openthread.cfm?forum=1&ThreadID=86","Fireworks Photos ","Oct 25"),
 new sa("http://www.publicdomaincentral.com/members/forum/openthread.cfm?forum=1&ThreadID=85","The public domain at risk? ","Oct 25"),
 new sa("http://www.publicdomaincentral.com/members/forum/openthread.cfm?forum=1&ThreadID=84","Guide to online music services ","Oct 25"),
 new sa("http://www.publicdomaincentral.com/members/forum/openthread.cfm?forum=1&ThreadID=83","Fun with optical illusions ","Oct 25"),
 new sa("http://www.publicdomaincentral.com/members/forum/openthread.cfm?forum=1&ThreadID=82","Banning pop art? ","Oct 25"),
 new sa("http://www.publicdomaincentral.com/members/forum/openthread.cfm?forum=1&ThreadID=81","More about Google ","Oct 25"),
 new sa("http://www.publicdomaincentral.com/members/forum/openthread.cfm?forum=1&ThreadID=80","Google's book scanning project ","Oct 25"),
 new sa("http://www.publicdomaincentral.com/members/forum/openthread.cfm?forum=1&ThreadID=79","Uproar over downloads ","Oct 25")
	);