var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Shania Twain - Chicago Tribune
";
arnews[0] += "NASHVILLE, Tenn. (AP) — Brad Paisley is up for seven trophies at the Country Music Association Awards, but his duties as co-host with Carrie Underwood and performer will keep his attention elsewhere. He welcomes all distractions. \"It's a good";
arnews[0] += "
Publ.Date : Thu, 12 Nov 2009 03:12:00 GMT";
arnews[0] += "
";
arnews[1]="Shania Twain top Canadian beauty - canada.com
";
arnews[1] += "Country singing superstar Shania Twain is Canada's most beautiful woman, Hello! magazine proclaims. Twain, 43, and a newly single mother of one, credits maintaining a healthy attitude as the secret to her looks, along with a raw-food diet and daily ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 10:59:00 GMT";
arnews[1] += "
";
arnews[2]="Shania Twain & Billy Joel Romance Reports ‘Not True’ - femalefirst.co.uk
";
arnews[2] += "Tabloid reports linking Shania Twain to Billy Joel romantically have been shot down by the country star's publicist. The National Enquirer first reported the couple was an item, suggesting they'd enjoyed a string of top secret dates - but Twain's rep ...";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 11:39:00 GMT";
arnews[2] += "
";
arnews[3]="American Idol - San Francisco Chronicle
";
arnews[3] += "AP Photo/Peter Kramer, file Simon Cowell has roped in another celebrity judge on \"American Idol\" -- actor Neil Patrick Harris. Following former panelist Paula Abdul's shock departure from the hit series... Harris is latest 'Idol' stand in Simon ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 17:22:00 GMT";
arnews[3] += "
";
arnews[4]="Kendra Leibfried, Penn, N.D., letter: GF needs more Britney-type ... - Grand Forks Herald
";
arnews[4] += "High School, and I attended the Britney Spears concert at the Alerus Center. It was one of the best concerts I’ve ever seen, and I’ve been to quite a few, including Taylor Swift, Shania Twain and Jamie O’Neal. None of them even compared.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 05:33: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("