var arnews = new Array(5);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]=""Prison Break" actor enters supernatural "Gates" - YAHOO!
";
arnews[0] += "LOS ANGELES (Hollywood Reporter) – \" Prison Break \" alumnus Frank Grillo has landed the lead in ABC's supernatural crime drama series \"The Gates.\" Written by Richard Hatem and Grant Scharbo, \"Gates\" centers on a big-city cop (Grillo) who becomes ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:17:00 GMT";
arnews[0] += "
";
arnews[1]="Cypress Communications Receives 20th Award for Hosted Unified ... - YAHOO!
";
arnews[1] += "\"I am pleased to honor Cypress Communications for its hard work and success. Cypress has demonstrated excellence in contact center technologies as well as providing ROI for the companies that use them,” said Rich Tehrani, CEO, TMC. \"For 12 years ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 13:44:00 GMT";
arnews[1] += "
";
arnews[2]="BREAKING NEWS! Exclusive Photos: FROM THE LOS ANGELES PREMIERE OF ... - IF Magazine
";
arnews[2] += "Sanders (Whitehouse), Denis O’Hare (Moore), Caterina Scorsone (Melissa), Frank Grillo (Agent One), Gbenga Akinnagbe (Detective Darcy Jones), Gabrielle Popa (Young Emma), Graham King (Producer), and Director Martin Campbell. Joining the stars were ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 23:38:00 GMT";
arnews[2] += "
";
totcount = 3;
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("