<Script>

function openpopup2(){

var popurl="http://www.thealchemy.net/pop/pc.php"

winpops=window.open(popurl,"","width=580,height=580,scrollbars,resizable,")

}
</Script>
<SCRIPT>

banner = new Array();
bannerImg = new Array();
bannerUrl = new Array();
bannerImg[0] = "http://www.thealchemy.net/img/aria_no1_150x150.gif.gif";
bannerUrl[0] = "http://www.thealchemy.net/cms/e107_plugins/wrap/wrap.php?2";
bannerImg[1] = "http://www.thealchemy.net/img/board_presence150x150.gif";
bannerUrl[1] = "http://www.thealchemy.net/cms/e107_plugins/wrap/wrap.php?2";
bannerImg[2] = "http://www.thealchemy.net/img/board_society150x150.gif";
bannerUrl[2] = "http://www.thealchemy.net/cms/e107_plugins/wrap/wrap.php?2";
bannerImg[3] = "http://www.thealchemy.net/img/board_conecto150x150.gif";
bannerUrl[3] = "http://www.thealchemy.net/cms/e107_plugins/wrap/wrap.php?2";
bannerImg[4] = "http://www.thealchemy.net/img/board_business150x150.gif";
bannerUrl[4] = "http://www.thealchemy.net/cms/e107_plugins/wrap/wrap.php?2";
bannerImg[5] = "http://www.thealchemy.net/img/board_corporate150x150.gif";
bannerUrl[5] = "http://www.thealchemy.net/cms/e107_plugins/wrap/wrap.php?2";
bannerImg[6] = "http://www.thealchemy.net/img/board_commerce150x150.gif";
bannerUrl[6] = "http://www.thealchemy.net/cms/e107_plugins/wrap/wrap.php?2";


function changeBanner(bnum) {
  nummer = Math.floor(Math.random()*bannerImg.length);
  document[("banner"+bnum)].src = bannerImg[nummer];
  banner[bnum] = bannerUrl[nummer]
  setTimeout('changeBanner('+bnum+')',10000);
}

function clickBanner(bnum) {
  document.location.href = banner[bnum];
}

</SCRIPT>

