var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ten Super Cool Sci-Fi Heroines
";
arnews[0] += "Sci-Fi/Fantasy films and television have had their fair share of lackluster ladies.A I recently came across an article that discussed the worst action heroines that have disgraced the small and silver screens.A Kennedy may be the most hated character in Buffy verse; Arwen was content to just sit around waiting for her man; and Queen Amidala let ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:07:21 GMT";
arnews[0] += "
";
arnews[1]="Video: Blood Into Wine
";
arnews[1] += "Blood Into Wine Please wait while the video player loads. If you do not see it in a few seconds, please download the latest version of Adobe Flash Player , or enable JavaScript for your browser to view the video player.";
arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Canada's trainer to the stars: Harley Pasternak and his five-factor...
";
arnews[2] += "Do you support an 11-storey proposal by East Port Properties Ltd. for the former Woolworths property in downtown St.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 07:08:00 GMT";
arnews[2] += "
";
arnews[3]="TV critica s picks
";
arnews[3] += "We're in the middle of awards season, and the red carpet has been in full swing.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 10:30:39 GMT";
arnews[3] += "
";
arnews[4]="Big screen recognizes female stars
";
arnews[4] += "As upstanding intellectual women, our favorite leading ladies on the big screen are those who show their femininity through their beauty and impeccable style.";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 06:54:56 GMT";
arnews[4] += "
";
arnews[5]="Top 10 Sci-Fi Movie Quotes
";
arnews[5] += "One thing that science fiction movies have plenty ofA are fantasticA lines and over the years the list of extremely stellar quotes has become longer and more exciting.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 19:10:46 GMT";
arnews[5] += "
";
arnews[6]="Alice Temperley takes the bus
";
arnews[6] += "From left: waistcoat, 124; shorts, 130; The Birley coat, 365; striped dress, 140; striped T-shirt, 76 and printed 'wench' dress, 246- all from Alice by Temperley The London-based designer, Alice Temperley, is going 'on the buses'. No, the feisty young fashionista is not planning a career in public transport.";
arnews[6] += "
Publ.Date : Fri, 05 Feb 2010 18:38:35 GMT";
arnews[6] += "
";
totcount = 7;
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("