if (!titlebar) {
var titlebar = new Array();
var slidespeed = new Array();
var slideimages = new Array();
var slidelinks = new Array();
var slidefoots = new Array();
function popup(URL,nombre) {
window.open(URL,nombre,'scrollbars=yes,menu=false,width=470,height=472');
}
}
titlebar[0]='
| Juegos Java |
';
slidespeed[0]=5000;
slideimages[0]=new Array('http://www.kekuko.com/javagames/img/russ74x74.gif','http://www.kekuko.com/javagames/img/wikky_-_spanish.jpg','http://www.kekuko.com/javagames/img/the_fast_and_the_furious_-_fugitive_-_spanish.jpg','http://www.kekuko.com/javagames/img/the_end_-_spanish.jpg','http://www.kekuko.com/javagames/img/the_black_citadel_-_spanish.jpg','http://www.kekuko.com/javagames/img/superbikes_world_championship_2007_-_spanish.jpg','http://www.kekuko.com/javagames/img/super_sheriff_2_-_spanish.jpg','http://www.kekuko.com/javagames/img/subway_-_spanish.jpg','http://www.kekuko.com/javagames/img/strike_force_-_spanish.jpg','http://www.kekuko.com/javagames/img/');
slidelinks[0]=new Array('http://bromastontas.akilogos.net/languages/public/popup/index.php?t=J&I=http://www.kekuko.com/javagames/img/russ74x74.gif&J=La Bola Magica','http://bromastontas.akilogos.net/languages/public/popup/index.php?t=J&I=http://www.kekuko.com/javagames/img/wikky_-_spanish.jpg&J=Wikky','http://bromastontas.akilogos.net/languages/public/popup/index.php?t=J&I=http://www.kekuko.com/javagames/img/the_fast_and_the_furious_-_fugitive_-_spanish.jpg&J=The Fast and The Furious - Fugitive','http://bromastontas.akilogos.net/languages/public/popup/index.php?t=J&I=http://www.kekuko.com/javagames/img/the_end_-_spanish.jpg&J=El Final','http://bromastontas.akilogos.net/languages/public/popup/index.php?t=J&I=http://www.kekuko.com/javagames/img/the_black_citadel_-_spanish.jpg&J=The Black Citadel','http://bromastontas.akilogos.net/languages/public/popup/index.php?t=J&I=http://www.kekuko.com/javagames/img/superbikes_world_championship_2007_-_spanish.jpg&J=Superbikes World Championship 2007','http://bromastontas.akilogos.net/languages/public/popup/index.php?t=J&I=http://www.kekuko.com/javagames/img/super_sheriff_2_-_spanish.jpg&J=Super Sheriff 2','http://bromastontas.akilogos.net/languages/public/popup/index.php?t=J&I=http://www.kekuko.com/javagames/img/subway_-_spanish.jpg&J=Subway','http://bromastontas.akilogos.net/languages/public/popup/index.php?t=J&I=http://www.kekuko.com/javagames/img/strike_force_-_spanish.jpg&J=Strike Force','http://bromastontas.akilogos.net/languages/public/popup/index.php?t=J&I=http://www.kekuko.com/javagames/img/&J=Run \'n\' Mail');
slidefoots[0]=new Array('La Bola Magica','Wikky','The Fast and The Furious - Fugitive','El Final','The Black Citadel','Superbikes World Championship 2007','Super Sheriff 2','Subway','Strike Force','Run \'n\' Mail');
document.write('');
document.write(titlebar[0]);
document.write('');
document.write(' ');
document.write('');
document.write('');
document.write(' |
');
document.write('
');
if (!imageholder) {
var imageholder = new Array();
}
imageholder[0]=new Array();
if (!ie55) {
var ie55 = window.createPopup;
}
for (i=0; i < slideimages[0].length ; i++) {
imageholder[0][i]=new Image();
imageholder[0][i].src=slideimages[0][i];
}
function gotoshow0() {
var num = (whichimage[0] == 0) ? slideimages[0].length - 1 : whichimage[0] - 1;
popup(slidelinks[0][num]);
}
if (!whichimage) {
var whichimage = new Array();
}
whichimage[0] = 0;
if (!pixeldelay) {
var pixeldelay = new Array();
}
pixeldelay[0] = (ie55) ? document.images.slide0.filters[0].duration * 1000 : 0;
function slideit0() {
if (!document.images) return;
if (ie55) {
document.images.slide0.filters[0].apply();
}
document.images.slide0.src=imageholder[0][whichimage[0]].src;
if (ie55) document.images.slide0.filters[0].play();
var col = "";
if ("" == "box.php" && document.getElementById) {
var i = document.getElementById('lc');
if (i) {
col = i.style.color;
}
}
if (!col) {
col = '#000000';
}
if (document.all) {
document.all["footer0"].innerHTML = ''+slidefoots[0][whichimage[0]]+'';
} else if (document.layers) {
document.ns4dcontent0.document.ns4d2content0.document.write(''+slidefoots[0][whichimage[0]]+'');
document.ns4dcontent0.document.ns4d2content0.document.close();
} else if (document.getElementById){
rng = document.createRange();
el = document.getElementById("footer0");
rng.setStartBefore(el);
htmlFrag = rng.createContextualFragment(''+slidefoots[0][whichimage[0]]+'');
while (el.hasChildNodes())
el.removeChild(el.lastChild);
el.appendChild(htmlFrag);
}
whichimage[0] = (whichimage[0] < slideimages[0].length-1) ? whichimage[0]+1 : 0;
setTimeout("slideit0()",slidespeed[0]+pixeldelay[0]);
}
slideit0();