<!--
// 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_tres = 0;
var core_tres = 0;

function initArray_tres() {

this.length = initArray_tres.arguments.length;
  for (var i_tres = 0; i_tres < this.length; i_tres++) {
  this[i_tres] = initArray_tres.arguments[i_tres];
  }
}

//08-dic-2011
link = new initArray_tres(
"http://www.g-blender.org/modules/newbb/viewtopic.php?topic_id=4346&forum=19&post_id=18781#forumpost18781",
"http://www.g-blender.org/modules/newbb/viewtopic.php?topic_id=4169&forum=9&post_id=17961#forumpost17961",
"http://www.g-blender.org/modules/newbb/viewtopic.php?topic_id=4131&forum=9&post_id=17825#forumpost17825",
"http://www.g-blender.org/modules/myalbum/photo.php?lid=1103"
);

image = new initArray_tres(
"http://www.g-blender.org/top/ima3/salacycles.jpg",
"http://www.g-blender.org/top/ima3/prueba_cycles.jpg",
"http://www.g-blender.org/top/ima3/quetzalcoatl.jpg",
"http://www.g-blender.org/top/ima3/infografia_guitarra.jpg"
);

var currentdate_tres = new Date();
//var core = currentdate.getSeconds() % image.length;
var core_tres = Math.floor(Math.random()*4);
var ranlink_tres  = link[core_tres];
var ranimage_tres = image[core_tres];

function loadImage_tres(){
//document.getElementById('icon1').style.zIndex='-1';
document.getElementById('icono3').innerHTML = "";
}

document.write('<a href=\"' +ranlink_tres+ '\"><img src=\"'+ranimage_tres+'\" onload="loadImage_tres()" border="0"></a>');
//-->
