<!--
// 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_seis = 0;
var core_seis = 0;

function initArray_seis() {

this.length = initArray_seis.arguments.length;
  for (var i_seis = 0; i_seis < this.length; i_seis++) {
  this[i_seis] = initArray_seis.arguments[i_seis];
  }
}

//03-dic-2011
link = new initArray_seis(
"http://www.g-blender.org/modules/myalbum/photo.php?lid=1116",
"http://www.g-blender.org/modules/newbb/viewtopic.php?topic_id=4198&forum=9&post_id=18078#forumpost18078",
"http://www.g-blender.org/modules/newbb/viewtopic.php?topic_id=4195&forum=9&post_id=18073#forumpost18073",
"http://www.g-blender.org/modules/newbb/viewtopic.php?topic_id=3796&forum=9&post_id=16520#forumpost16520"
);

image = new initArray_seis(
"http://www.g-blender.org/top/ima6/escena_submarina.jpg",
"http://www.g-blender.org/top/ima6/foquita.jpg",
"http://www.g-blender.org/top/ima6/shampoo.jpg",
"http://www.g-blender.org/top/ima6/test_makehuman.jpg"
);

var currentdate_seis = new Date();
//var core = currentdate.getSeconds() % image.length;
var core_seis = Math.floor(Math.random()*4);
var ranlink_seis  = link[core_seis];
var ranimage_seis = image[core_seis];

function loadImage_seis(){
//document.getElementById('icon1').style.zIndex='-1';
document.getElementById('icono6').innerHTML = "";
}

document.write('<a href=\"' +ranlink_seis+ '\"><img src=\"'+ranimage_seis+'\" onload="loadImage_seis()" border="0"></a>');
//-->
