var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Inside Brittny Gastineau's Family Reunion
";
arnews[0] += "There can be happy true Hollywood stories. Who knew? Socialite and reality show star Brittny Gastineau sat down for a lunch date with her half-brother, Marcus Killian , two weeks ago, marking their first-ever meeting.";
arnews[0] += "
Publ.Date : Tue, 19 Jan 2010 23:17:00 GMT";
arnews[0] += "
";
arnews[1]="Gastineau kept Nielsen lovechild secret from socialite daughter
";
arnews[1] += "HOME > NEWS / SHOWBIZ > SHOWBIZ > Gastineau kept Nielsen lovechild secret from socialite daughter SHOWBIZ Former American footballer MARK GASTINEAU kept his lovechild with actress BRIGITTE NIELSEN a secret from his daughter BRITTNY - until the RED SONJA star introduced the siblings at a celebrity wedding.";
arnews[1] += "
Publ.Date : Wed, 13 Jan 2010 13:36:21 GMT";
arnews[1] += "
";
arnews[2]="Mark's Love Child, Killian Marcus Gastineau, Meets Brittny
";
arnews[2] += "Brittny Gastineau has dished to the New York Post about meeting her father Mark Gastineau's \"love child,\" Killian Marcus Gastineau, for the first time.";
arnews[2] += "
Publ.Date : Tue, 12 Jan 2010 23:43:54 GMT";
arnews[2] += "
";
arnews[3]="Brigitte Nielsen - Gastineau Kept Nielsen Lovechild Secret from Socialite Daughter
";
arnews[3] += "Caption: Brigitte Nielsen leaving Madeo restaurant after having dinner with her husband Mattia Dessi Los Angeles, California .... Former American footballer MARK GASTINEAU kept his lovechild with actress BRIGITTE NIELSEN a secret from his daughter BRITTNY - until the RED SONJA star introduced the siblings at a celebrity wedding.";
arnews[3] += "
Publ.Date : Tue, 12 Jan 2010 17:14:46 GMT";
arnews[3] += "
";
arnews[4]="Brittny Gastineau Meets 20-Year-Old Half-Brother for First Time
";
arnews[4] += "It's been more than two decades since Brittny Gastineau's father Mark, the legendary New York Jets player, left Brittny's mom Lisa for actress Brigitte Nielsen.";
arnews[4] += "
Publ.Date : Tue, 12 Jan 2010 16:54:01 GMT";
arnews[4] += "
";
arnews[5]="Former Jets star Mark Gastineau fathered a son with Brigitte Nielsen...
";
arnews[5] += "Brittny told us how she was shocked to discover she has a half-brother named Killian Marcus Gastineau.";
arnews[5] += "
Publ.Date : Tue, 12 Jan 2010 12:49:30 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("