var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Daniel singing
";
arnews[0] += "Rin To the hills, as sung by daniel ... Rock Band run to the hills daniel singing";
arnews[0] += "
Publ.Date : Fri, 11 Sep 2009 23:11:41 GMT";
arnews[0] += "
";
arnews[1]="La Cenerentola act2 part8
";
arnews[1] += "From Swedish TV2 broadcast May 30 2009 of La Cenerentola at the Royal Opera House in Stockholm. Angelina - Malena Ernman, Don Ramiro - Daniel Behle, Dandini - Aris Argiris, Don...";
arnews[1] += "
Publ.Date : Mon, 20 Jul 2009 17:48:08 GMT";
arnews[1] += "
";
arnews[2]="La Cenerentola act1 part12
";
arnews[2] += "From Swedish TV2 broadcast May 30 2009 of La Cenerentola at the Royal Opera House in Stockholm. Angelina - Malena Ernman, Don Ramiro - Daniel Behle, Dandini - Aris Argiris, Don...";
arnews[2] += "
Publ.Date : Sun, 12 Jul 2009 16:26:11 GMT";
arnews[2] += "
";
document.title=document.title+ " ";
arnews[3]="5/30/09 Weekly Republican Address: Governor Mitch Daniels (R-IN)
";
arnews[3] += "Governor Mitch Daniels discusses the national energy tax imposed by Speaker Pelosi's climate change bill and Republicans' shared commitment to \"government that works.\" ... your...";
arnews[3] += "
Publ.Date : Thu, 28 May 2009 19:33:35 GMT";
arnews[3] += "
";
arnews[4]="Danny Phantom "M..m..m..m.. Me gustas, te amo"[parodia][yaoi]
";
arnews[4] += "FAVOR DE LEER #87 - Top Favorited del mes de Marzo XD Hola, este es el primer video que hago, es una parodia del video de \"Su-su-su Suki Daisuki! \" de Kagamine Rin :3 Y por alguna...";
arnews[4] += "
Publ.Date : Fri, 06 Mar 2009 07:50:48 GMT";
arnews[4] += "
";
arnews[5]="Знамение (Knowing) трейлер
";
arnews[5] += "Страна: США Год 2009 Режиссер: Алекс Пройас В ролях: Николас Кейдж, Роуз Бирн, Бен Мендельсон, Чандлер...";
arnews[5] += "
Publ.Date : Sat, 21 Feb 2009 13:14:12 GMT";
arnews[5] += "
";
arnews[6]="Haru and Rin - Only One
";
arnews[6] += "WATCH IN HQ PLEASE! Manga: Fruits Basket Couple: Haru X Rin (Hatusuharu X Isuzu) Haru and Rin are each others only one! The second I heard this song I knew I wanted to make a...";
arnews[6] += "
Publ.Date : Sat, 07 Feb 2009 20:51:46 GMT";
arnews[6] += "
";
arnews[7]="Survey Says...
";
arnews[7] += "Please include any/all of the following in your comment (leading with the number you're answering). 1. Where are you while you're watching this video? You can be as specific as...";
arnews[7] += "
Publ.Date : Sat, 07 Feb 2009 04:33:57 GMT";
arnews[7] += "
";
arnews[8]="Fandoblaje Fate Stay Night - Trailer (Español Latino)
";
arnews[8] += "Bueno, para evitar que al tirarme una cuenta me tiren los proyectos también, decidí crear una segunda cuenta para subir los capítulos .w (seh, me negaba a hacerlo pero no...";
arnews[8] += "
Publ.Date : Sun, 14 Sep 2008 01:00:45 GMT";
arnews[8] += "
";
arnews[9]="Inuyasha - Rin's Death, Sesshoumaru's Love
";
arnews[9] += "WARNING:SPOILER! FOR THOSE WHO HAVEN'T READ TO THIS CHAPTER YET. THIS IS ALSO THE REAL MANGA. IT'S [[NOT]] A FANFIC! MANGA SUMMARY: As sesshoumaru try's to strengthen his newly...";
arnews[9] += "
Publ.Date : Thu, 05 Jul 2007 06:58:02 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("