var currentdate = 0;
var core = 0;

function initArray()
{
 this.length = initArray.arguments.length;
 for (var i = 0; i < this.length; i++)
 {
  this[i] = initArray.arguments[i];
 }
}

foto1 = new initArray("13","12","02","08");
foto2 = new initArray("04","14","05","07");
foto3 = new initArray("06","01","15","03"); 
foto4 = new initArray("10","11","09","13");

var currentdate = new Date();
var core = currentdate.getSeconds() % foto1.length;
var famosa1 = foto1[core];
var famosa2 = foto2[core];
var famosa3 = foto3[core];
var famosa4 = foto4[core];

//document.write('<img src="img/content/famosas'+famosa1+'.jpg" width="49" height="81" border="0" class="fasmosasborde">');