var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Catherine Bell - Bikini
";
arnews[0] += "...";
arnews[0] += "
Publ.Date : Mon, 27 Apr 2009 09:52:44 GMT";
arnews[0] += "
";
arnews[1]="Catherine Bell
";
arnews[1] += "Good Day Chats with Catherine Bell about her new movie \"The Good Witch's Garden\"";
arnews[1] += "
Publ.Date : Fri, 30 Jan 2009 16:44:35 GMT";
arnews[1] += "
";
document.title=document.title+ " ";
arnews[2]="Catherine Bell: The good witch
";
arnews[2] += "Catherine Bell reprises her role on \"Cassandra the Good Witch\" and talks about the new season of \"Army Wives.\"";
arnews[2] += "
Publ.Date : Fri, 30 Jan 2009 15:01:00 GMT";
arnews[2] += "
";
arnews[3]="Join Catherine Bell from the Epicurean Workshop in Auckland, NZ, to learn how to prepare perfect green lipped mussels.
";
arnews[3] += "Join Catherine Bell from the Epicurean Workshop in Auckland, NZ, to learn how to prepare perfect green lipped mussels.";
arnews[3] += "
Publ.Date : Mon, 04 Aug 2008 15:58:57 GMT";
arnews[3] += "
";
arnews[4]="Catherine Bell on 'Army Wives'
";
arnews[4] += "The TV series provides a unique look inside the lives of military spouses.";
arnews[4] += "
Publ.Date : Mon, 02 Jun 2008 16:14:35 GMT";
arnews[4] += "
";
arnews[5]="Catherine Bell On Her New Series "The Good Witch"
";
arnews[5] += "Actress Catherine Bell talks about her new series, 'The Good Witch', which just debuted over the weekend.";
arnews[5] += "
Publ.Date : Tue, 22 Jan 2008 14:48:43 GMT";
arnews[5] += "
";
arnews[6]="Catherine Bell
";
arnews[6] += "Download:http://rapidshare.com/files/48269532/CBell-J.mpg";
arnews[6] += "
Publ.Date : Sat, 11 Aug 2007 06:57:51 GMT";
arnews[6] += "
";
arnews[7]="Catherine Bell
";
arnews[7] += "Verry goood";
arnews[7] += "
Publ.Date : Thu, 08 Feb 2007 11:03:22 GMT";
arnews[7] += "
";
arnews[8]="Catherine Bell bikini
";
arnews[8] += "Catherine Bell in a green bikini in the JAG episode Yesterday's Heroes";
arnews[8] += "
Publ.Date : Mon, 20 Nov 2006 03:16:42 GMT";
arnews[8] += "
";
arnews[9]="Catherine Bell Undies JAG
";
arnews[9] += "Catherine Bell in underwear in an episode of JAG";
arnews[9] += "
Publ.Date : Mon, 20 Nov 2006 03:14:25 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("