var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Audacity Completes Successful Relaunch of JazzMutant Multi-Touch Media Controller
";
arnews[0] += "San Diego-based strategic branding agency, Audacity, inc., helps with the successful relaunch of Bordeaux, France-based JazzMutant's flagship \"Lemur\". \"It started in the spring of 2008 when I had the privilege to meet Guillaume Largillier\" Stantum has been the pioneering company in multi-touch technology since 2002.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:36:33 GMT";
arnews[0] += "
";
arnews[1]="Audacity Completes Successful Relaunch of JazzMutant Multi-Touch Media Controller
";
arnews[1] += "San Diego-based strategic branding agency, Audacity, inc., helps with the successful relaunch of Bordeaux, France-based JazzMutant's flagship \"Lemur\". \"We are very proud to have been a strategic partner of JazzMutant for the past months and to have helped increase their competitive lead and brand equity\" Stantum has been the pioneering company in ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:12:35 GMT";
arnews[1] += "
";
arnews[2]="Cruise suits up for `Mission: Impossible IV'
";
arnews[2] += "Tom Cruise is starring in another impossible mission. Paramount Pictures announced Tuesday that Cruise will be back in front of the camera for \"Mission: Impossible IV,\" due in theaters over Memorial Day weekend in 2011.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 02:32:09 GMT";
arnews[2] += "
";
arnews[3]="McSweeney's inspiration dies
";
arnews[3] += "The man after whom Dave Eggers named his literary quarterly McSweeney's has died, the journal has announced.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 13:00:10 GMT";
arnews[3] += "
";
arnews[4]="South sees off Schiavone on day of British success
";
arnews[4] += "Thrillers? They were 10-a-penny here yesterday as two British women progressed to the second round - the 20-year-old Melanie South's defeat of the No 11 seed Francesca Schiavone being especially notable - while Martin Lee, the man whom the Lawn Tennis Association did not think warranted a wild card, won in straight sets, and the murmur of ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 00:40:23 GMT";
arnews[4] += "
";
arnews[5]="The Book the Chinese Government Doesn't Want You To Read
";
arnews[5] += "But because of the censorship issue, we've decided to print The Magician of Lhasa only in the US.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 21:47:46 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("