var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gloriana may get glory at ABC's American Music Awards
";
arnews[0] += "As an aspiring singer-songwriter-guitarist, she had an MTV reality series. Now, as part of a group that's opening concerts for Taylor Swift, she's up for a major honor.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 19:01:20 GMT";
arnews[0] += "
";
arnews[1]="Mistletoe "I do" for Carrie Underwood? is Julianne Hough Coming Back to Dancing?
";
arnews[1] += "IS CARRIE UNDERWOOD GOING TO BE SAYING \"YES\" OVER THE HOLIDAYS? Carrie Underwood can stop dreaming of a white Christmas because you're gettin' something even better, girl a white diamond Christmas! An insider bustin' with this joyeux noel news reveals that Carrie's beau, Ottawa Senators hockey jock MIKE FISHER who birthday-gifted her with a $5,000 ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 14:36:49 GMT";
arnews[1] += "
";
arnews[2]="Maxim Magazine and Country Beauty? Want to Live Like a Vampire? Miranda Lambert a Chicken?
";
arnews[2] += "Kellie Pickler's new 'do was the topic of red-hot conversation at last week's CMA Awards, but what fans might not realize is that Miranda Lambert was supposed to be a redhead herself by the time the show aired! The two blondes made a pact earlier this year that they would both go red, but apparently Miranda decided against the change at the last ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 13:32:09 GMT";
arnews[2] += "
";
arnews[3]="E-waste event collects more than 10 tons
";
arnews[3] += "Saturday, Ray Robison said goodbye to a few old friends, knowing they were going to a better place - than his basement.";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Construction delays dwindle
";
arnews[4] += "Motorists headed west on Interstate 90 at Mount Vernon are about to press down harder on the gas pedal.";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="You still have a chance to get Guitar Pull tickets
";
arnews[5] += "The 11th annual WKXC-FM Guitar Pull again offers a great lineup for those lucky enough to be holding tickets for the event, which begins at 7:30 p.m. Tuesday at the University of South Carolina Aiken Convocation Center, 471 University Parkway.";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 12:36:04 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("