var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Isaac Mizrahi Launches QVC Line
";
arnews[0] += "Posted Nov 5th 2009 at 10:45PM by Lisa Marsh Mary-Louise Parker attends the Isaac Mizrahi Live! collection launch in NYC.";
arnews[0] += "
Publ.Date : Fri, 06 Nov 2009 03:45:00 GMT";
arnews[0] += "
";
arnews[1]="Olsens, Sorvino, Heche Celebrate Isaac Mizrahi Live! for QVC
";
arnews[1] += "Do you consider yourself a mogul? \"I don't think I necessarily want to be a mogul.";
arnews[1] += "
Publ.Date : Fri, 06 Nov 2009 00:57:19 GMT";
arnews[1] += "
";
arnews[2]="Is Entourage actress Alexis Dziena vegan?
";
arnews[2] += "A friend and I had lunch at Pure Luck Vegan Restaurant in Los Angeles today and spotted Entourage actress Alexis Dziena dining at the next table over.";
arnews[2] += "
Publ.Date : Wed, 30 Sep 2009 04:22:02 GMT";
arnews[2] += "
";
arnews[3]="Alternate take: Fool's Gold
";
arnews[3] += "Fool's Gold Starring: Matthew McConaughey, Kate Hudson, Donald Sutherland Directed by: Andy Tennant Written by: Andy Tennant and John Claflin & Daniel Zelman Parental guide: mild sexual situations, coarse language.";
arnews[3] += "
Publ.Date : Thu, 07 Feb 2008 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Fool's Gold
";
arnews[4] += "Rating: one star Starring: Matthew McConaughey, Kate Hudson, Donald Sutherland and Alexis Dziena Playing at: AMC, Angrignon, Brossard, Cavendish, Colossus, CA te des Neiges, Kirkland, Lacordaire, MarchA Central, Sources, SphA retech and Taschereau cinemas Parents' guide: some violence, some language Losing 90 minutes from a life is one thing.";
arnews[4] += "
Publ.Date : Mon, 21 Sep 2009 20:54:58 GMT";
arnews[4] += "
";
arnews[5]="a Nick and Noraha infinitely too long, terrible
";
arnews[5] += "I have to admit, I wasn't prepared for as bad as \"Nick and Norah's Infinite Playlist\" was.";
arnews[5] += "
Publ.Date : Wed, 16 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("