﻿/*
var imgURL = new Array();
imgURL.push("http://caimage.nexoneu.com/EN/images/right_banner/right_banner_1.gif");
imgURL.push("http://caimage.nexoneu.com/EN/images/right_banner/right_banner_2.gif");
imgURL.push("http://caimage.nexoneu.com/EN/images/right_banner/right_banner_3.gif");
imgURL.push("http://caimage.nexoneu.com/EN/images/right_banner/right_banner_4.gif");
imgURL.push("http://caimage.nexoneu.com/EN/images/right_banner/right_banner_5.gif");
imgURL.push("http://caimage.nexoneu.com/EN/images/right_banner/right_banner_6.gif");

var imgLink = new Array();
imgLink.push("javascript:location.href='/NXEU.aspx?PART=/Depot/BlackMarket';");
imgLink.push("javascript:location.href='/NXEU.aspx?PART=/Depot/BlackMarket';");
imgLink.push("javascript:location.href='/NXEU.aspx?PART=/Depot/BlackMarket';");
imgLink.push("javascript:location.href='/NXEU.aspx?PART=/Depot/BlackMarket';");
imgLink.push("javascript:location.href='/NXEU.aspx?PART=/Depot/BlackMarket';");
imgLink.push("javascript:location.href='/NXEU.aspx?PART=/Depot/BlackMarket';");

var imgNo = Math.floor(Math.random() * imgURL.length);
var ImgObject = "<img src="+imgURL[imgNo]+" border='0' title='' onclick="+imgLink[imgNo]+" style='cursor:pointer' />";

document.getElementById('RightBannerImg').innerHTML = ImgObject;
*/
//GA_googleFillSlot("CAE_skyscraper_en");
