var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Talk of the Town: No emergency for Goran at the Lyceum
";
arnews[0] += "SCREEN hunk Goran Visnjic a ' best known for playing Dr Luka Kovac in US hospital drama ER a ' was spotted taking in a show at the Royal Lyceum Theatre.";
arnews[0] += "
Publ.Date : Thu, 28 Jan 2010 14:23:10 GMT";
arnews[0] += "
";
arnews[1]="Talk of the Town: No emergency for Goran at the Lyceum
";
arnews[1] += "SCREEN hunk Goran Visnjic a ' best known for playing Dr Luka Kovac in US hospital drama ER a ' was spotted taking in a show at the Royal Lyceum Theatre.";
arnews[1] += "
Publ.Date : Thu, 28 Jan 2010 00:00:00 GMT";
arnews[1] += "
";
arnews[2]="'Spartacus' A Bloody Spectacle
";
arnews[2] += "Appropriately enough, \"Blood\" gets top billing over \"Sand\" in Starz's \"Spartacus: Blood and Sand,\" which premieres on Friday night.";
arnews[2] += "
Publ.Date : Fri, 22 Jan 2010 12:06:56 GMT";
arnews[2] += "
";
arnews[3]=""Spartacus" a Bloody Spectacle
";
arnews[3] += "Appropriately enough, \"Blood\" gets top billing over \"Sand\" in Starz's \"Spartacus: Blood and Sand,\" which premieres on Friday night.";
arnews[3] += "
Publ.Date : Fri, 22 Jan 2010 06:31:48 GMT";
arnews[3] += "
";
arnews[4]="Actors Lucy Lawless and Peter Mensah attend Television Critics Association Cable summer press tour i
";
arnews[4] += "Appropriately enough, \"Blood\" gets top billing over \"Sand\" in Starz's \"Spartacus: Blood and Sand,\" which premieres on Friday night.";
arnews[4] += "
Publ.Date : Fri, 22 Jan 2010 03:16:08 GMT";
arnews[4] += "
";
arnews[5]="Celebrity news: Actress Minnie Driver toddles along to soft play
";
arnews[5] += "HOLLYWOOD star Minnie Driver stunned parents at a Scots play centre yesterday after turning up with her toddler son.";
arnews[5] += "
Publ.Date : Sun, 17 Jan 2010 00: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("