var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Quentin Tarantino among speakers at SXSW 2010 Film Festival in Austin
";
arnews[0] += "South by Southwest , the music, film, and interactive festival that rolls into Austin from March 12 to 21, has announced its list of 2010 film panels and short films.";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Kate Moss: The play
";
arnews[1] += "Kate Moss' life is to become a play. The Croydon-born supermodel will be the focus of a drama which is being written by her musician boyfriend Jamie Hince with her help.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 10:00:00 GMT";
arnews[1] += "
";
arnews[2]="Factbox: Main Competition Films At Berlin Festival
";
arnews[2] += "The 60th Berlin film festival starts on Thursday and ends on February 21. Following are the 26 films in the main competition lineup, along with the main production country, the name of the director and names of major stars.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 20:59:32 GMT";
arnews[2] += "
";
arnews[3]="Yale Sorority Girls Are Smart, Hard-Working, and, Most Importantly, Pretty
";
arnews[3] += "Gaining a reputation for producing silly and misguided student videos , Yale has released another smash hit! This one is for the sorority Pi Phi , which attracts potential rushers with promises of fun activities, intellectual rigor, and people thinking you're pretty.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 22:50:53 GMT";
arnews[3] += "
";
arnews[4]="Yale Sorority Girls Are Pretty, Smart, and, Most Importantly, Pretty [VideUhOh]
";
arnews[4] += "Gaining a reputation for producing silly and misguided student videos , Yale has released another smash hit! This one is for the sorority Pi Phi , which attracts potential rushers with promises of fun activities, intellectual rigor, and people thinking you're pretty.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 22:10:10 GMT";
arnews[4] += "
";
arnews[5]="Polanski's `Ghost Writer,' Scorsese's `Shutter Island' to Debut in Berlin
";
arnews[5] += "Roman Polanski , holed up in his Swiss ski chalet and facing possible extradition to the U.S. on a 30- year-old child-abuse case, is a notable absentee from this yeara s Berlin Film Festival , where his new film is showing.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 01:05:38 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("