var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Kay Ballard: @katieblair I want @wolfstory to call you Idaho artist Katie Blair. He is the author, but I must have my way! LOL
"; arnews[0] += "@"; arnews[0] += "
"; arnews[1]="Kay Ballard: @katieblair The coolest idea I have heard all day is Idaho Artist Katie Blair is the she-wolf @wolfstory. I knew her before she was famous.
"; arnews[1] += "@"; arnews[1] += "
"; arnews[2]="Kay Ballard: @katieblair Impossible! That mustn't happen! You are Idaho artist Katie Blair. You are the sexy she-wolf @wolfstory!
"; arnews[2] += "@"; arnews[2] += "
"; arnews[3]="Kay Ballard: @katieblair Well, She-Wolf, aka Idaho artist Katie Blair, @wolfstory just can't let you go. Great exposure; wish he had more followers!
"; arnews[3] += "@"; arnews[3] += "
"; arnews[4]="Kay Ballard: @katieblair Idaho Artist Katie Blair.aka Twitter's very first She-Wolf aka Katie Wonka, candy expert So many aspects to your personality!
"; arnews[4] += "@"; 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("
");