// JavaScript Document

/* --------------------------------------------------------------------------- */
/* banner 1                                                                    */
/* --------------------------------------------------------------------------- */

{

var koliko = 4;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % koliko;
ad +=1;

if (ad==1) {
  document.write('<div align="center">');
  document.write('<img src="images/hanks.jpg" width="190" height="249" border="0" usemap="#Map">');
  document.write('</div>');
  document.write('<map name="Map">');
  document.write('<area shape="rect" coords="8,205,182,267" href="http://www.one.org/" target="_blank" alt="http://www.one.org/">');
  document.write('</map>');
}
if (ad==2) {
  document.write('<div align="center">');
  document.write('<img src="images/diaz.jpg" width="190" height="249" border="0" usemap="#Map">');
  document.write('</div>');
  document.write('<map name="Map">');
  document.write('<area shape="rect" coords="8,205,182,267" href="http://www.one.org/" target="_blank" alt="http://www.one.org/">');
  document.write('</map>');
}
if (ad==3) {
  document.write('<div align="center">');
  document.write('<img src="images/foxx.jpg" width="190" height="249" border="0" usemap="#Map">');
  document.write('</div>');
  document.write('<map name="Map">');
  document.write('<area shape="rect" coords="8,205,182,267" href="http://www.one.org/" target="_blank" alt="http://www.one.org/">');
  document.write('</map>');
}
if (ad==4) {
  document.write('<div align="center">');
  document.write('<img src="images/hudson.jpg" width="190" height="249" border="0" usemap="#Map">');
  document.write('</div>');
  document.write('<map name="Map">');
  document.write('<area shape="rect" coords="8,205,182,267" href="http://www.one.org/" target="_blank" alt="http://www.one.org/">');
  document.write('</map>');
}
}

