<!--
// original content taken from Nic's JavaScript Page with permission
// lack of these three lines will result in copyright infringment
// made by: Nic's JavaScript Page - http://www.javascript-page.com

var currentdate_dos = 0;
var core_dos = 0;

function initArray_dos() {

this.length = initArray_dos.arguments.length;
  for (var i_dos = 0; i_dos < this.length; i_dos++) {
  this[i_dos] = initArray_dos.arguments[i_dos];
  }
}

//08-dic-2011
link = new initArray_dos(
"http://www.g-blender.org/modules/newbb/viewtopic.php?topic_id=4322&forum=9&post_id=18680#forumpost18680",
"http://www.g-blender.org/modules/newbb/viewtopic.php?topic_id=3466&forum=9&post_id=14744#forumpost14744",
"http://www.g-blender.org/modules/newbb/viewtopic.php?topic_id=4115&forum=9&post_id=17767#forumpost17767" 
);

image = new initArray_dos(
"http://www.g-blender.org/top/ima2/proyectocoso.jpg",
"http://www.g-blender.org/top/ima2/proyecto_bizarro.jpg",
"http://www.g-blender.org/top/ima2/army_attack.jpg"
);

var currentdate_dos = new Date();
//var core = currentdate.getSeconds() % image.length;
var core_dos = Math.floor(Math.random()*3);
var ranlink_dos  = link[core_dos];
var ranimage_dos = image[core_dos];

function loadImage_dos(){
//document.getElementById('icon1').style.zIndex='-1';
document.getElementById('icono2').innerHTML = "";
}

document.write('<a href=\"' +ranlink_dos+ '\"><img src=\"'+ranimage_dos+'\" onload="loadImage_dos()" border="0"></a>');
//-->
