var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="If You Lie on Your Expense Report, Maybe Don't Tweet About It
"; arnews[0] += "If You Lie on Your Expense Report, Maybe Don't Tweet About It -"; arnews[0] += "
"; arnews[1]="If You Lie on Your Expense Report, Maybe Don't Tweet About It [Twitterati]
"; arnews[1] += "If You Lie on Your Expense Report, Maybe Don't Tweet About It [Twitterati] -"; arnews[1] += "
"; arnews[2]=""Billy, You're being inappropriate"!! Haha, u got me. RT @ShannaMoakler: http://twitpic.com/psmar - ME with Billy Bush this morning!
"; arnews[2] += "\"Billy, You're being inappropriate\"!! Haha, u got me. RT @"; arnews[2] += "
"; arnews[3]="Nelson Linda: New post, "AUDIO: Does Janet Jackson Have An All-Time Favorite Song? Janet Jackson calls into The Billy Bush Show to discuss the release of her new greatest hits…" - http://bit.ly/2uEKIL
"; arnews[3] += "New post, \"AUDIO: Does Janet Jackson Have An All-Time Favorite Song? Janet Jackson calls into The Billy Bush Show to discuss the release of her new greatest hits…\" -"; arnews[3] += "
"; arnews[4]="Jim Stroud: If You Lie on Your Expense Report, Maybe Don't Tweet About It - We Read Twitter So You Don't Have To - Gawker
"; arnews[4] += "If You Lie on Your Expense Report, Maybe Don't Tweet About It - We Read Twitter So You Don't Have To - Gawker -"; 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("
");