var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jon Bon Jovi Wants to Answer Your Questions! - iVillage Entertainment
";
arnews[0] += "And the frontman is also juggling a family of his own: He has four children ages 5 to 16 with his wife of 20 years, Dorothea. Do you have a burning question for Bon Jovi about his new music, his philanthropy, his family or his rock-star life? Now's ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 21:11:00 GMT";
arnews[0] += "
";
arnews[1]="Bon Jovi Doesn't Need A Prayer To Make It On NBC - NPR News
";
arnews[1] += "Jon Bon Jovi's interview with Matt Lauer on NBC's Today is the first of a series of appearances on NBC programs. Peter Kramer / NBC NewsWire/AP Jon Bon Jovi's interview with Matt Lauer on NBC's Today is the first of a series of appearances on NBC ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 22:51:00 GMT";
arnews[1] += "
";
arnews[2]="Jon Bon Jovi Gets Goofy - Parade
";
arnews[2] += "Jon Bon Jovi poses with Goofy at Disney's Hollywood Studios theme park in Lake Buena Vista, Florida. Bon Jovi just released their newest album, 'The Circle.' The group will begin a world concert tour in early 2010";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 20:10:00 GMT";
arnews[2] += "
";
arnews[3]="TV Junkie: 'Curb' Finale Looms; Bon Jovi on Conan + Video - Laist.com
";
arnews[3] += "We're very much looking forward to Sunday's \"Curb Your Enthusiasm\" season finale. The \"Seinfeld\" reunion has been played perfectly - not overemphasized and very realistically positioned for the best comedic effect. A comedian on the circuit told me ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 23:05:00 GMT";
arnews[3] += "
";
arnews[4]="Jon Bon Jovi Wouldn't Survive 'American Idol' - S spinner
";
arnews[4] += "In more than a quarter of a century of rocking, Jon Bon Jovi has seen all of the music industry's well-publicized changes. So what does he see to be among the biggest differences? \"It's very hard. Radio is fragmented,\" he tells Spinner. \"There was ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 19:32:00 GMT";
arnews[4] += "
";
arnews[5]="Jon Bon Jovi Still Wanted - Blackbookmag.com
";
arnews[5] += "1. His fans can be crazy; he knows how to deal with them. At one point, a group of girls screamed, “I love you Jon,” to which he casually responded, “Thanks Mom.” Soon after, a male fan expressed his affection to the auditorium and Jon leaned ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 21:14:00 GMT";
arnews[5] += "
";
totcount = 6;
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("