var index = 0;

banners = new Array();



banners[ index++ ] = '<a href="http://www.interdesa.com/webever.shtml"><IMG  width="468" height="60" alt="INTERDESA WebEver - Editor de sitios web, web editor" border="0" src="http://www.biblioteca.co.cr/img/banner-webever-468x60.gif"></a>';

banners[ index++ ] = '<a href="http://www.interdesa.com/diseno.shtml"><IMG  width="468" height="60" alt="Web design para ONGs y ministerios cristianos - Diseņo web de Interdesa" border="0" src="http://www.biblioteca.co.cr/img/banner-ongs-468x60.gif"></a>';

banners[ index++ ] = '<a href="http://www.shinntype.com/"><IMG  width="468" height="60" alt="ShinnType.com" border="0" src="http://www.biblioteca.co.cr/img/shinntype.gif"></a>';


//banners[ index++ ] = '<a href=""><IMG  width="468" height="60" alt="comment" border="0" src=""></a>';



function RandomCero( N )

{

  return Math.floor( N * Math.random() );

}



var num = RandomCero( banners.length );

document.write( banners [ num ] );