// $Id: adfunc.js,v 1.1 2010/10/29 08:45:54 abaethe Exp $

function ad(position)
{
  if( position == 'rectangle_lower' )
  {
    document.write('<div id="secondad">'); 
    document.write('<img src="img/ad1.gif" width="300" height="250" alt="rectangle lower" />');
    document.write('</div>'); 
  }
}


