var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Print Version
";
arnews[0] += "On March 1, Corus Entertainment expands its comprehensive portfolio of women's specialty services with the launch of W Movies, Canada's first movie channel dedicated to women.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:28:42 GMT";
arnews[0] += "
";
arnews[1]="Lee Pace and Sarah Michelle Gellars 'Possession' to hit DVD & Blu Ray March 9th
";
arnews[1] += "Way back in March of 2009 we reported that Possession , starring Sarah Michelle Gellar, would be hitting DVD and Blu-ray on May 12th of that year.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 04:33:23 GMT";
arnews[1] += "
";
arnews[2]="The Glass Cliff: Female representation in politics and business
";
arnews[2] += "Leadership positions in business have proven to be precarious for women. Female business leaders are more likely to be appointed to powerful leadership positions when an organization is in crisis or high-risk circumstances.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 03:50:02 GMT";
arnews[2] += "
";
arnews[3]="Santa Barbara Firefighters Contain Chimney Fire
";
arnews[3] += "The quick work of firefighters kept a chimney fire from causing any damage to the interior of a home on Tremonto Road on Tuesday afternoon.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 02:51:12 GMT";
arnews[3] += "
";
arnews[4]="Doctor Who: The Complete Specials
";
arnews[4] += "Visit the movie's Official Site! Article by Peter Clines : 2010-02-09 16:37:08 All good things must come to an end, and in this case it's David Tennant's phenomenal run as the Tenth Doctor on Doctor Who .";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 00:37:08 GMT";
arnews[4] += "
";
arnews[5]="Ryan Seacrest Whipped By Women
";
arnews[5] += "Raven O is a long-running singer/raconteur with a backstory right out of a gay film noir and a mouth that'll tell you all about it in between belting the shit out of the American Songbook.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 08: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("