var arnews = new Array(10);
totcount = 6;
rnd = 1;
arnews[0]="Rook Endgames: Part 7 - Chess Video
";
arnews[0] += "FM Daniel Rensch's seventh in the series on Rook and Pawn endgames introduces the Umbrella Method: a simple series of moves that will open your mind to new winning strategies....";
arnews[0] += "
Publ.Date : Wed, 20 May 2009 12:55:48 GMT";
arnews[0] += "
";
arnews[1]="Rook Endgames: Part 7 - Chess Video
";
arnews[1] += "FM Daniel Rensch’s seventh in the series on Rook and Pawn endgames introduces the Umbrella Method: a simple series of moves that will open your mind to new winning strategies....";
arnews[1] += "
Publ.Date : Wed, 20 May 2009 11:55:40 GMT";
arnews[1] += "
";
arnews[2]="cooper shield and vicking helmet quest by Landin
";
arnews[2] += "La quest de el cooper shield y el vicking helmet en rook... si eres nivel abajo de 9 tienes que llevar como 20 life fluids.. (solo abre el cadaver del dragon muerto) suerte...";
arnews[2] += "
Publ.Date : Thu, 15 Jan 2009 18:40:24 GMT";
arnews[2] += "
";
document.title=document.title+ " ";
arnews[3]="Copper Shield Quest
";
arnews[3] += "Boss Rooka wykonuje Copper Shield Quest (kuper szjeld kłest) xD";
arnews[3] += "
Publ.Date : Thu, 07 Aug 2008 13:20:24 GMT";
arnews[3] += "
";
arnews[4]="Tibia quests Carlos de rook
";
arnews[4] += "Yo y mis amigos asiendo la quests de el dragon y rots.. dan Katana en la de Rots,, y Cooper shield,, y legion helemt en la de el dragon";
arnews[4] += "
Publ.Date : Mon, 02 Jun 2008 17:47:09 GMT";
arnews[4] += "
";
arnews[5]="FFXII 122333 Dr Cid Draklor 2 Hunt Trophies
";
arnews[5] += "Link to my FAQ Guide for 122333 http://www.ffxii.us/forum/showthread.php?tid=1321 This fight was fast. Using Infused beserkers takes down Rooks and Cid pretty quickly. He won't...";
arnews[5] += "
Publ.Date : Wed, 05 Dec 2007 14:26:43 GMT";
arnews[5] += "
";
totcount = 6;
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("