function setSideBanner(x)
{ 
document.write('<div id="sideBanner0" style="position: absolute; top: -1000px; left: ');
document.write(790 + x);
document.write('px; width: 160px; height: 600px;">');
document.write('<iframe marginheight="0" marginwidth="0" frameborder="0" width="160" height="600" scrolling="no" src="http://www.kapodol.com/iframes.php?id=0"></iframe>');
document.write('</div>');
  }
setSideBanner(2);
