<!--
// 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_cinco = 0;
var core_cinco = 0;

function initArray_cinco() {

this.length = initArray_cinco.arguments.length;
  for (var i_cinco = 0; i_cinco < this.length; i_cinco++) {
  this[i_cinco] = initArray_cinco.arguments[i_cinco];
  }
}

//08-dic-2011
link = new initArray_cinco(
"http://www.g-blender.org/modules/newbb/viewtopic.php?topic_id=4211&forum=8&post_id=18119#forumpost18119",
"http://www.g-blender.org/modules/myalbum/photo.php?lid=1105",
"http://www.g-blender.org/modules/newbb/viewtopic.php?topic_id=4184&forum=9&post_id=18032#forumpost18032", "http://www.g-blender.org/modules/myalbum/photo.php?lid=1109",
"http://www.g-blender.org/modules/newbb/viewtopic.php?topic_id=4257&forum=9&post_id=18378#forumpost18378"
);

image = new initArray_cinco(
"http://www.g-blender.org/top/ima5/rosa.jpg",
"http://www.g-blender.org/top/ima5/diamante.jpg",
"http://www.g-blender.org/top/ima5/mundo_musical.jpg",
"http://www.g-blender.org/top/ima5/audir8.jpg",
"http://www.g-blender.org/top/ima5/amaruk.jpg"
);

var currentdate_cinco = new Date();
//var core = currentdate.getSeconds() % image.length;
var core_cinco = Math.floor(Math.random()*5);
var ranlink_cinco  = link[core_cinco];
var ranimage_cinco = image[core_cinco];

function loadImage_cinco(){
//document.getElementById('icon1').style.zIndex='-1';
document.getElementById('icono5').innerHTML = "";
}

document.write('<a href=\"' +ranlink_cinco+ '\"><img src=\"'+ranimage_cinco+'\" onload="loadImage_cinco()" border="0"></a>');
//-->
