var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Gossip Feeds: ONTD: 11/8 Gossip Girl Filming Pictures: Source: Chace Crawford Online http://bit.ly/2Hi5Bl
"; arnews[0] += "ONTD: 11/8 Gossip Girl Filming Pictures: Source: Chace Crawford Online"; arnews[0] += "
"; arnews[1]="Fansblog: Foto: Chace Crawford sul set di “Gossip Girl” con le colleghe
"; arnews[1] += "Foto: Chace Crawford sul set di “Gossip Girl” con le colleghe -"; arnews[1] += "
"; arnews[2]="Leighton Keeps Things Buttoned Up For Gossip Girl
"; arnews[2] += "Leighton Keeps Things Buttoned Up For Gossip Girl -"; arnews[2] += "
"; arnews[3]="Fansblog: Video: Chace Crawford sul set di “Gossip Girl”
"; arnews[3] += "Video: Chace Crawford sul set di “Gossip Girl” -"; arnews[3] += "
"; arnews[4]="Pamela Mayer: I just took "Who is your perfect man?" and got: Chace Crawford! Try it: http://bit.ly/7oO6Nn
"; arnews[4] += "I just took \"Who is your perfect man?\" and got: Chace Crawford! Try it:"; 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("
");