var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Supernatural Salvation - The RP
";
arnews[0] += "- Rise Against Playbys: Adam Brody - Aiden Wood Aya Hirano - Yuki Oshiro Jayda Pierson - Teagan Cassidy Robert Downey, Jr. - Jefferson ??? - Casey Richards (identity unknown XD )...";
arnews[0] += "
Publ.Date : Sun, 20 Sep 2009 22:08:10 GMT";
arnews[0] += "
";
arnews[1]="Anna White Recording Her ADR
";
arnews[1] += "Anna White Recording Her ADR";
arnews[1] += "
Publ.Date : Fri, 10 Apr 2009 09:38:41 GMT";
arnews[1] += "
";
arnews[2]="Young Life Is....
";
arnews[2] += "Thursday Nights. Be There. ...";
arnews[2] += "
Publ.Date : Sat, 21 Feb 2009 02:08:16 GMT";
arnews[2] += "
";
arnews[3]="Hitmakers Sunlight
";
arnews[3] += "Anna White on Vocals";
arnews[3] += "
Publ.Date : Wed, 22 Oct 2008 17:05:31 GMT";
arnews[3] += "
";
arnews[4]="Happy 50th Anniversary Tommy and Adaire
";
arnews[4] += "A collection of pictures from the family of Tommy and Adaire Toms, played at their 50th Wedding Anniversary party in York. Written by Ben Northrop, produced by Ben Northrop and...";
arnews[4] += "
Publ.Date : Fri, 29 Aug 2008 03:27:33 GMT";
arnews[4] += "
";
arnews[5]="Motivation
";
arnews[5] += "Made for the 2008 Boston 48 Hour International Film Festival. Starring Anna White, Marci Larsen, Collin McRae, & Grant Guilliams. Filmed by Chloe Cerwinka. Written by Jon Demiglio...";
arnews[5] += "
Publ.Date : Fri, 09 May 2008 00:12:01 GMT";
arnews[5] += "
";
arnews[6]="GYAT GYM India 2006
";
arnews[6] += "A variety of GYAT participants got the chance to travel to India to take part in trainings in Lucknow India, and the Global Youth Meet in Agra, India. It was an incredible...";
arnews[6] += "
Publ.Date : Sun, 23 Mar 2008 21:38:30 GMT";
arnews[6] += "
";
arnews[7]="GYAT 2006 Summit In Washington DC
";
arnews[7] += "The Global Youth Advocacy Training held in Washington DC, to send a message to global tobacco companies that we are united to fight back. This video details all the activities...";
arnews[7] += "
Publ.Date : Sun, 23 Mar 2008 20:36:26 GMT";
arnews[7] += "
";
document.title=document.title+ " ";
arnews[8]="Anna White is 108 years old
";
arnews[8] += "Anna White, the oldest person in Sullivan County, celebrated her 108th birthday Thursday with friends at the Catskill Regional Medical Center in Harris. After \"Elvis\"finished with...";
arnews[8] += "
Publ.Date : Fri, 14 Mar 2008 16:01:39 GMT";
arnews[8] += "
";
arnews[9]="Annas White outfit
";
arnews[9] += "Acting more flirty than ever...guess its because I havent done a vid in a while";
arnews[9] += "
Publ.Date : Sat, 14 Jul 2007 17:59:42 GMT";
arnews[9] += "
";
totcount = 10;
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("