var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Friday Photo Fun XXXIII Results - The Smoking Gun
";
arnews[0] += "The leading choices of the nearly 800 entrants were Pink; Bono; Elton John; Courtney Love; John Mayer; Gwen Stefani; Britney Spears; Marilyn Manson; and Amy Winehouse. Miley Cyrus and Taylor Swift even got a few votes, though neither is of legal age ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[0] += "
";
arnews[1]="Entertainment short takes - Daily Oklahoman
";
arnews[1] += "→Writer P.J. O’Rourke , 62. →Zydeco singer-accordionist Buckwheat Zydeco , 62. →Actor Robert Ginty (\"The Paper Chase,” \"Baa Baa Black Sheep”), 61. → Guitarist James Young (Styx), 60. →Singer Stephen Bishop , 58. →Pianist Yanni , 55 ...";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 23:57:00 GMT";
arnews[1] += "
";
arnews[2]="Ward's House of Prime - Steaks will tempt you, Prices will bring you ... - On Milwaukee
";
arnews[2] += "Milwaukee is fortunate to welcome a new restaurant to the downtown dining scene this week. Ward's House of Prime debuts tomorrow (November 16th) at 540 E. Mason St., in the former space that housed Yanni's (closed July 2008). I was lucky enough to ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 19:59:00 GMT";
arnews[2] += "
";
arnews[3]="Today in History - Gloucester Daily Times
";
arnews[3] += "Pianist Yanni is 55. Former U.S. Secretary of State Condoleezza Rice is 55. Presidential adviser Valerie Jarrett is 53. Actress Laura San Giacomo is 48. Actor D.B. Sweeney is 48. Rapper Reverend Run (Run-DMC) is 45. Actor Patrick Warburton is 45.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 23:57:00 GMT";
arnews[3] += "
";
arnews[4]="Devendra Banhart eschews the spotlight as he brings new meaning to New ... - Boston Globe
";
arnews[4] += "Early on in the new film “The Family Jams,’’ the camera zooms in on Devendra Banhart’s face, a thick tangle of dark hair, darker eyes, and a beard straight out of the Book of Exodus. The interviewer wants to know what kind of music Banhart ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 22:31:00 GMT";
arnews[4] += "
";
arnews[5]="Spotlight on four North Jersey teens in parade - NorthJersey.com
";
arnews[5] += "His musical inspirations range from The Red Hot Chili Peppers to Yanni. What school band director Lisa MacVicar says about him: “He’s very talented. When he hears something on the radio, he’ll go over to the piano or guitar and play it by ear.";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 23:03: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("