var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Buffy The Vampire Slayer, "Innocence"
";
arnews[0] += "Buffy must battle not only The Judge but also Angel, who has lost his soul after experiencing a moment of true happiness.";
arnews[0] += "
Publ.Date : Tue, 20 Jan 1998 00:00:00 GMT";
arnews[0] += "
";
arnews[1]="Buffy The Vampire Slayer, "Some Assembly Required"
";
arnews[1] += "A series of grave robbings leads to a science club member who is trying to create a girlfriend for his brother, whom he has just brought back from the dead.";
arnews[1] += "
Publ.Date : Mon, 22 Sep 1997 00:00:00 GMT";
arnews[1] += "
";
arnews[2]="James Marsters, Julie Benz, Kristy Swanson, Charisma Carpenter DragonCon 2009 Buffy Panel Saturday 1
";
arnews[2] += "James Marsters, Julie Benz, Kristy Swanson, Charisma Carpenter DragonCon 2009 Buffy Panel Saturday";
arnews[2] += "
Publ.Date : Mon, 07 Sep 2009 22:30:58 GMT";
arnews[2] += "
";
arnews[3]="Felicia Day, Kristy Swanson, Julie Benz, Charisma Carpenter DragonCon 2009 Friday 5
";
arnews[3] += "Felicia Day, Kristy Swanson, Julie Benz, Charisma Carpenter DragonCon 2009 Friday";
arnews[3] += "
Publ.Date : Mon, 07 Sep 2009 21:00:46 GMT";
arnews[3] += "
";
arnews[4]="Charisma Carpenter
";
arnews[4] += "En samling heta scener med Charisma Carpenter från tv-serierna Buffy the vampire slayer och Angel.";
arnews[4] += "
Publ.Date : Thu, 29 May 2008 09:52:14 GMT";
arnews[4] += "
";
document.title=document.title+ " ";
arnews[5]="Charisma Carpenter Interview
";
arnews[5] += "Charisma reflects on her favorite moment playing stunningly beautiful, yet not-so-bright, Cordelia Chase.";
arnews[5] += "
Publ.Date : Tue, 15 Apr 2008 17:07:43 GMT";
arnews[5] += "
";
arnews[6]="MANBOOBS = Charisma Carpenter Charlize Theron Charlotte Ross Chelsea Brummet Che
";
arnews[6] += "http://www.mrpregnant.com http://www.myspace.com/mrpregnant http://www.youtube.com/profile?user=mrpregnant Moreno Cate Blanchett Catherine Bell Catherine Deneuve Catherine...";
arnews[6] += "
Publ.Date : Tue, 13 Nov 2007 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="Charisma Carpenter
";
arnews[7] += "Clip video";
arnews[7] += "
Publ.Date : Mon, 10 Sep 2007 21:05:19 GMT";
arnews[7] += "
";
arnews[8]="Best Guest Star -- Kendall Casablancas -- Charisma Carpenter
";
arnews[8] += "Best Guest Star Nominee";
arnews[8] += "
Publ.Date : Sat, 02 Jun 2007 03:46:34 GMT";
arnews[8] += "
";
arnews[9]="Russian fishermen catch squeaking alien and eat it
";
arnews[9] += "Village residents from the Rostov region of Russia caught a weird creature two weeks ago after a strong storm in the Sea of Azov. The shark-looking creature was producing strange...";
arnews[9] += "
Publ.Date : Thu, 08 Feb 2007 22:59:14 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("