/*
 +---------------------------------------------------------+
 | 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 = "568";
var img_height = "110";
var img_title = "";


var ad=new Array()
//insert here your images src
ad[0]='../../images/imgFotoHeaderAmbiental.jpg';
ad[1]='../../images/imgFotoHeaderAviao.jpg';
ad[2]='../../images/imgFotoHeaderPlataforma.jpg';
ad[3]='../../images/imgFotoHeaderCarro.jpg';
ad[4]='../../images/imgFotoHeaderRobotica.jpg';
ad[5]='../../images/imgFotoHeaderRoboSub.jpg';
ad[6]='../../images/imgFotoHeaderEngrenagens.jpg';

var links=new Array()
//insert here your links
links[0]='index.shtml';
links[1]='index.shtml';
links[2]='index.shtml';
links[3]='index.shtml';
links[4]='index.shtml';
links[5]='index.shtml';
links[6]='index.shtml';

var xy=Math.floor(Math.random()*ad.length);
document.write('<img src="'+ad[xy]+'" width="'+img_width+'" height="'+img_height+'" alt="'+img_title+'"  border="0" usemap="#">');

