var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Style File: Tara Montgomery Madison
";
arnews[0] += "We love a woman who can admit to once wearing head-to-toe animal print. We learn from our mistakes.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 12:39:25 GMT";
arnews[0] += "
";
arnews[1]="Jessica Alba covers Cosmopolitan UK March Issue
";
arnews[1] += "On husband Cash Warren \"We're similar in some ways and opposites in others. We're similar in social situations - we're both open.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 23:09:30 GMT";
arnews[1] += "
";
arnews[2]="Wake-Up Workout: Find Love At Crunch's 'Flex Appeal'
";
arnews[2] += "Looking for love this Valentine's Day? Then head to Crunch and meet someone special during our night of light-hearted match making.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 16:59:55 GMT";
arnews[2] += "
";
arnews[3]="Fashion Diary: Gossip, first impressions, trends in the making, celebrities and style setters
";
arnews[3] += "QVC is coming to the Academy Awards. http://www.latimes.com/ That's right, QVC. The home shopping network is turning the red carpet into a literal marketplace, throwing a live-for-TV party at the swank Four Seasons Hotel on Oscars weekend, and inviting celebrity guests to mingle and sell in front of the cameras, in hopes that a little Tinseltown ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 14:21:49 GMT";
arnews[3] += "
";
arnews[4]="Getting to know ... Pascal Leclaire
";
arnews[4] += "Age: 27 Marital status: single Size: 6-2, 202 pounds Position: Goalie, No.33 Previous teams: Columbus , Syracuse , Halifax TV shows you don't like to miss: The Simpsons, Family Guy, anything on The Food Network Car you drive: Cadillac Escalade and a Lamborghini So you're driving your dream car?: Definitely.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 18:07:24 GMT";
arnews[4] += "
";
arnews[5]="International Best Selling Author and Dating Expert to the Stars, Samantha Brett Challenges Women to
";
arnews[5] += "Available today from publisher Allen & Unwin is the highly-anticipated and provocative dating manual for women, The Chase.";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 13:05:07 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("