var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mitch.Web Re-Branded to The Evil Little Developer's Toolbox
";
arnews[0] += "For all those who are interested, the .NET User Group Meetings here in Winnipeg are starting up again next Thursday, check out Winnipeg's .Net user group Home Page for details.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 04:48:18 GMT";
arnews[0] += "
";
arnews[1]="Jet Li kicks off IPO rush
";
arnews[1] += "Blogs Friday, November 20, 2009 7:09 AM Jet Li kicks off IPO rush Andrew Willis A ction film star Jet Li is on his way to the Toronto Stock Exchange, as a Chinese sneaker company that features the martial arts master as its spokesman filed for one of four initial public offerings this week, putting new kick in a Canadian exchange that's finally ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 13:29:02 GMT";
arnews[1] += "
";
arnews[2]="Mitch.Web Re-Branded to The Evil Little Developer's Toolbox
";
arnews[2] += "For all those who are interested, the .NET User Group Meetings here in Winnipeg are starting up again next Thursday, check out Winnipeg's .Net user group Home Page for details.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 04:48:18 GMT";
arnews[2] += "
";
arnews[3]="'Ong Bak 2': Thai fighters
";
arnews[3] += "Bruce Lee is dead, Jackie Chan and Jet Li are slowing down, but the world of martial arts never sleeps.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 02:22:33 GMT";
arnews[3] += "
";
arnews[4]="Cherry Lane Music Publishing Signs Deal With Lionsgate Music
";
arnews[4] += "Under the terms of the deal, Cherry Lane will administer and exploit Lionsgate's extensive catalog of film and TV music and individual songs.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 13:27:20 GMT";
arnews[4] += "
";
arnews[5]="Movie Q&A: Rain
";
arnews[5] += "The man they call Rain enters the Windsor Arms suite quietly, escorted by a retinue of half a dozen people manager, stylists, studio minder, translator.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 09:46:27 GMT";
arnews[5] += "
";
arnews[6]="Fairytale Fights
";
arnews[6] += "Over the years I've discovered that the most disappointing games are often the ones that are born out of great ideas.";
arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 17:03:07 GMT";
arnews[6] += "
";
totcount = 7;
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("