var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Carrie Underwood coming to Saskatoon - StarPhoenix
";
arnews[0] += "Tickets go on sale Saturday for country superstar and former American Idol winner Carrie Underwood, playing live in concert Sunday, June 20 at Credit Union Centre in Saskatoon. Tickets cost $40, $48 and $60 plus service charges. They are available at ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:19:00 GMT";
arnews[0] += "
";
arnews[1]="Arcade Fire, Beyonce, T-Pain, Grizzly Bear, Carrie Underwood: Which ... - WBNG-TV
";
arnews[1] += "It seems like \"Life After You\" has been promoted for 44 years. If you don't know by now that Chris Daughtry and Co. did this song, you're never gonna. This isn't the Macy's Thankgsgiving Day Parade. Watch it here , a lil overwraught. Here's a better ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 14:20:00 GMT";
arnews[1] += "
";
arnews[2]="Video: Carrie Underwood Sings 'Worm Anthem' in 'Sesame Street' - AceShowbiz
";
arnews[2] += "Carrie Underwood has recorded a song entitled \"The Worm Anthem\" for TV series \"Sesame Street\". In addition to scoring a theme song for the small screen project, the country music singer will also make an appearance in the show's several episodes. Her ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:43:00 GMT";
arnews[2] += "
";
arnews[3]="Carrie Underwood will be flying high on CBS - Tulsa World
";
arnews[3] += "CBS has scheduled the episode of \"How I Met Your Mother\" guest-starring Checotah's Grammy-winning artist Carrie Underwood. Underwood plays Tiffany — an attractive flight attendant who acts as if she likes Ted (series star Josh Radnor) but may only ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 08:22:00 GMT";
arnews[3] += "
";
arnews[4]="Carrie Underwood Super Bowl Outfit: Love It Or Lose It? (PHOTO, POLL) - Huffingtonpost.com
";
arnews[4] += "Talk about a ball and chain. While the recently engaged Carrie Underwood seems to have weddings on her mind--she wore a white gown to the Grammys --she might have taken things a little too far at Sunday night's Super Bowl, where she sang the national ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 06:13:00 GMT";
arnews[4] += "
";
arnews[5]="'American Idol' champ Carrie Underwood lands 'Soul Surfer' film role - Reality TV World
";
arnews[5] += "The film will chronicle the story of teenage surfer Bethany Hamilton, who lost her arm in a shark attack, according to Us , which added Underwood will play church youth leader Sarah Hill. In addition, Soul Surfer will star Helen Hunt as Hamilton's ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 10:02:00 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("