var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Publication: The Southampton Press - 27east.com
";
arnews[0] += "I am not a big fan of 24/7 availability and, with the exception of my sons, no one has my cell phone number. I have always treasured my quiet moments. That being said, I finally joined Facebook—at the “request” of the publisher of my soon-to-be ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 16:30:00 GMT";
arnews[0] += "
";
arnews[1]="Movie Review: ‘Ultimatum’ - The Epoch Times
";
arnews[1] += "However, Gaspard Ulliel’s petulant Nathanael just drags down every scene he is in. Still, there is some nice supporting work in “Ultimatum,” particularly that of Miryam Zohar as Mrs. Finger-Mayer, the tragic elderly neighbor whose presence ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 07:17:00 GMT";
arnews[1] += "
";
totcount = 2;
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("