var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Michael Lohan and Jon Gosselin Actually Formed a Coalition of the Azzwizzards
";
arnews[0] += "Kind of like a Harry Potter book, right? Michael Lohan 's now Jon Gosselin 's contracts expert.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 17:38:16 GMT";
arnews[0] += "
";
arnews[1]="Big names turn out for chat show by Gavin and Stacey star Ruth Jones
";
arnews[1] += "RUTH Jones is set to host her own chat show this Christmas, I can today reveal. The actress was in Cardiff on Wednesday to film the one-hour special, which is set to air on BBC1 next month.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 13:45:55 GMT";
arnews[1] += "
";
arnews[2]="Glorious two on Andrew Marr's sofa
";
arnews[2] += "This Sunday Stephen Poliakoff, writer and director of new movie Glorious 39, and its star Romola Garai join Andrew Marr.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 18:09:18 GMT";
arnews[2] += "
";
arnews[3]="Faryl Smith enjoys being in Wonderland
";
arnews[3] += "She's got a chart-topping album under her belt, Katherine Jenkins on speed dial - and she's still only 14 years old.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 15:39:44 GMT";
arnews[3] += "
";
arnews[4]="Inside Track: Karen Price
";
arnews[4] += "THERE are two big releases this week - on the big screen it's the new Twilight movie and on the small screen it's the new series of Gavin & Stacey .";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 15:38:30 GMT";
arnews[4] += "
";
arnews[5]="Lady Gaga booked for Royal Variety Performance
";
arnews[5] += "The 23-year-old hellraiser is an unusual choice for the event which has traditionally featured artists from light entertainment such as Bruce Forsyth, Nat King Cole, Cliff Richard and Katherine Jenkins.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:51:44 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("