var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tamzin Outhwaite: I love action - Entertainment.uk.msn.com
";
arnews[0] += "Tamzin Outhwaite has revealed she loves all the action scenes in her new police drama Paradox. The former EastEnders star plays DI Rebecca Flint in the new crime thriller, about a special police team investigating pictures of crimes from the future ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 12:32:00 GMT";
arnews[0] += "
";
arnews[1]="Tamzin Outhwaite ('Paradox') - Digital Spy
";
arnews[1] += "With a premise of police trying to prevent awful future events from happening, is Paradox the UK's answer to FlashForward ? The five-part drama series, which is airing all next week on BBC One, starts when a group of cops are handed a set of ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 19:50:00 GMT";
arnews[1] += "
";
arnews[2]="Tamzin Outhwaite: I'd like to stop time (From This Is Lancashire) - Prestwich & Whitefield News
";
arnews[2] += "Tamzin Outhwaite has revealed that given the choice, she'd rather freeze time than see into the future. The ex-EastEnder - who plays DI Rebecca Flint in new crime thriller Paradox, which is about a special police team investigating pictures of crimes ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 19:58:00 GMT";
arnews[2] += "
";
arnews[3]="It's almost a night to fur-get for silky Kelly - The Sun
";
arnews[3] += "STUNNING Kelly Brook almost made a fashion gaffe on the red carpet - sporting a REAL fur stole. But the actress soon ditched the vintage Christian Dior fur to reveal a shimmering floor-skimming navy silk Suzie Turner dress and towering Christian ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 23:05:00 GMT";
arnews[3] += "
";
arnews[4]="Ramsbottom teenager lands his TV break - Prestwich & Whitefield News
";
arnews[4] += "Connor, of Bolton Road West, will star alongside Tamzin Outhwaite — who appeared in Eastenders — and Casualty actor Mark Bonnar. His proud mum Sheelagh said: “It isn’t a huge role, but it is a significant part. It’s his first television ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 11:01:00 GMT";
arnews[4] += "
";
arnews[5]="Outhwaite: I'd like to stop time - NewsLetter
";
arnews[5] += "Your account has been frozen . For your available options click the below button. Tamzin Outhwaite has revealed that given the choice, she'd rather freeze time than see into the future. The ex-EastEnder - who plays DI Rebecca Flint in new crime ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 09:40:00 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("