var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Editor's Choice: Hit romcom Pretty Women is re-released for its 20th anniversary
";
arnews[0] += "IT'S the ultimate chick flick and the movie that made Julia Roberts a star. Pretty Woman, the hookers' and high-fliers' fairytale that is one of the most successful romantic comedies of all-time, is celebrating its 20th anniversary this year.";
arnews[0] += "
Publ.Date : Sat, 09 Jan 2010 00:00:00 GMT";
arnews[0] += "
";
arnews[1]="Vidiot
";
arnews[1] += "When you've labeled yourself a Vidiot, you'd better believe the topic of conversation in your vicinity is often film.";
arnews[1] += "
Publ.Date : Wed, 16 Dec 2009 12:00:00 GMT";
arnews[1] += "
";
arnews[2]="Arts guide: exhibits in Italy
";
arnews[2] += "Rome, December 11 - The following is a city-by-city guide to some of Italy's art exhibitions: BRESCIA - Museo di Santa Giulia: Inca, Origins and Mysteries of the Civilisation of Gold; 250 artefacts, until June 27.";
arnews[2] += "
Publ.Date : Fri, 11 Dec 2009 16:30:00 GMT";
arnews[2] += "
";
arnews[3]="Sex, Lies, And Videotape
";
arnews[3] += "Our review of sex, lies, and videotape , published October 9th, 2000, is also available.";
arnews[3] += "
Publ.Date : Fri, 04 Dec 2009 13:14:03 GMT";
arnews[3] += "
";
arnews[4]="Movie Review: Sex, Lies and Videotape Blu-ray
";
arnews[4] += "Andie MacDowell, James Spader, Peter Gallagher and Laura San Giacomo come face to face with adultery, marriage and what people will say during a taped video interview on Sex, Lies and Videotape.";
arnews[4] += "
Publ.Date : Tue, 01 Dec 2009 16:52:37 GMT";
arnews[4] += "
";
arnews[5]="Saturday Afternoon at the Opera
";
arnews[5] += "Saturday Afternoon at the Opera, with host Bill Richardson Saturday November 28, 2009, 1:00 - 5:00 PM on CBC Radio 2 The Canadian Opera Company is pleased to announce that for the first time in almost 20 years, the COC's mainstage season will be broadcast across Canada.";
arnews[5] += "
Publ.Date : Tue, 24 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="The Salinas Californian
";
arnews[6] += "Your browser's security settings are preventing some features from appearing. See instructions for fixing the problem.";
arnews[6] += "
Publ.Date : Fri, 27 Nov 2009 14:29:03 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("