picture = new Array()

/*picture[0] = "<a href='http://www.mandatum.fi' target='blank'><img src='../../images/sponsorit/mandatum_100.gif' width='100' height='64' alt='' border='0'></a>";
picture[1] = "<a href='http://www.hbl.fi' target='blank'><img src='../../images/sponsorit/hbl_100_2.gif' width='100' height='64' alt='' border='0'></a>";
picture[2] = "<a href='http://www.if.fi' target='blank'><img src='../../images/sponsorit/if_100_v.gif' width='100' height='60' alt='' border='0'></a>";
picture[0] = "<a href='http://www.aktia.fi' target='blank'><img src='../../images/sponsorit/aktia_100_s.gif' width='100' height='70' alt='' border='0'></a>";
picture[1] = "<a href='http://www.puma.com' target='blank'><img src='../../images/sponsorit/puma_100.gif' width='100' height='58' alt='' border='0'></a>";*/
/*picture[5] = "<a href='http://www.taffel.fi' target='blank'><img src='../../images/sponsorit/taffel_100_v.gif' width='100' height='70' alt='' border='0'></a>";
picture[6] = "<a href='http://www.vikingline.fi' target='blank'><img src='../../images/sponsorit/viking_100_v2.gif' width='100' height='20' alt='' border='0'></a>";*/
//picture[2] = "<a href='http://www.audicenter.fi' target='blank'><img src='../../images/sponsorit/audi_100_s.gif' width='100' height='70' alt='' border='0'></a>";
 
pick = Math.floor(Math.random() * picture.length);
document.write(picture[pick]);
