var arnews = new Array(7);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="DVD reviews: 'A Serious Man'; 'Time Traveler's Wife'; 'Couples Retreat ... - Reno Gazette
";
arnews[0] += "This week’s crop of home video releases includes a romantic science-fiction film, a broad relationship comedy, a paint-by-numbers horror flick and a contender for best picture at this year’s Academy Awards. Directors Joel and Ethan Coen have long ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:04:00 GMT";
arnews[0] += "
";
arnews[1]="Owen J. takes trophy from Pottstown - Mercury
";
arnews[1] += "Owen J. Roberts' Scott Syrek closes in on a pin of Pottstown's Isaiah Washington during their bout at 215 Wednesday night in PAC-10 wrestling action. Photo by John Strickler/The Mercury POTTSTOWN — The open space in the one trophy case didn't have ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 13:21:00 GMT";
arnews[1] += "
";
arnews[2]="Romeo Must Die - San Diego weekly Reader
";
arnews[2] += "makes his directorial debut with this martial-arts flapdoodle. A career step down. Jet Li, Aaliyah, Delroy Lindo, Isaiah Washington, Russell Wong. 2000.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 10:50:00 GMT";
arnews[2] += "
";
arnews[3]="NOH8 Takes Gay Marriage Campaign to the Big Apple - SheWired
";
arnews[3] += "Hundreds of New Yorkers struck a pose in silent protest of the gay marriage ban on Monday afternoon in NYC's Empire Hotel. Autostraddle reports that the widespread grassroots campaign NOH8 organized the photo shoot, which was the first in the east ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 20:37:00 GMT";
arnews[3] += "
";
arnews[4]="Review: 'Grey's Anatomy' - 'State of Love and Trust' - Tvsquad.com
";
arnews[4] += "( S06E13 ) There was no reason for 'Grey's Anatomy' to have had a rerun last week. Why didn't the producers start one week later? Either way, Derek takes over Seattle Grace this week as the chief and struggled on his first day. While he managed to ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 11:04:00 GMT";
arnews[4] += "
";
arnews[5]="Family Trees: African-Americans find it difficult to trace history - WLOX
";
arnews[5] += "COLUMBIA, SC (WIS) - For many African-Americans, family history can be difficult -- in some cases nearly impossible -- to trace. Now, new technology allows people of African descent to trace their ancestry by analyzing their DNA. Our own Judi Gatson ...";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 13:20: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("