var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="I Don't Want To B... - Gavin Deg...
";
arnews[0] += "See and hear brand new arrangements from Gavin's exclusive L.A. performance.... Gavin DeGraw - Play All Biography Years before \"I Don't Want to Be\" propelled him to pop/rock success, songwriter Gavin DeGraw began honing his piano skills at the age of eight, followed by his participation in several cover bands wit... Video iTunes Lyrics Ringtones ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:13:54 GMT";
arnews[0] += "
";
arnews[1]="Caught! Mischa Barton Alienates Fansa "Again
";
arnews[1] += "PopSugar BuzzSugar Today 1:12 PM PST by Ted Casablanca Ray Tamarra/Getty Images Mischa Barton was spotted getting her shop on at the L.A. Vintage Expo in Santa Monica, and it was a good thing, too.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 21:12:15 GMT";
arnews[1] += "
";
arnews[2]="Karina Smirnoff and others party on Super Bowl eve
";
arnews[2] += "MIAMI BEACH, Fla. - \"Dancing with the Stars'\" Karina Smirnoff said Saturday she won't reveal who she wants to win the Super Bowl because she doesn't know who is going to be on the show next season.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 04:27:12 GMT";
arnews[2] += "
";
arnews[3]="Story: Karina Smirnoff and others party on Super Bowl eve
";
arnews[3] += "\"Dancing with the Stars'\" Karina Smirnoff said Saturday she won't reveal who she wants to win the Super Bowl because she doesn't know who is going to be on the show next season.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 03:34:38 GMT";
arnews[3] += "
";
arnews[4]="Page 2: The Super Bowl party report
";
arnews[4] += "Guidos and guidettes, Our voices are raw. We now think champagne is one of the four major food groups.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 13:20:00 GMT";
arnews[4] += "
";
arnews[5]="More
";
arnews[5] += "\"Dancing with the Stars'\" Karina Smirnoff said Saturday she won't reveal who she wants to win the Super Bowl because she doesn't know who is going to be on the show next season.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 17:09:29 GMT";
arnews[5] += "
";
totcount = 6;
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("