var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Welcome to Montreal, where Sergei Fedorov's grumbles = 'the Red Wings ... - MLive.com
";
arnews[0] += "Okay, so former Red Wings forward Sergei Fedorov has a laundry list of gripes and grumbles with his \"treatment\" as a member of the Detroit Red Wings, from the management on down to Scotty Bowman, and probably a few former teammates. This isn't ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 16:38:00 GMT";
arnews[0] += "
";
arnews[1]="Fedorov spills beans on Detroit - canada.com
";
arnews[1] += "When Scotty Bowman was coaching the Detroit Red Wings during the late 1990s, he boosted the image of Russian hockey when he regularly used Russian skaters - Igor Larionov, Slava Kozlov, Vyecheslav Fetisov, Vladimir Konstantinov and Sergei Fedorov ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 15:05:00 GMT";
arnews[1] += "
";
arnews[2]="Anna Kournikova on Teen AIDS Awareness - Oprah
";
arnews[2] += "A Day in the Life of Charla Nash - Video Twilight Author Stephenie Meyer - Video Ellen and Portia's Wedding - Video Dr. Maria Siemionow Explains a Face ... Ellen DeGeneres and Portia de Rossi ... Keep browsing Oprah.com and check here for recommended ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 07:35:00 GMT";
arnews[2] += "
";
arnews[3]="Sergei Fedorov: Red Wings were jealous - Detroit Free Press
";
arnews[3] += "Just like we all suspected, Sergei Fedorov felt underappreciated by the Red Wings during his time in Detroit. \"For the full 13 years I was there, I never figured out who supported me on that team,\" Fedorov told hoticemag.com. \"... If you only knew ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:39:00 GMT";
arnews[3] += "
";
arnews[4]="New malware attack targets Twilight fans - YAHOO!
";
arnews[4] += "But fanatical franchises like this invariably lead to danger, as fans let their guard down, exposing themselves -- and their computers -- to risky situations. A new Twilight scam making the rounds and exposed by PC Tools , isn't a whole lot different ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 19:06:00 GMT";
arnews[4] += "
";
totcount = 5;
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("