var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Lingster: Kiana Tom and Monica Brant
"; arnews[0] += "Kiana Tom and Monica Brant -"; arnews[0] += "
"; arnews[1]="Kiana Fit Tip: At the computer? Improve ur posture & look slimmer! Pull ur abs in & up. pull ur shoulders back & down. www.kiana.com
"; arnews[1] += "Kiana Fit Tip: At the computer? Improve ur posture & look slimmer! Pull ur abs in & up. pull ur shoulders back & down. www.kiana.com -"; arnews[1] += "
"; arnews[2]="Tip: + posture can make you look slimmer; at the computer or desk, make sure you screen is at eye level to prevent slouching. kiana.com
"; arnews[2] += "Tip: + posture can make you look slimmer; at the computer or desk, make sure you screen is at eye level to prevent slouching. kiana.com -"; arnews[2] += "
"; arnews[3]="XtyMiller: Treat everyone with respect and kindness. Period. No exceptions. -Kiana Tom
"; arnews[3] += "Treat everyone with respect and kindness. Period. No exceptions. -Kiana Tom"; arnews[3] += "
"; arnews[4]="Skip Bensley: @Kiana_Tom the link to your blog is http://blog.kiana.com/ people will find a dead link otherwise
"; 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("
");