var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Prison Break' star joins ABC's 'Gates'
";
arnews[0] += "Prison Break actor Frank Grillo has reportedly been cast in ABC's The Gates . According to The Hollywood Reporter , the 46-year-old actor, who played Nick Savrinn in Break 's first season, has landed the lead role on ABC's supernatural crime drama.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:30:12 GMT";
arnews[0] += "
";
arnews[1]="Prison Break Star Enters ABC's Gates
";
arnews[1] += "\"Prison Break\" alum Frank Grillo has landed the lead in ABC's supernatural crime drama series \"The Gates,\" reports Variety .";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 09:24:43 GMT";
arnews[1] += "
";
arnews[2]="Cypress Communications Receives 20th Award for Hosted Unified Communications Excellence
";
arnews[2] += "Atlanta, GA February 9, 2010 -- Cypress Communications announced today that its hosted unified communications and automatic call distribution solution, C4 IP ACD, has received a 2009 Product of the Year Award from Technology Marketing Corporation's Customer Interaction Solutions magazine.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:06:21 GMT";
arnews[2] += "
";
arnews[3]="Ita s a Charlie Wilsona s War Reunion
";
arnews[3] += "Crowne d: Movie stars Tom Hanks and Julia Roberts will reteam for Universal's Larry Crowne , a film Hanks scripted with Nia Vardalos and will direct about \"a man reinventing his life.\" When your movie stars Tom Hanks and Julia Roberts we guess your pitch doesn't really need to be any more specific than that.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:32:08 GMT";
arnews[3] += "
";
arnews[4]=""Prison Break" actor enters supernatural "Gates"
";
arnews[4] += "\"Prison Break\" alumnus Frank Grillo has landed the lead in ABC's supernatural crime drama series \"The Gates.\" Luke Mably, Janina Gavankar and Chandra West also have been cast in the project, which is being eyed for a summer launch.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 04:16:40 GMT";
arnews[4] += "
";
arnews[5]="Palin e-mails suggest husband's role in governing
";
arnews[5] += "In this May 28, 2008 photo, Alaska Gov. Sarah Palin, left, talks with her husband Todd Palin, as the listen to state Revenue Commissioner Pat Galvin speak in Anchorage, Alaska.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 06:21:34 GMT";
arnews[5] += "
";
arnews[6]="Now Playing
";
arnews[6] += "Set in Los Angeles in 1962, a 52-year-old British college professor, George Falconer, struggles to find meaning to his life after the death of his long time partner, Jim.";
arnews[6] += "
Publ.Date : Thu, 04 Feb 2010 20:45:59 GMT";
arnews[6] += "
";
arnews[7]="Wrestlers hit the mat for districts
";
arnews[7] += "By Rick Pedone Sports Editor District wrestling tournaments begin Friday when Osceola High hosts the 3A-5 meet starting at 2 p.m. The Kowboys, defending state champions, are favored against Bayside, Lakeland, Gateway, Palm Bay and George Jenkins.";
arnews[7] += "
Publ.Date : Thu, 04 Feb 2010 17:02:27 GMT";
arnews[7] += "
";
totcount = 8;
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("