var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Blue Seduction
";
arnews[0] += "Biggest fan. Worst nightmare. Boring movie. Faded '90s sex symbol Billy Zane joins fading sex symbol Estella Warren for an unintentionally giggle-inducing riff on the fading \"psycho bitch\" genre made famous by Fatal Attraction .";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 19:49:46 GMT";
arnews[0] += "
";
arnews[1]="Nothing special
";
arnews[1] += "This week, we start in Austria; sort of: Bruno Rated R, 82 minutes. Coming Tuesday to DVD.";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 07:25:42 GMT";
arnews[1] += "
";
arnews[2]="Feminine mystique
";
arnews[2] += "CHANEL N 5's first appearance in a commercial was in 1953. Then, in 1969, under the impulse of Chanel's artistic director Jacques Helleu, the first scripted TV film for N 5 was shot by Richard Avedon in New York.";
arnews[2] += "
Publ.Date : Thu, 05 Nov 2009 01:16:17 GMT";
arnews[2] += "
";
arnews[3]="Yamila Diaz
";
arnews[3] += "She is the new spokesperson for Cover Girl, and is a regular in the most recent Victoria's Secret catalogues and the Sports Illustrated Swimsuit Issue.";
arnews[3] += "
Publ.Date : Sat, 05 Jul 2008 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="TV Watch: '90210' recap: A new face and a new friendship
";
arnews[4] += "After last week's breakup-heavy episode, last night's 90210 was all about forming new bonds .";
arnews[4] += "
Publ.Date : Wed, 21 Oct 2009 04:00:00 GMT";
arnews[4] += "
";
arnews[5]="Birth announcements
";
arnews[5] += "Greg and Sylvia Thomas of Atwater are proud to announce the birth of their son, Samuel Richard Thomas.";
arnews[5] += "
Publ.Date : Sat, 26 Sep 2009 07:00: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("