var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="How I Met Your Mother, 'Rabbit or Duck': Don the pants-less duck
";
arnews[0] += "Barney at the Super Bowl. A quick review of last night's coming up just as soon as you call me Allie Westside... What a bizarre but ultimately funny episode of \"HIMYM.\" \"Rabbit or Duck\" pushed into some incredibly broad territory, not just for the cartoonish-by-design Barney, but for the other characters.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 13:11:17 GMT";
arnews[0] += "
";
arnews[1]="Carrie Underwood will be flying high on CBS
";
arnews[1] += "CBS has scheduled the episode of \"How I Met Your Mother\" guest-starring Checotah's Grammy-winning artist Carrie Underwood.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:42:10 GMT";
arnews[1] += "
";
arnews[2]="'How I Met Your Mother': Quack, quack
";
arnews[2] += "It's tough out there for a single person, especially on Valentine's Day. The single life even takes a toll on Barney this week.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Canada's Tatiana Maslany wins breakout performance award at Sundance
";
arnews[3] += "Canadian actor Tatiana Maslany was just another working actor before coming to the Sundance Film Festival.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 01:09:06 GMT";
arnews[3] += "
";
arnews[4]="Josh Radnor and Malin Akerman Exclusive Video Interview HAPPYTHANKYOUMOREPLEASE
";
arnews[4] += "One of the many films that premiered at this year's Sundance Film festival was writer/director Josh Radnor's happythankyoumoreplease .A While many might have thought Radnor only got into Sundance due to his CBS sitcom How I Met Your Mother , his film won the Dramatic Audience Award at Sundance, proving he belonged in the Festival.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Men's Swimming & Diving Sweeps Aside Bulls, 132-102, on Senior Day
";
arnews[5] += "The Penn State men's swimming & diving team had no problem in dispatching Buffalo on Friday night at McCoy Natatorium, defeating the Bulls, 132-102. The Nittany Lions took first in every single swimming event en route to the easy victory in the final dual meet of the year.";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 05:35:59 GMT";
arnews[5] += "
";
arnews[6]="A-List Art & Soul Center Sundance Gallery
";
arnews[6] += "Sundance stars gathered at the A-List Art and Soul Center, January 26th. Here's some photographic proof of said gathering.";
arnews[6] += "
Publ.Date : Thu, 04 Feb 2010 18:07:55 GMT";
arnews[6] += "
";
arnews[7]="Carrie Underwood Cast In 'Soul Surfer' Movie
";
arnews[7] += "Carrie Underwood Carrie Underwood is taking her act from the small screen to the big screen.";
arnews[7] += "
Publ.Date : Thu, 04 Feb 2010 15:47:00 GMT";
arnews[7] += "
";
arnews[8]="Carrie Underwood Cast in 'Soul Surfer'
";
arnews[8] += "Carrie Underwood is taking her act from the small screen to the big screen. The country-music superstar has been cast in a supporting role in the movie \"Soul Surfer.\" Filming begins this month.";
arnews[8] += "
Publ.Date : Thu, 04 Feb 2010 15:47:00 GMT";
arnews[8] += "
";
totcount = 9;
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("