var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Want To - Sugarland
";
arnews[0] += "Experience Sugarland intimately performing, \"Baby Girl\", \"Just Might \" and more.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 17:32:14 GMT";
arnews[0] += "
";
arnews[1]="Something More - Sugarland
";
arnews[1] += "Experience Sugarland intimately performing, \"Baby Girl\", \"Just Might \" and more.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 04:57:44 GMT";
arnews[1] += "
";
arnews[2]="Country Duo Sugarland to Spice Up Santa Barbara Bowl
";
arnews[2] += "International country super-duo Sugarland will perform for the first time at the Santa Barbara Bowl , on Sunday, April 25, as part of their 2010 U.S. tour, \"The Incredible Machine.\" Jennifer Nettles and Kristian Bush make up country duo Sugarland, which has sold more than 8 million records since exploding onto the music scene in 2004 with Twice the ...";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 21:29:37 GMT";
arnews[2] += "
";
arnews[3]="Grammys' fierce red carpet fashion
";
arnews[3] += "After weeks of safe style at the Golden Globes and Screen Actors Guild Awards, red carpet fashion finally found its edge at the Grammys.";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 17:58:58 GMT";
arnews[3] += "
";
arnews[4]="Bon Jovi releases video of Grammy performance with Jennifer Nettles on iTunes
";
arnews[4] += "Right about now Jon Bon Jovi is probably getting his tour command center all set up in Hawaii in preparation for the kickoff of The Circle tour on February 11.";
arnews[4] += "
Publ.Date : Wed, 03 Feb 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("