var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Maksim Chmerkovskiy & Derek Hough's Shirtless Workout [Just Because]
";
arnews[0] += "Dancing With the Stars hunk Maksim Chmerkovskiy and twink Derek Hough apparently decided the world needed a few more beefcake photos.";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 00:34:26 GMT";
arnews[0] += "
";
arnews[1]="Maksim Chmerkovskiy & Derek Hough's Shirtless Workout [Just Because]
";
arnews[1] += "Dancing With the Stars hunk Maksim Chmerkovskiy and twink Derek Hough apparently decided the world needed a few more beefcake photos.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 21:12:37 GMT";
arnews[1] += "
";
arnews[2]="'Dancing With The Stars'' Maksim Chmerkovskiy Celebrates the Big 3-0
";
arnews[2] += "Monday, January 25, 2010 at 3:38 p.m. Read more: Entertainment , ET , Entertainment , Celebrity , Maksim Chmerkovskiy ET has the latest... \"Dancing with the Stars\" fan favorite Maksim Chmerkovskiy celebrated his 30th birthday Sunday night, and ET has the pics! The pro dancer's festivities were held at Tenjune Nightclub in New York City and guests ...";
arnews[2] += "
Publ.Date : Mon, 25 Jan 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Carrie Underwood's Super Bowl Plans Revealed
";
arnews[3] += "Thursday, January 28, 2010 at 4:59 p.m. Read more: Entertainment , ET , Entertainment , Celebrity , Carrie Underwood , Super Bowl ET has learned what country music star Carrie Underwood 's plans are for the upcoming Super Bowl game! The former \"American Idol\" champ and four-time Grammy-award winner will sing the National Anthem at the Super Bowl ...";
arnews[3] += "
Publ.Date : Wed, 20 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Carrie Underwood's Super Bowl Plans Revealed
";
arnews[4] += "Thursday, January 28, 2010 at 3:59 p.m. Read more: Entertainment , ET , Entertainment , Celebrity , Carrie Underwood , Super Bowl ET has learned what country music star Carrie Underwood 's plans are for the upcoming Super Bowl game! The former \"American Idol\" champ and four-time Grammy-award winner will sing the National Anthem at the Super Bowl ...";
arnews[4] += "
Publ.Date : Wed, 20 Jan 2010 08:00:00 GMT";
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("