var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Video: Christie Brinkley and Peter Cook's Day in Court
";
arnews[0] += "Christie Brinkley and her ex-husband, Peter Cook , finally reached a post-divorce settlement on Tuesday. ET cameras were there as the former couple added insult-to-injury while...";
arnews[0] += "
Publ.Date : Tue, 13 Oct 2009 19:50:00 GMT";
arnews[0] += "
";
document.title=document.title+ " ";
arnews[1]="National Lampoon's Vacation - Christie Brinkley (High Quality)
";
arnews[1] += "The scenes with Christie Brinkley, otherwise known as the \"Girl in the Red Ferrari\" in National Lampoon's Vacation. Also starring Chevy Chase. This scene was used in the DirecTV...";
arnews[1] += "
Publ.Date : Wed, 26 Nov 2008 02:47:14 GMT";
arnews[1] += "
";
arnews[2]="Christie Brinkley's Ex Explains Why He Cheated
";
arnews[2] += "(New York, NY) It's been three months since Christie Brinkley and her ex-husband Peter Cook aired their dirty laundry in divorce court. Cook is now sharing his side of the story.";
arnews[2] += "
Publ.Date : Thu, 09 Oct 2008 05:56:55 GMT";
arnews[2] += "
";
arnews[3]="Christie Brinkley settles divorce
";
arnews[3] += "Christie Brinkley's lurid divorce trial abruptly settles with her winning custody of their two children.";
arnews[3] += "
Publ.Date : Thu, 10 Jul 2008 22:33:18 GMT";
arnews[3] += "
";
arnews[4]="Parties arrive for day two of Christie Brinkley divorce trial
";
arnews[4] += "Parties arrive for day two of Christie Brinkley divorce trial";
arnews[4] += "
Publ.Date : Thu, 03 Jul 2008 11:54:00 GMT";
arnews[4] += "
";
arnews[5]="Christie Brinkley Shares Advice for Staying Fit
";
arnews[5] += "At a recent Family Fitness Day event, supermodel Christie Brinkley talked to Natalie Sousa about dealing with the prssure to stay fit.";
arnews[5] += "
Publ.Date : Thu, 15 May 2008 04:06:31 GMT";
arnews[5] += "
";
arnews[6]="Tribeca attracts stars Christie Brinkley, Edie Fal
";
arnews[6] += "Christie looks beautiful! Good for her.";
arnews[6] += "
Publ.Date : Fri, 13 Jul 2007 18:49:41 GMT";
arnews[6] += "
";
arnews[7]="Tribeca attracts stars Christie Brinkley, Edie Falco, Adrian ...
";
arnews[7] += "Entourage�s Adrian Grenier joined the likes of Christopher Walken, Robert De Niro and Jon Bon Jovi on the red carpet at the Tribeca Film Festival ...";
arnews[7] += "
Publ.Date : Wed, 02 May 2007 21:21:25 GMT";
arnews[7] += "
";
arnews[8]="Tribeca attracts stars Christie Brinkley, Edie Fal
";
arnews[8] += "Christie looks beautiful! Good for her.";
arnews[8] += "
Publ.Date : Wed, 02 May 2007 21:12:42 GMT";
arnews[8] += "
";
arnews[9]="April 16: Christie Brinkley Interview
";
arnews[9] += "April 16: Christie Brinkley Interview";
arnews[9] += "
Publ.Date : Tue, 17 Apr 2007 04:08:03 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("