var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Dedicated to the Victims of Typhoon Ondoy: Josh Groban - You Raise Me Up (Cover)
";
arnews[0] += "To Donate. Click on the link below. www.redcross.org.ph Thanks & God bless, JR Aquino";
arnews[0] += "
Publ.Date : Tue, 29 Sep 2009 09:00:04 GMT";
arnews[0] += "
";
arnews[1]="Hookups & Breakups: Rihanna & Wilmer, Natalie Portman & Sean Penn, Katy Perry & Josh Groban
";
arnews[1] += "Rihanna dating Wilmer Valderrama? Is Natalie Portman hooking up with Sean Penn or Ryan Gosling? Are Katy Perry & Josh Groban hot or cold?";
arnews[1] += "
Publ.Date : Wed, 25 Mar 2009 23:30:18 GMT";
arnews[1] += "
";
arnews[2]="Ellen and Josh Groban's Hilarious Duet!
";
arnews[2] += "Ellen and Josh Groban sing a hilarious rendition of \"Total Eclipse of the Heart!\"";
arnews[2] += "
Publ.Date : Fri, 06 Feb 2009 20:36:04 GMT";
arnews[2] += "
";
arnews[3]="Josh Groban talks about fame, music and The Grobanites
";
arnews[3] += "Grammy-nominated Josh Groban talks to ITN about his fame, music and hardcore fan club 'The Grobanites'.";
arnews[3] += "
Publ.Date : Fri, 12 Dec 2008 20:13:02 GMT";
arnews[3] += "
";
arnews[4]="Josh Groban: 60th Annual Emmy Awards
";
arnews[4] += "Josh sings bits and pieces of memorable TV themes. September 21, 2008 *Thanks to Nay ... josh groban emmys";
arnews[4] += "
Publ.Date : Mon, 22 Sep 2008 02:01:49 GMT";
arnews[4] += "
";
arnews[5]="Nelly Furtado and Josh Groban
";
arnews[5] += "The stars are out at the 50th annual Grammy Awards. CNN's Brooke Anderson speaks with Nelly Furtado and Josh Groban.";
arnews[5] += "
Publ.Date : Mon, 11 Feb 2008 03:43:50 GMT";
arnews[5] += "
";
document.title=document.title+ " ";
arnews[6]="Josh Groban - You Raise Me Up
";
arnews[6] += "Josh Groban's You Raise Me Up. Lyrics: When I am down and, oh my soul, so weary; When troubles come and my heart burdened be; Then, I am still and wait here in the silence, Until...";
arnews[6] += "
Publ.Date : Fri, 14 Dec 2007 06:03:45 GMT";
arnews[6] += "
";
arnews[7]="AI Josh Groban children choir frm Africa - You Raise Me Up
";
arnews[7] += "Idol gives back show best performance of the night!! Very inspirational... I like the kids as much as Groban's rendition of You Raise Me Up!!";
arnews[7] += "
Publ.Date : Sat, 12 May 2007 13:16:54 GMT";
arnews[7] += "
";
arnews[8]="Sarah McLachlan and Josh Groban - In The Arms Of The Angel
";
arnews[8] += "Sarah McLachlan singing In The Arm Of The Angel with Josh Groban on Live8, Philadelphia.";
arnews[8] += "
Publ.Date : Tue, 19 Sep 2006 14:01:21 GMT";
arnews[8] += "
";
arnews[9]="Josh Groban - Your Raise Me Up on Ellen Show
";
arnews[9] += "Josh Groban sings \"You Raised Me Up\" on the Ellen deGeneres show. ... josh groban you+raise+me+up ellen";
arnews[9] += "
Publ.Date : Fri, 30 Jun 2006 18:27:48 GMT";
arnews[9] += "
";
totcount = 10;
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("