var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Jon Bon Jovi: I believe in the power of 'we'
";
arnews[0] += "Nov. 9: Pop star Bon Jovi, featured in Monday’s Making a Difference segment on Nightly News, emphasizes his conviction in empowering people to work together to alleviate social...";
arnews[0] += "
Publ.Date : Mon, 09 Nov 2009 19:58:07 GMT";
arnews[0] += "
";
arnews[1]="Jon Bon Jovi: I believe in the power of ‘
";
arnews[1] += "Nov. 9: Pop star Bon Jovi, featured in Monday’s Making a Difference segment on Nightly News, emphasizes his conviction in empowering people to work together to alleviate social...";
arnews[1] += "
Publ.Date : Mon, 09 Nov 2009 17:46:21 GMT";
arnews[1] += "
";
arnews[2]="Jon Bon Jovi at SAP
";
arnews[2] += "200 SAP employees turned out at a SAP Clear Purpose volunteer activity in Camden, New Jersey. They built a playground in just a single day. Rock legend Jon Bon Jovi showed up to...";
arnews[2] += "
Publ.Date : Thu, 29 Oct 2009 23:00:59 GMT";
arnews[2] += "
";
document.title=document.title+ " ";
arnews[3]=""Stand by Me" - Andy, Jon Bon Jovi, Richie Sambora & Friends
";
arnews[3] += "Presented by: http://www.MyDamnChannel.com Free MP3 download: http://content.mydamnchannel.com/datastore/donwas/standbyme.mp3 \"Stand by Me\" On June 24, Iranian Superstar Andy...";
arnews[3] += "
Publ.Date : Sat, 27 Jun 2009 22:26:49 GMT";
arnews[3] += "
";
arnews[4]="Bon Jovi, Sambora Honored
";
arnews[4] += "Rockers Jon Bon Jovi and Richie Sambora talk about their induction into the Songwriters Hall of Fame in New York on Thursday night. (June 19)";
arnews[4] += "
Publ.Date : Fri, 19 Jun 2009 11:08:52 GMT";
arnews[4] += "
";
arnews[5]="Charlie Weis and Bill Belichick "Singing" With Jon Bon Jovi
";
arnews[5] += "It's hard to imagine anyone looking more uncomfortable on stage than Mr. Belichick here, \"singing\" with Charlie Weis and Jon Bon Jovi at a benefit for Weis' daughter.";
arnews[5] += "
Publ.Date : Sat, 14 Mar 2009 09:58:46 GMT";
arnews[5] += "
";
arnews[6]="Saturday Night Live, "Saturday Night Live (SNL) October 13, 2007 - Jon Bon Jovi"
";
arnews[6] += "Grammy Award-winning rock star Jon Bon Jovi hosts Saturday Night Live this week. This will be Jon's first time hosting despite having performed as the musical act, with the rest...";
arnews[6] += "
Publ.Date : Sat, 13 Oct 2007 00:00:00 GMT";
arnews[6] += "
";
arnews[7]="Elway crashes Jon Bon Jovi's House
";
arnews[7] += "John Elway and Jon Bon Jovi go face-to-face in this arena football ad.";
arnews[7] += "
Publ.Date : Fri, 03 Aug 2007 00:21:02 GMT";
arnews[7] += "
";
arnews[8]="Bon Jovi - You Give Love A Bad Name: Video
";
arnews[8] += "Music video by Bon Jovi performing You Give Love A Bad Name: Video with Desmond Child, Richie Sambora, Jon Bon Jovi (C) 1986 The Island Def Jam Music Group";
arnews[8] += "
Publ.Date : Thu, 29 Mar 2007 22:00:12 GMT";
arnews[8] += "
";
arnews[9]="Jon Bon Jovi & Pavarotti - Let it Rain
";
arnews[9] += "Let it rain (live) Pavarotti & friends 1998 in concert for Liberia";
arnews[9] += "
Publ.Date : Tue, 05 Dec 2006 14:43:26 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("