var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Security guards hired to watch properties
";
arnews[0] += "WITH his icy blue eyes staring challengingly from beneath heavy lids, a sneer on his lips and an air of nonchalant disdain, Steve McQueen was Hollywood's epitome of cool.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 02:29:35 GMT";
arnews[0] += "
";
arnews[1]="Steve McQueen's secret life
";
arnews[1] += "HOME > FEATURES > DAY & NIGHT > Garrick Club lowers prices to pull in the punters GARRICK CLUB: Stephen Fry THE prestigious if somewhat stuffy Garrick Club in London is touting for new members at knock-down rates as it tries to shake off its fusty image.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 02:28:59 GMT";
arnews[1] += "
";
arnews[2]="NIAA director: high school sports realignment is coming
";
arnews[2] += "Eddie Bonine has little doubt that the landscape of Nevada prep sports will undergo sweeping changes in the spring.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 15:36:00 GMT";
arnews[2] += "
";
arnews[3]="Mia Wasikowska and Michael Fassbender to star in new Jane Eyre
";
arnews[3] += "According to Variety , it looks as ifthings are moving on with Cary Fukunaga's Jane Eyre : Mia Wasikowska and Michael Fassbender are in talks to play Jane Eyre and Mr Rochester .";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 20:26:49 GMT";
arnews[3] += "
";
arnews[4]="Flawed football hero finds peace in Moray homeland
";
arnews[4] += "MORAY'S most famous footballing son has told the incredible story of his battle with the bookies, the booze and the beautiful game.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 19:25:44 GMT";
arnews[4] += "
";
arnews[5]="Laurel candidates list up to 44 people
";
arnews[5] += "By Carl Keith Greene / Staff Writer Two Democrats, 39 Republicans and three non-partisans have thus far filed for nomination in Laurel County.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 14:39:07 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("