var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Guest commentary: Nirvana for high school filmmakers - Amity Observer
";
arnews[0] += "Editor's Note: Bruce Kasanoff of Westport submitted the following commentary in advance of an appearance by Michael Mittelstaedt of the Interlochen Center for the Arts at the Westport Arts Center on Saturday, Feb. 27, when Mr. Mittelstaedt will talk ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:40:00 GMT";
arnews[0] += "
";
arnews[1]="NEWS - OK Labs, Citrix aim beyond Android with Nirvana platform - Embedded.com
";
arnews[1] += "LONDON — Embedded virtualization software provider Open Kernel Labs Inc. (Chicago, Ill.) has teamed up with Citrix Inc. and developed the \"Nirvana phone\" reference architecture. The idea is a smart phone that is able to work with a virtual desktop ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 16:41:00 GMT";
arnews[1] += "
";
arnews[2]="'Nirvana Phone' Treats the Phone as a PC - YAHOO!
";
arnews[2] += "What if your monitor could be plugged into your phone? What if you really didn't need a laptop, since your phone's CPU could power most applications, and draw data from the cloud? That's the premise of the \"nirvana phone,\" a reference design co ...";
arnews[2] += "
Publ.Date : Mon, 01 Feb 2010 23:55:00 GMT";
arnews[2] += "
";
arnews[3]="Nirvana (music group) - Chicago Tribune
";
arnews[3] += "LOS ANGELES - The only daughter of Kurt Cobain and Courtney Love has been placed in a temporary guardianship, court records show. A Los Angeles Superior Court commissioner granted control over 17-year-old Frances Bean Cobain to Kurt Cobain's mother ...";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 23:56:00 GMT";
arnews[3] += "
";
arnews[4]="Diamonds’ to shine in SLC - Utah Chronicle
";
arnews[4] += "Diamonds Under Fire’s style is greatly influenced by ’90s alternative rock groups such as Nirvana, Silverchair, Alice in Chains and Soundgarden. “My music is definitely heavily influenced by ’90s grunge-rock bands, specifically grunge in ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 07:02:00 GMT";
arnews[4] += "
";
arnews[5]="Open Kernel Labs and Citrix Declare 'Nirvana Phone' Reference ... - TMCnet
";
arnews[5] += "The companies have stated that this move will take the smart phones to the next level. Nirvana phone users can access their virtual desktop and applications from a single device regardless of location. Nirvana uses cloud computing technology, which ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 19:56: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("