var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " - "Josh+Radnor" - Google News"; document.title=document.title+ " "; arnews[0]="Thursday TV: 5 Lost at Sea - Brisbane Times
"; arnews[0] += "

Thursday TV: 5 Lost at Sea
Brisbane Times
Meanwhile, Ted (Josh Radnor) is worried about making an idiot of himself on his first day of teaching. And it's funny. Not groundbreaking or unique, ...

and more »
"; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 13:08:37 GMT+00:00"; arnews[0] += "
"; arnews[1]="How I Met Your Mother, 'Rabbit or Duck': Don the pants-less duck - The Star-Ledger - NJ.com
"; arnews[1] += "

The Star-Ledger - NJ.com

How I Met Your Mother, 'Rabbit or Duck': Don the pants-less duck
The Star-Ledger - NJ.com
(*) Said scene reminding me, once again, how good Josh Radnor and Cobie Smulders are together, and to lament the "Aunt Robin" thing, even as I buy the ...

and more »
"; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 13:06:19 GMT+00:00"; arnews[1] += "
"; arnews[2]="Country star Underwood books Fargo concert - Trading Markets (press release)
"; arnews[2] += "

Country star Underwood books Fargo concert
Trading Markets (press release)
She'll play the role of Tiffany, a pharmaceutical sales representative who is the love interest of Ted, played by actor Josh Radnor. ...

and more »
"; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 09:43:26 GMT+00:00"; arnews[2] += "
"; arnews[3]="Carrie Underwood will be flying high on CBS - Tulsa World
"; arnews[3] += "

Carrie Underwood will be flying high on CBS
Tulsa World
Underwood plays Tiffany — an attractive flight attendant who acts as if she likes Ted (series star Josh Radnor) but may only be stringing him along — in the ...

"; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 08:32:22 GMT+00:00"; arnews[3] += "
"; arnews[4]="'How I Met Your Mother': Quack, quack - Los Angeles Times (blog)
"; arnews[4] += "

'How I Met Your Mother': Quack, quack
Los Angeles Times (blog)
His story of his happy, arranged marriage prompted Ted (Josh Radnor) to allow Lily (Alyson Hannigan) and Marshall (Jason Segel) to find his future wife. ...

and more »
"; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 05:10:51 GMT+00:00"; 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("
");document.write("
");