var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sarah Blacker
";
arnews[0] += "It's been years since the Wintertide coffeehouse provided both a venue for acoustic music, and a gathering spot for locals.";
arnews[0] += "
Publ.Date : Thu, 12 Nov 2009 03:19:15 GMT";
arnews[0] += "
";
arnews[1]="National Bookstore Day: The View from Southern California
";
arnews[1] += "Among the many events held November 7 to mark the first National Bookstore Day was a program put together by Skylight Books in Los Angeles which held a wine and cheese reception for local booksellers--old, new and former--who came to celebrate the continuing relevance of independents across the country.";
arnews[1] += "
Publ.Date : Mon, 09 Nov 2009 14:39:00 GMT";
arnews[1] += "
";
arnews[2]="Joseph Chin wins Spads Inc Cup two-day handgun shoot
";
arnews[2] += "Joseph Chin emerged the winner of the Spads Inc. Cup sponsored two-day handgun tournament held recently at the Timehri Rifle Ranges.";
arnews[2] += "
Publ.Date : Sun, 01 Nov 2009 12:12:26 GMT";
arnews[2] += "
";
arnews[3]="BBC Total Wipeout: Athletes confident of winter success
";
arnews[3] += "Olympic gold medallist Sally Gunnell and former world champion Fatima Whitbread will join stars such as Joe Swash and Adele Silva to take on a very different sporting challenge - BBC One's Total Wipeout course, it was announced today.";
arnews[3] += "
Publ.Date : Thu, 29 Oct 2009 19:02:04 GMT";
arnews[3] += "
";
arnews[4]="Joe Swash heads for Total Wipeout
";
arnews[4] += "Joe Swash will be swapping the Australian outback for the landscape of Venezuela, for the celebrity version of Total Wipeout.";
arnews[4] += "
Publ.Date : Thu, 29 Oct 2009 16:25:40 GMT";
arnews[4] += "
";
arnews[5]="Sally Gunnell, Fatima Whitbread and Joe Swash to take part in celebrity Total Wipeout
";
arnews[5] += "OLYMPIC gold medallist Sally Gunnell and former world champion Fatima Whitbread will join stars such as Joe Swash and Adele Silva to take on a very different sporting challenge - BBC One's Total Wipeout course, it was announced today.";
arnews[5] += "
Publ.Date : Thu, 29 Oct 2009 12:29:00 GMT";
arnews[5] += "
";
totcount = 6;
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("