var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="OpenOffice is the new David Hasselhoff
";
arnews[0] += "A new study from German web analytics firm Webmasterpro.de shows that adoption rates of open source productivity software suites swings wildly between different countries.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 09:56:35 GMT";
arnews[0] += "
";
arnews[1]="Dolph Lundgren Becomes the David Hasselhoff of Swedish Television
";
arnews[1] += "Before seeing the following video, our knowledge of Dolph Lundgren primarily stemmed off of two things: Our favorite childhood skin flick Masters of the Universe , and Johnny Mnemonic , the most ridiculous cinematic adventure of our time : Also known as \"My Source for Every Computer Wallpaper, Ever.\" We've always known Dolph as a giant, stiff, ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 21:32:16 GMT";
arnews[1] += "
";
arnews[2]="The Best of YouTube: Week of February 8, 2010
";
arnews[2] += "Meteorologist freakout And we thought Canadian meteorologists freak out about the weather? This is a pretty entertaining meltdown by a weather dude in Baltimore, which has apparently been stealing all of the snow Canada is supposed to be getting.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 13:21:00 GMT";
arnews[2] += "
";
arnews[3]="Celebrities on helping Haiti
";
arnews[3] += "Drew Carey, David Arquette, Sheila E and David Hasselhoff reveal what they are doing to help the people of Haiti.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 11:07:30 GMT";
arnews[3] += "
";
arnews[4]="'American Idol': Chris Daughtry's pre-Super Bowl performance
";
arnews[4] += "\"American Idol\" finalist Chris Daughtry and his eponymous band took the stage for a pre-Super Bowl concert.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 23:20:58 GMT";
arnews[4] += "
";
arnews[5]="Tim Walker: 'In the flurry of technical advancement, we've lost our sense of wonder'
";
arnews[5] += "The Couch Surfer: 'In 1999 I gave my first webmail account a novelty address that I didn't shake off until 2004' Here's a couple of 21st- century stories that I couldn't have told 10 years ago and which ought to make me happy.";
arnews[5] += "
Publ.Date : Mon, 14 Dec 2009 08: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("