var arnews = new Array(6); totcount = 5; rnd = 0; document.title=document.title+ " - "Daniel+Powter" - Google News"; document.title=document.title+ " "; arnews[0]="Top 10 guilty pleasure songs of the '80s - Tampabay.com
"; arnews[0] += "

Top 10 guilty pleasure songs of the '80s
Tampabay.com
This decade has been a treasure trove of ephemeral pop: Soulja Boy's Crank That, James Blunt's You're Beautiful, Daniel Powter's Bad Day and so on. ...

"; arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 11:06:41 GMT+00:00"; arnews[0] += "
"; arnews[1]="The top 10 '80s songs we're embarrassed to love - Tampabay.com
"; arnews[1] += "

Tampabay.com

The top 10 '80s songs we're embarrassed to love
Tampabay.com
This decade has been a treasure trove of ephemeral pop: Soulja Boy's Crank That, James Blunt's You're Beautiful, Daniel Powter's Bad Day and so on. ...

and more »
"; arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 22:09:33 GMT+00:00"; arnews[1] += "
"; arnews[2]="Marcy Playground, Margot, While You Were Gone - Houston Press
"; arnews[2] += "

Houston Press

Marcy Playground, Margot, While You Were Gone
Houston Press
This past summer, the band released the new album Leaving Wonderland... in a fit of rage, which features "Bad Day" singer Daniel Powter.

"; arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 06:05:50 GMT+00:00"; arnews[2] += "
"; arnews[3]="Judge snubs James - Manning River Times
"; arnews[3] += "

Judge snubs James
Manning River Times
His three covers will be Everything by Michael Bublé, I Wanna by All American Rejects and Bad Day by Daniel Powter, one of Marie's favourites. ...

"; arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 22:16:55 GMT+00:00"; arnews[3] += "
"; arnews[4]="Chart Beat Thursday: Michael Jackson, Taylor Swift, Jason DeRulo - Billboard
"; arnews[4] += "

Billboard

Chart Beat Thursday: Michael Jackson, Taylor Swift, Jason DeRulo
Billboard
The last year in which more new artists reached the Hot 100 summit was 2006, when D4L ("Laffy Taffy"), Daniel Powter ("Bad Day"), Fergie ("London Bridge"), ...

and more »
"; arnews[4] += "
Publ.Date : Thu, 05 Nov 2009 23:42:07 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("
");