var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Loose Women: Tamzin Outhwaite Interview
";
arnews[0] += "Loose ladies: Andrea McLean, Lynda Bellingham, Carol McGiffin & Jane McDonald chat to Tamzin Outhwaite.";
arnews[0] += "
Publ.Date : Mon, 13 Apr 2009 20:47:45 GMT";
arnews[0] += "
";
arnews[1]="Tamzin Outhwaite performs Hellboy II stunts at the launch of
";
arnews[1] += "TV personality Tamzin Outhwaite has been working with BT Vision to launch a new digital TV listings guide called My Vision. It will keep everyone up to date with the massive...";
arnews[1] += "
Publ.Date : Mon, 23 Mar 2009 10:34:52 GMT";
arnews[1] += "
";
arnews[2]="Ex-EastEnder Tom Ellis latest actor linked to Dr Who role
";
arnews[2] += "Former EastEnders actor Tom Ellis is rumoured to be taking over from David Tennant as Dr Who. The actor, who was in the soap for five months in 2006 as Dr Oliver Cousins, is said...";
arnews[2] += "
Publ.Date : Mon, 03 Nov 2008 07:11:18 GMT";
arnews[2] += "
";
arnews[3]="Tamzin Outhwaite (Mel Owen, EastEnders) and dolphin therapy - Born to Be Wild - BBC Wildlife
";
arnews[3] += "Tamzin Outhwaite, who played Mel Owen in BBC smash hit soap opera EastEnders, visits a dolphin research development centre to see the effect swimming with dolphins can have for...";
arnews[3] += "
Publ.Date : Fri, 05 Sep 2008 19:54:27 GMT";
arnews[3] += "
";
arnews[4]="Tamzin Outhwaite in Loose Women
";
arnews[4] += "Interview of Tamzin Outhwaite in Loose Women";
arnews[4] += "
Publ.Date : Thu, 06 Mar 2008 17:07:36 GMT";
arnews[4] += "
";
arnews[5]="VIDEO - Stars attending the 'Atonement' Premiere in London UK 04/09/2007
";
arnews[5] += "VIDEO - Stars attending the 'Atonement' Premiere in London. GV's followed by Keira Knightley posing for pictures. Laura Bailey posing for pictures. Keira then seen being...";
arnews[5] += "
Publ.Date : Tue, 04 Sep 2007 00:00:00 GMT";
arnews[5] += "
";
arnews[6]="Tamzin Outhwaite Backwaters trailer 1
";
arnews[6] += "Will someone pls release this film?!! ... Tamzin Outhwaite backwaters bollywood trailer eastenders hotel babylon";
arnews[6] += "
Publ.Date : Sat, 01 Sep 2007 12:40:08 GMT";
arnews[6] += "
";
arnews[7]="7 Seconds (2005)
";
arnews[7] += "Action star Wesley Snipes (the Blade trilogy, U.S Marshals, Passenger 57) is a professional thief whose high-stakes caper goes murderously wrong in this explosive, brilliantly...";
arnews[7] += "
Publ.Date : Thu, 12 Jul 2007 23:13:38 GMT";
arnews[7] += "
";
arnews[8]="Tamzin Outhwaite - Men Behaving Badly 2
";
arnews[8] += "The conclusion";
arnews[8] += "
Publ.Date : Wed, 13 Jun 2007 21:36:51 GMT";
arnews[8] += "
";
document.title=document.title+ " ";
arnews[9]="Friday Night Project with Alan Carr & Tamzin Outhwaite
";
arnews[9] += "alan carrs friday night news with topical barometer with Tamzin Outhwaite + big brother skit! ... Friday Night Project Alan Carr Tamzin Outhwaite big brother news";
arnews[9] += "
Publ.Date : Sat, 13 Jan 2007 13:01:24 GMT";
arnews[9] += "
";
totcount = 10;
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("