var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Katie Wagner
"; arnews[0] += "Katie Wagner -"; arnews[0] += "
"; arnews[1]="Katie Wagner
"; arnews[1] += "Katie Wagner -"; arnews[1] += "
"; arnews[2]="Followall: Katie Wagner: I am playing World of Warcraft.
"; arnews[2] += "Katie Wagner: I am playing World of Warcraft. -"; arnews[2] += "
"; arnews[3]="Followall: Katie Wagner: I am playing World of Warcraft.
"; arnews[3] += "Katie Wagner: I am playing World of Warcraft. -"; arnews[3] += "
"; document.title=document.title+ " "; arnews[4]="Tried my hand at découpage yesterday. It was fun, but too sticky for me to want to do on a regular basis. My mini vase: http://bit.ly/4ndRp9
"; arnews[4] += "Tried my hand at découpage yesterday. It was fun, but too sticky for me to want to do on a regular basis. My mini vase:"; 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("
");