// JavaScript Document
{

var koliko = 2;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % koliko;
ad +=1;


if (ad==1) {
  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="468" height="60" title="Flashbanner">');
  document.write('<param name="movie" value="http://www.makepovertyhistory.org/images/banners/children-new.swf" />');
  document.write('<param name="quality" value="high"/>');
  document.write('<embed src="http://www.makepovertyhistory.org/images/banners/children-new.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="468" height="60"></embed></object>');
}
if (ad==2) {
  document.write('<a href="http://www.one.org/">');
  document.write('<img src="http://www.one.org/media/banners/ONE_banners001_468_88.gif" width="468" height="88" border="0">');
  document.write('</a>');
}
}



