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");
foto2 = new initArray("04","14");
foto3 = new initArray("06","01");
foto4 = new initArray("10","11");
foto5 = new initArray("02","08");
foto6 = new initArray("05","07");
foto7 = new initArray("15","03");
foto8 = new initArray("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];
var famosa5 = foto5[core];
var famosa6 = foto6[core];
var famosa7 = foto7[core];
var famosa8 = foto8[core];

//document.write('<img src="img/content/famosas'+famosa1+'.jpg" width="49" height="81" border="0" class="fasmosasborde">');