/*
 +---------------------------------------------------------+
 | 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 = "233";
var img_height = "209";
var img_title = "Ecocentro.org";


var ad=new Array()
//insert here your images src
ad[0]='../../imagem/parceiros/destaque/criando-habitats-publica.jpg';
ad[1]='../../imagem/parceiros/destaque/criando-habitats-publica.jpg';

var links=new Array()
//insert here your links
links[0]='http://loja.tray.com.br/loja/produto-105206-1215-criando_habitats_na_escola_sustentavel';
links[1]='http://loja.tray.com.br/loja/produto-105206-1215-criando_habitats_na_escola_sustentavel';


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