var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Garon, Blue Jackets blank Stars
";
arnews[0] += "Benny's lack of a car wears on the family as George, Angie and Carmen are called on as chauffeurs.";
arnews[0] += "
Publ.Date : Mon, 11 Jan 2010 06:20:58 GMT";
arnews[0] += "
";
arnews[1]="Rate Cap Expiration Hurts Small Businesses
";
arnews[1] += "Benny's lack of a car wears on the family as George, Angie and Carmen are called on as chauffeurs.";
arnews[1] += "
Publ.Date : Mon, 11 Jan 2010 06:20:54 GMT";
arnews[1] += "
";
arnews[2]="Paradise Township Fire Leaves 4 Homeless
";
arnews[2] += "Benny's lack of a car wears on the family as George, Angie and Carmen are called on as chauffeurs.";
arnews[2] += "
Publ.Date : Mon, 11 Jan 2010 06:20:51 GMT";
arnews[2] += "
";
arnews[3]="Italian job is a dream for Reece
";
arnews[3] += "A Glasgow pupil could spend a year with Italian champs Inter Milan after starring in a football talent TV series.";
arnews[3] += "
Publ.Date : Wed, 06 Jan 2010 11:22:41 GMT";
arnews[3] += "
";
arnews[4]="A Dog's Breakfast is Black Comedy for Geeks
";
arnews[4] += "This Winter break was a time to catch up on many things for me and my family. One of the items we caught up on was a DVD of A Dog's Breakfast , encased in the little red Netflix envelope that has been sitting on the entertainment center for months, mocking us.";
arnews[4] += "
Publ.Date : Mon, 04 Jan 2010 16:27:43 GMT";
arnews[4] += "
";
arnews[5]="Scots on TV
";
arnews[5] += "There's more than you'd think! Scotland is a small country, but a vibrant one, and aside from all the movie actor's she's given us-- Sean Connery, James McAvoy, Dougray Scott, Gerard Butler, Ewan McGregor, just to name a few-- she's also given us several wonderful TV actors, and even here in the US, they're pretty fantastic.";
arnews[5] += "
Publ.Date : Mon, 21 Dec 2009 08:00: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("