var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Former private investigator Robert Eringer says he was hired to root out corruption
";
arnews[0] += "There's nothing like a good spy caper to help pass the time, as you kick back in a sun-drenched deckchair.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:21:43 GMT";
arnews[0] += "
";
arnews[1]="A classic turns 50
";
arnews[1] += "By 1938, producer-director Alfred Hitchcock felt he had nothing more to prove in his native England and was ready for Hollywood.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 22:57:59 GMT";
arnews[1] += "
";
arnews[2]="This week - Published Nov. 19, 2009
";
arnews[2] += "Music Kiss It was just a matter of time really. So, in its 35th year, this hard-rock band with the black-and-white face paint - and the over-the-top costuming, tongues and theatrics to go with it - has been nominated for the Rock and Roll Hall of Fame.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 02:11:00 GMT";
arnews[2] += "
";
arnews[3]="Two approaches as Mount Saint Mary hoops seasons begin
";
arnews[3] += "Old and successful, new and unproven. Those are the storylines for the Mount Saint Mary basketball programs this season.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 07:45:18 GMT";
arnews[3] += "
";
arnews[4]="U.K. scientist cops to call-girl life
";
arnews[4] += "Brooke Magnanti was quoted by the Sunday Times as saying she decided to reveal her secret because she was afraid an ex-boyfriend would expose her.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 05:02:26 GMT";
arnews[4] += "
";
arnews[5]="Worst SNL of the Season
";
arnews[5] += "NBC 11:30 pm EST LETS MAKE PREDICTIONS I believe there will be: Jokes about her name A Mad Men skit January playing Carrie Prejean? Skit Rundown: 1-Joe Biden addresses the nation 2-mad men fanatics during monologue 3-Today Show skit with the chick who cursed as Hoda.";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 04:25:26 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("