/*
 +---------------------------------------------------------+
 | Ad Simple                 Copyright www.YugDesign.com   |
 +---------------------------------------------------------+
 | This program may be used and hosted free of charge by   |
 |anyone for personal purpose as long as this copyright    |
 |notice remains intact.                                   |
 +---------------------------------------------------------+
*/

var img_width = "229";
var img_height = "60";
var img_title = "Destaque";

var ad=new Array()
//insert here your images src
ad[0]='../../imagem/parceiros/banners/blog-pq.png';
ad[1]='../../imagem/parceiros/banners/blog-pq.png';
ad[2]='../../imagem/parceiros/banners/blog-pq.png';

var links=new Array()
//insert here your links
links[0]='http://www.ecocentro.org/blog';
links[1]='http://www.ecocentro.org/blog';
links[2]='http://www.ecocentro.org/blog';

var xy=Math.floor(Math.random()*ad.length);
document.write('<a href="'+links[xy]+'" target="_top"><img src="'+ad[xy]+'" width="'+img_width+'" height="'+img_height+'" border="0" alt="'+img_title+'"></a>');