var arnews = new Array(8);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Rose City ready to star again in 'Leverage' filming - Portland Tribune
";
arnews[0] += "Besides Hutton, the series stars Gina Bellman, Christian Kane, Beth Riesgraf and Aldis Hodge. Hutton is Nate Ford, a former insurance investigator determined to bring down corrupt bigwigs whose neglect led to the death of his son. His team includes ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 14:57:00 GMT";
arnews[0] += "
";
arnews[1]="Leverage: "The Future Job" Review - IGN
";
arnews[1] += "Sophie ( Gina Bellman ) was still gone too, which is still good. It was still great to emotionally involve Parker the way that they did. She's definitely a character that I find worthwhile – even if digging up her past means that she loses some of ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 00:06:00 GMT";
arnews[1] += "
";
arnews[2]="No title - North West Evening Mail
";
arnews[2] += "ACTRESS Gina Bellman, 43, was born in New Zealand and rose to fame in Dennis Potter’s drama Blackeyes. She also starred in Coupling, Jekyll and the hit American drama series Leverage, which can be seen on the Bravo channel on Wednesdays at 9pm ...";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 09:23: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("