var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New on DVD: It's all about relationships
";
arnews[0] += "Four Midwestern couples embark on a journey to a tropical island resort. While one of the couples is there to work on their marriage, the other three set out to enjoy some fun in the sun.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 17:55:00 GMT";
arnews[0] += "
";
arnews[1]="Roseville's Brausen tops Ms. Hockey list
";
arnews[1] += "Roseville's Bethany Brausen, the reigning Pioneer Press player of the year and the leader of the top-ranked Raiders, is one of 10 finalists selected for the 2010 Minnesota Ms.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 05:16:58 GMT";
arnews[1] += "
";
arnews[2]="Sugababe Amelle to skydive...
";
arnews[2] += "IF YOU'RE going to declare your undying love, what better place to do it than in front of TV's biggest global audience? LILY Allen's finally found The One and is planning to build a romantic love nest in Jamaica.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 02:04:34 GMT";
arnews[2] += "
";
arnews[3]="Sarah Harding in hotpants
";
arnews[3] += "SHE may have been told to hop it from Dancing On Ice, but Heather Mills can still get her leg over.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 02:04:11 GMT";
arnews[3] += "
";
arnews[4]="Read some of the best comments this week - and have YOUR say.
";
arnews[4] += "The news that the footballer has been shown the red-card by Capello, has paid off Vanessa and FOUR more lovers, AND has slept with BB babe Orlaith, certainly got you talking.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 16:48:53 GMT";
arnews[4] += "
";
arnews[5]="Sarah Harding's in a real Dais
";
arnews[5] += "SARAH HARDING's holiday wardrobe is showing no signs of fatigue. The GIRLS ALOUD singer is currently enjoying a sunshine break in Barbados with boyfriend DJ TOM CRANE and her formidable supply of bikinis.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 14:46:43 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("