var arnews = new Array(6); totcount = 4; rnd = 0; document.title=document.title+ " "; arnews[0]="Rotten Tomatoes Releases the 100 Worst Movies of the Decade: Have You Seen Any of Them?
"; arnews[0] += "I always love reading the \"best\" and \"worst\" movies lists, so was thrilled today to see Rotten Tomatoes had just released their \"Worst of the Worst\" movies list."; arnews[0] += "
Publ.Date : Sat, 26 Sep 2009 03:19:48 GMT"; arnews[0] += "
"; arnews[1]="USC senior overcomes culture shock to become a big hit
"; arnews[1] += "USC's Ivana Kujundzic is a preseason all-SEC pick. Ivana Kujundzic -- CLASS : Senior -- HOMETOWN : Subotica, Serbia -- HIGH SCHOOL : Bosa Milicevic -- HEIGHT : 6-1 -- POSITION : Outside hitter -- PERSONAL : Pursuing a degree in management and marketing with a minor in hotel, restaurant and tourism management."; arnews[1] += "
Publ.Date : Thu, 27 Aug 2009 07:13:02 GMT"; arnews[1] += "
"; arnews[2]="Monday night highlights,
"; arnews[2] += "\"Today\" : She says. Meredith Vieira has Kate Gosselin's first interview since her husband decided to search for his lost 20s."; arnews[2] += "
Publ.Date : Mon, 10 Aug 2009 11:35:43 GMT"; arnews[2] += "
"; arnews[3]="Ivan Sergei, Nora Zehetner, Ivan Milicevic
"; arnews[3] += "APA has inked thesps Ivan Sergei , Nora Zehetner and Ivana Milicevic for representation."; arnews[3] += "
Publ.Date : Thu, 25 Jun 2009 23:44:10 GMT"; arnews[3] += "
"; totcount = 4; 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("
");