function sa(target,url,headline_text,source,media_type,cluster,tagline,document_url,harvest_time,access_status,access_registration) 
{
 this.target = target
 this.url = url
 this.headline_text = headline_text
 this.source = source
 this.media_type = media_type
 this.cluster = cluster
 this.tagline = tagline
 this.document_url = document_url
 this.harvest_time = harvest_time
 this.access_status = access_status
 this.access_registration = access_registration
 //
 // new sa("target","url","headline text","source","media type","cluster","tagline","document url","harvest time","access status","access registration"),
 //
}
article = new Array(
new sa("_self","/news/news090729.html","Prudential With-Profit Fond Investment Review (Q2 2009)","07/2009"),
new sa("_self","/news/news090709.html","TEP Portfolio übertrifft weiterhin die Rendite anderer risikoarmer & bekannter Investmentalternativen","07/2009"),
new sa("_self","/news/news090602.html","Aviva bestätigt Sonderbonus für With-Profit Policeninhaber","06/2009"),
new sa("_self","/news/news0904.html","Britische Gebrauchtpolicen (TEPs), eine Assetklasse die jetzt nicht übersehen werden sollte","04/2009")
)
;

// first line and any following line ),
// last line )
// next line );
// new sa("target","url","headline text","source","media type","cluster","tagline","document url","harvest time","access status","access registration"),