<!--
// 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
//document.write('');
var currentdate_uno = 0;
var core_uno = 0;

function initArray_uno() {

this.length = initArray_uno.arguments.length;
  for (var i_uno = 0; i_uno < this.length; i_uno++) {
  this[i_uno] = initArray_uno.arguments[i_uno];
  }
}

//08-dic-2011
link = new initArray_uno(
"http://www.g-blender.org/modules/newbb/viewtopic.php?topic_id=4325&forum=9&post_id=18694#forumpost18694",
"http://www.g-blender.org/modules/newbb/viewtopic.php?topic_id=4229&forum=9&post_id=18209#forumpost18209",
"http://www.g-blender.org/modules/newbb/viewtopic.php?topic_id=4116&forum=3&post_id=17770#forumpost17770",
"http://www.g-blender.org/modules/newbb/viewtopic.php?topic_id=4149&forum=5&post_id=17886#forumpost17886"
);

image = new initArray_uno(
"http://www.g-blender.org/top/ima1/colorescycles.jpg",
"http://www.g-blender.org/top/ima1/robot_corto.jpg",
"http://www.g-blender.org/top/ima1/videojuego_golf.jpg",
"http://www.g-blender.org/top/ima1/render_cycles.jpg"
);

var currentdate_uno = new Date();
//var core = currentdate.getSeconds() % image.length;
var core_uno = Math.floor(Math.random()*4);
var ranlink_uno  = link[core_uno];
var ranimage_uno = image[core_uno];

function loadImage_uno(){
//document.getElementById('icon1').style.zIndex='-1';
document.getElementById('icono1').innerHTML = "";
}

document.write('<a href=\"' +ranlink_uno+ '\"><img src=\"'+ranimage_uno+'\" onload="loadImage_uno()" border="0"></a>');
//-->
