var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Manipulated photo flap raises ethical issues
";
arnews[0] += "Ralph Lauren' said that this Photoshopped ad used \"Poor imaging\" Photograph by: Raph Lauren, xx - Dude, her head's bigger than her pelvis.\" That is how the latest flap about distorted body image in fashion started last week.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:29:27 GMT";
arnews[0] += "
";
arnews[1]="Jewish film festival: 62 films, 20 countries, 11 days
";
arnews[1] += "Two decades ago, the first Washington Jewish Film Festival started with eight films.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:45:32 GMT";
arnews[1] += "
";
arnews[2]="Richard J. Rauer
";
arnews[2] += "Richard J. Rauer, 77, of Broadalbin, passed away peacefully Thursday, November 19, 2009, at the Stone Hedge Health and Rehabilitation Center in Rome, N.Y. He was born November 22, 1931, in Gloversville, the son of the late Frank and Rose Rauer.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 05:36:17 GMT";
arnews[2] += "
";
arnews[3]="The Best Playboy Covers of the 1990s
";
arnews[3] += "As Playboy entered its fourth decade of keeping Hugh Hefner in blondes who were otherwise out of his league, the magazine faced its greatest challenge ever: widely available pornography.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 21:30:00 GMT";
arnews[3] += "
";
arnews[4]="Networks target the lost boys
";
arnews[4] += "Theya re almost like an endangered species: The elusive male TV watcher. Sure, they can be found in large numbers watching sports or a oeSouth Park,a but when you move beyond that, ita s more difficult to get them to tune in.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 16:52:56 GMT";
arnews[4] += "
";
arnews[5]="Diversions - Nov. 19, 2009
";
arnews[5] += "Ticketmaster events are sold at Macy's and Giant Eagle, both Hermitage; ticketmaster.com; and at 330-747-1212. ART A* Marc Sijan's super realistic sculptures of people will fascinate viewers through Nov.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 08:00: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("