var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Peter Stindberg: PeterStindberg shares http://www.tinynibbles.com/blogarchives/2009/11/kate-moss-parisienne-vs-lucy-lawless-bitch-slap.html safe for work (at least in Europe)
"; arnews[0] += "PeterStindberg shares"; arnews[0] += "
"; arnews[1]="Dragonlance - Dragons Of The Autumn Twilight (DVD) newly tagged "magic"
"; arnews[1] += "Dragonlance - Dragons Of The Autumn Twilight (DVD) newly tagged \"magic\" -"; arnews[1] += "
"; arnews[2]="Jen Kuiper: Jen was dissappointed by Battlestar Galactica: The Plan. How come the only one of the 12 cylons we are missing is Deanna? I want my Lucy Lawless.
"; arnews[2] += "Jen was dissappointed by Battlestar Galactica: The Plan. How come the only one of the 12 cylons we are missing is Deanna? I want my Lucy Lawless."; arnews[2] += "
"; arnews[3]="Daggett D Beaver: RT @LinuxGal: L Words: Light, Lingerie, Linux, Lipstick, Literature, Love, Lubrication, Luck, Lucre, Lucy Lawless, Lunacy, Lust... yum.
"; arnews[3] += "RT @"; arnews[3] += "
"; arnews[4]="Greenpeace NZ: Planet A because there is no Planet B
"; arnews[4] += "Planet A because there is no Planet B -"; 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("
");