var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Enhanced light emission from erbium doped silicon nitride in...
"; arnews[0] += "Abstract Plasmonic gratings and nano-particle arrays in a metal-insulator-metal structures are fabricated on an erbium doped silicon nitride layer."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 09:28:44 GMT"; arnews[0] += "
"; arnews[1]="Firefox faces browser clone war in China
"; arnews[1] += "The browser war in China is heating up but not quite in a way that resembles the Western markets, as Mozilla's Beijing chief explains."; arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 16:17:38 GMT"; arnews[1] += "
"; arnews[2]="Jet Li opens up about migrating to Singapore
"; arnews[2] += "SINGAPORE : While it is no secret that Jet Li has become a Singapore citizen, the kung fu star has always remained tight-lipped about the matter, until recently."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 11:19:42 GMT"; arnews[2] += "
"; arnews[3]=""Raise the Red Lantern" author wins Asian book prize
"; arnews[3] += "The Chinese author behind Oscar-nominated film \"Raise the Red Lantern\" has won a major Asian literary prize with his latest novel, set during the Cultural Revolution, organisers said Tuesday."; arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 21:27:48 GMT"; arnews[3] += "
"; arnews[4]="Parsippany man says his daughter-in-law's only crime is Falun Gong activism
"; arnews[4] += "Ledger Live for Friday November 13th, 2009 - Ledger Live with Brian Donohue. On today's show: We explore the tricky business of town consolidation in New Jersey."; arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 05:44:16 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("
");document.write("
");