var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Patzhela
";
arnews[0] += "just a vid I made for my rpg";
arnews[0] += "
Publ.Date : Tue, 03 Mar 2009 03:49:47 GMT";
arnews[0] += "
";
arnews[1]="Absolution - An Illyria Video
";
arnews[1] += "An Illyria character study, season 5 of Angel.";
arnews[1] += "
Publ.Date : Mon, 02 Mar 2009 20:34:39 GMT";
arnews[1] += "
";
arnews[2]="The Perfect Man Trailer
";
arnews[2] += "Teen queen Hilary Duff tries to find Mr. Right for her single mum in this comedy.";
arnews[2] += "
Publ.Date : Tue, 16 Sep 2008 12:02:42 GMT";
arnews[2] += "
";
arnews[3]="Stephanie Romanov and Amy Acker - Ugly
";
arnews[3] += "Stephanie Romanov. Amy Acker. And throw in a little Alexis Denisof for good measure...and let the good times roll! I added clips from the shows \"Angel\" and \"Alias\" to capture the...";
arnews[3] += "
Publ.Date : Tue, 08 Jan 2008 01:45:24 GMT";
arnews[3] += "
";
arnews[4]="Amy Acker as Bid Bad
";
arnews[4] += "Impressive moments of Amy from Angel as Fred and Illyria and from Alias as Kelly. I hope you like it. Please rate and comment. DISCLAIMER: I DON'T OWN ANY OF THE FOOTAGE OR MUSIC...";
arnews[4] += "
Publ.Date : Thu, 11 Oct 2007 20:07:59 GMT";
arnews[4] += "
";
arnews[5]="Amy Acker
";
arnews[5] += "Amy kills security guard from season 5 of alias.";
arnews[5] += "
Publ.Date : Wed, 01 Aug 2007 19:39:13 GMT";
arnews[5] += "
";
document.title=document.title+ " ";
arnews[6]="Amy Acker: interview
";
arnews[6] += "Amy talk about \"Angel's\" episode \"Soul Purpose\" ... Amy Acker Winifred Fred Burkle Illyria Interview Angel the series Season five 100 th episode David Boreanaz";
arnews[6] += "
Publ.Date : Mon, 11 Jun 2007 22:10:52 GMT";
arnews[6] += "
";
arnews[7]="Fait Accompli
";
arnews[7] += "Sydney and APO attempt to discover whom Gordon Dean is working for and what their end game is. Meanwhile, when the group claiming to have a cure for daughter Nadia continues to...";
arnews[7] += "
Publ.Date : Wed, 08 Nov 2006 22:24:56 GMT";
arnews[7] += "
";
arnews[8]="Mockingbird
";
arnews[8] += "Sydney's life hangs in the balance when Gordon Dean discovers that Rachel -- aka Mockingbird -- is still alive. Meanwhile, Sloane awaits the outcome of his sentencing. Amy Acker...";
arnews[8] += "
Publ.Date : Wed, 08 Nov 2006 22:24:54 GMT";
arnews[8] += "
";
arnews[9]="Amy Acker with Rocket Launcher
";
arnews[9] += "This is the awesome scene of Amy Acker taking down a chopper with a rocket launcher from the Alias episode Maternal Instincts";
arnews[9] += "
Publ.Date : Thu, 20 Jul 2006 05:12:23 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("