  var pictures = 12;
  var dt = new Date();
  var hr = dt.getSeconds();
  var ra = hr % pictures;
  var r1 = ++ra;

  toppic ="<link rel=stylesheet href=/styles/homepage"+r1+".css type=text/css>"; 
  document.write(toppic);
