var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="valensia: listening to "Axl Rose + Sebastian Bach Duo Inland Invasion" ♫ http://blip.fm/~gmw4j
"; arnews[0] += "listening to \"Axl Rose + Sebastian Bach Duo Inland Invasion\" ♫"; arnews[0] += "
"; arnews[1]="Daniel "DJ" Orta: The ease to which you can create Axl Rose with the cornrows in Dragon Age makes me uneasy.
"; arnews[1] += "The ease to which you can create Axl Rose with the cornrows in Dragon Age makes me uneasy."; arnews[1] += "
"; arnews[2]="Clyde Moore: Freddie Mercury Tribute (5)- Elton John, Axl Rose & Queen
"; arnews[2] += "Freddie Mercury Tribute (5)- Elton John, Axl Rose & Queen -"; arnews[2] += "
"; arnews[3]="Elif Crt: theduty: thanks, Axl Rose.
"; arnews[3] += "theduty: thanks, Axl Rose. -"; arnews[3] += "
"; arnews[4]="Tim Douglas: Tim I know it's hard to keep an open heart, when even friends seem out to harm you. But if you could heal a broken heart, wouldn't time be out to charm you? AXL ROSE 1992.
"; arnews[4] += "I know it's hard to keep an open heart, when even friends seem out to harm you. But if you could heal a broken heart, wouldn't time be out to charm you? AXL ROSE 1992."; 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("
");