var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="This week at the movies
";
arnews[0] += "LA INVENCIN DE LA CARNE. Santiago Loza explores the feminine world, with a woman who offers her body for medical experiments and a young man obsessed with her who will take her on an unexpected journey.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 13:09:08 GMT";
arnews[0] += "
";
arnews[1]="Mexico maintains film funding
";
arnews[1] += "Mexico's Congress approved a 2010 budget Tuesday that maintains coin for all its film fund programs.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 01:39:15 GMT";
arnews[1] += "
";
arnews[2]="National Adoption Month celebrated
";
arnews[2] += "Carlos and Lucy Meza, and their adopted child, Clarissa, attended a National Adoption Day celebration, Friday.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 11:23:37 GMT";
arnews[2] += "
";
arnews[3]="World Cup 2010 Playoffs: Where We Stand
";
arnews[3] += "We're halfway through the World Cup playoffs. It all gets decided on Wednesday, with the second legs of the four European playoffs and the CONMEBOL vs CONCACAF game, plus the special Algeria vs Egypt single game playoff for the final African qualifying spot.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 07:45:37 GMT";
arnews[3] += "
";
arnews[4]="Sockers start season with road wins in Texas and Colorado
";
arnews[4] += "Building from their impressive 9-5 victory over the Stars of Mexico at home last week, the San Diego Sockers went on the road to defeat both the Denver Dynamite and Texas Outlaws on Saturday and Sunday.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 21:18:37 GMT";
arnews[4] += "
";
arnews[5]="Threesomes: A History
";
arnews[5] += "A Short History of Three-Ways As related by Barbara Foster, Michael Foster, and Letha Hadady in their book, Three in Love .";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 06:52:24 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("