var arnews = new Array(10);
totcount = 5;
rnd = 1;
arnews[0]="THE FALL
";
arnews[0] += "The Fall movie trailer - starring William Devane, Erica Shaffer, Peter Cilella, Benny Ciaramello, Scott Kinworthy, Erica Hoag. Directed by John Krueger. Theatrical Release Date:...";
arnews[0] += "
Publ.Date : Thu, 22 Oct 2009 11:09:00 GMT";
arnews[0] += "
";
arnews[1]="The Appointment
";
arnews[1] += "A man with a fear of elevators is forced to take a ride to the 13th floor. Second semester USC student film. Produced, Written, Directed by Temple Brown. Featuring Francis Abelli...";
arnews[1] += "
Publ.Date : Sun, 16 Aug 2009 22:51:39 GMT";
arnews[1] += "
";
arnews[2]="VIV YouTube pt1.wmv
";
arnews[2] += "http://www.vivenergy.com/ 800-681-2964 Hosted by Erica Shaffer & \"Medicine Hunter\" Chris Kilham. VIV (pronounced \"Vive\") energy drink contains NO Caffeine & has less than 18...";
arnews[2] += "
Publ.Date : Thu, 11 Dec 2008 18:43:46 GMT";
arnews[2] += "
";
document.title=document.title+ " ";
arnews[3]="Erica Shaffer Sports Resume Tape
";
arnews[3] += "Introducing Erica Shaffer, a multicultural & multilingual, sports reporter who has come to the sports scene with a bang! Erica's stories attract sports fans from all different...";
arnews[3] += "
Publ.Date : Fri, 05 Dec 2008 21:04:31 GMT";
arnews[3] += "
";
arnews[4]="A familly Affair
";
arnews[4] += "Réalisé par Helen Lesnick Avec Helen Lesnick, Erica Shaffer, Arlene Golonka, Barbara Stuart... Film américain.Genre : Comedy /Romance Durée : 1h 47min. Année de production :...";
arnews[4] += "
Publ.Date : Sun, 25 Feb 2007 17:24:21 GMT";
arnews[4] += "
";
totcount = 5;
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("