<!--
// 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_cuatro = 0;
var core_cuatro = 0;

function initArray_cuatro() {

this.length = initArray_cuatro.arguments.length;
  for (var i_cuatro = 0; i_cuatro < this.length; i_cuatro++) {
  this[i_cuatro] = initArray_cuatro.arguments[i_cuatro];
  }
}

//08-dic-2011
link = new initArray_cuatro(
"http://www.g-blender.org/modules/myalbum/photo.php?lid=1123",
"http://www.g-blender.org/modules/newbb/viewtopic.php?topic_id=4063&forum=9&post_id=17573#forumpost17573",
"http://www.g-blender.org/modules/newbb/viewtopic.php?topic_id=4103&forum=20&post_id=17753#forumpost17753",
"http://www.g-blender.org/modules/newbb/viewtopic.php?topic_id=4183&forum=9&post_id=18028#forumpost18028" 
);

image = new initArray_cuatro(
"http://www.g-blender.org/top/ima4/pradosverdes.jpg",
"http://www.g-blender.org/top/ima4/modelado_femeninno.jpg",
"http://www.g-blender.org/top/ima4/camera_mapping.jpg",
"http://www.g-blender.org/top/ima4/supermario.jpg"

);

var currentdate_cuatro = new Date();
//var core = currentdate.getSeconds() % image.length;
var core_cuatro = Math.floor(Math.random()*4);
var ranlink_cuatro  = link[core_cuatro];
var ranimage_cuatro = image[core_cuatro];

function loadImage_cuatro(){
//document.getElementById('icon1').style.zIndex='-1';
document.getElementById('icono4').innerHTML = "";
}

document.write('<a href=\"' +ranlink_cuatro+ '\"><img src=\"'+ranimage_cuatro+'\" onload="loadImage_cuatro()" border="0"></a>');
//-->
