var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Pope tells artists beauty can be a path to God
";
arnews[0] += "A A Judaism Jews pray at the Mount of Olives, matzoh is baked in Brooklyn, and thousands of rabbis pose for a group photo.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:25:02 GMT";
arnews[0] += "
";
arnews[1]="Pope Benedict Meets Artists from Around the World in the Sistine Chapel
";
arnews[1] += "Actors and musicians crowd the Sistine Chapel during their meeting with Pope Benedict XVI at the Vatican, Saturday, Nov.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 19:14:30 GMT";
arnews[1] += "
";
arnews[2]="Pope tells artists beauty can be a path to God
";
arnews[2] += "Pope Benedict met artists from around the world in the Sistine Chapel on Saturday and urged them to inject spirituality into their work, saying contemporary beauty was often \"illusory and deceitful.\" The Pope told the gathering of hundreds of painters, sculptors, architects, poets and directors, held beneath the vaulted ceiling of the chapel ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 18:13:59 GMT";
arnews[2] += "
";
arnews[3]="Pope builds friendships with artists
";
arnews[3] += "Pope Benedict XVI greets more than 250 leading figures from the world of arts in the Sistine Chapel on Saturday.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 15:15:59 GMT";
arnews[3] += "
";
arnews[4]="Michaelangelo's fresco The Creation in the Vatican's Sistine Chapel
";
arnews[4] += "Pope Benedict has invited international artists, sculptors, architects, musicians, film directors and even a solitary Italian prima ballerina to meet him under the soaring vaulted ceiling of Michelangelo's Sistine Chapel in the Vatican on Saturday to begin a new dialogue between the Catholic Church and the arts.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 12:28:38 GMT";
arnews[4] += "
";
arnews[5]="O Holy Night - Josh Groban
";
arnews[5] += "Pop and classical singer Josh Groban made his debut in the seventh grade, but then put music aside for a few years until he enrolled at the Interlochen Arts Program.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 06:32:31 GMT";
arnews[5] += "
";
arnews[6]="Hastings Entertainment Announces Must-Have Christmas Gifts of 2009
";
arnews[6] += "AMARILLO, Texas, Nov. 20 /PRNewswire-FirstCall/ -- Hastings Entertainment, Inc. announced today a list of Must-Have Christmas Gifts for the 2009 holiday season.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 02:13:07 GMT";
arnews[6] += "
";
arnews[7]="Mayer heads to no. 1
";
arnews[7] += "The annual onslaught of big album releases has begun in earnest as a bevy of superstar acts are in the hunt for high debuts on next week's Billboard 200 chart.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 22:20:06 GMT";
arnews[7] += "
";
arnews[8]="I'll Be Home For C... - Josh Gro...
";
arnews[8] += "Pop and classical singer Josh Groban made his debut in the seventh grade, but then put music aside for a few years until he enrolled at the Interlochen Arts Program.";
arnews[8] += "
Publ.Date : Fri, 20 Nov 2009 21:47:56 GMT";
arnews[8] += "
";
totcount = 9;
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("