var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Latin America and the Basque Street
";
arnews[0] += "This note was published at EITb: Kepa Junkera presents new album 'Kalea' The musician from Bilbao counts on figures such as Pablo MilanA s, who sings on the popular 'Txoria Txori' by Mikel Laboa, Lila Downs, and Juanes, who performs 'Aldapeko'. Kalea, which was presented on November 19 in the Basque Country, is the second part of the trilogy ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:20:16 GMT";
arnews[0] += "
";
arnews[1]="Lackawanna County Court Notes
";
arnews[1] += "Font size: [A] [A] [A] LACKAWANNA COUNTY COURT NOTES Marriage Licenses - Jarek Lee Rodriguez-Muniz and Vanessa Gonzalez, both of Scranton.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 17:25:58 GMT";
arnews[1] += "
";
arnews[2]="Something funny is happening on television again
";
arnews[2] += "Even before the nation's economy went south, the prime-time sitcom was mired in its own slump.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 09:26:57 GMT";
arnews[2] += "
";
arnews[3]="Drug distribution network is focus of raids
";
arnews[3] += "\"Tires and rims\" and \"haircut\" were code words for drug transactions at a South Buffalo auto sales business a short distance from an elementary school and at a West Side barber shop.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Thank you for the Learning Center
";
arnews[4] += "The new Learning Center at South Fork High School, a 32-station modern computer lab, is off to a fantastic start.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 22:51:09 GMT";
arnews[4] += "
";
totcount = 5;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("