var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Monarchs Lose At Lowell
";
arnews[0] += "With five goals scored on the power play, special teams played a factor in the Manchester Monarchs 5-3 loss to the Lowell Devils on Saturday afternoon at the Tsongas Arena.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:45:39 GMT";
arnews[0] += "
";
arnews[1]="Bling fling
";
arnews[1] += "Mountains of glitter, stands packed with celebrities and a $3 million bra: There definitely was no sign of the recession during the 14th annual Victoria's Secret fashion show.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Video: Victoria's Secret 2010 fashion show
";
arnews[2] += "Klum, 36, who is married to singer Seal, gave birth to a baby girl last month and made a shock return to the fashion world in New York.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 21:57:33 GMT";
arnews[2] += "
";
arnews[3]="Cameron Diaz Filming 'Knight & Day'
";
arnews[3] += "Cameron Diaz Filming 'Knight & Day' NOV 20, 2009 AT 12:23 PM Cameron Diaz was photographed on the set of her new movie 'Knight & Day' in Salzburg, Austria.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 18:47:52 GMT";
arnews[3] += "
";
arnews[4]="Tom Cruise's 'Knight & Day' film wraps in Boston
";
arnews[4] += "Crews with the made-in-Boston spy flick \"Knight & Day\" wrapped filming in Boston earlier this week and have set up shop in Sevilla on Monday, Nov.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 00:35:17 GMT";
arnews[4] += "
";
arnews[5]="Kylie Minogue
";
arnews[5] += "\"Loco-Motion\" made Kylie famous , and she came back strong in the new millennium with \"Spinning Around\" and \"Can't Get You Out Of My Head.\" She also made a name for herself as an actress on the Aussie soap Neighbours and the films Street Fighter and Bio-Dome . Editors' Rating: 86 Readers' Rating Sexiness 86 She started off as the squeaky-clean girl ...";
arnews[5] += "
Publ.Date : Mon, 09 Jun 2008 07: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("