var lcounter1 = 0;
var lbanner1Array = new Array();
//Add banner items as follows
//lbanner1Array[lcounter1]=new Array();
//lbanner1Array[lcounter1][0]="IMAGE"; //"FLASH" or "IMAGE";
//lbanner1Array[lcounter1][1]="Bannerimg.jpg"; //Path to the file
//lbanner1Array[lcounter1][2]=10; //How long (in seconds) will the banner display?
//lbanner1Array[lcounter1][3]=60; //Height of banner
//lbanner1Array[lcounter1][4]=468; //Width of banner
//lbanner1Array[lcounter1][5]="http://www.example.com"; //Hyperlink (put "" if no link exists).
//lbanner1Array[lcounter1][6]="NEWWINDOW"; //"SAMEWINDOW" or "NEWWINDOW" or "POPUP". Ignored if type is "FLASH". leave blank for "NEWWINDOW"
//lbanner1Array[lcounter1][7]=500; //width of popup. Ignored if target is not "POPUP" or if type is "FLASH". leave blank for 590px.
//lbanner1Array[lcounter1][8]=600; //height of popup. Ignored if target is not "POPUP" or if type is "FLASH". leave blank for 600px.
//lcounter1++;


lbanner1Array[lcounter1] = new Array();
lbanner1Array[lcounter1][0] = "IMAGE";
lbanner1Array[lcounter1][1] = "banners/PARTIESanim.gif";
lbanner1Array[lcounter1][2] = 10;
lbanner1Array[lcounter1][3] = 60;
lbanner1Array[lcounter1][4] = 468;
lbanner1Array[lcounter1][5] = "http://www.discomania.gr/event";
lbanner1Array[lcounter1][6] = "";
lbanner1Array[lcounter1][7] = "";
lbanner1Array[lcounter1][8] = "";
lcounter1++;

lbanner1Array[lcounter1] = new Array();
lbanner1Array[lcounter1][0] = "IMAGE";
lbanner1Array[lcounter1][1] = "banners/Stats468.gif";
lbanner1Array[lcounter1][2] = 10;
lbanner1Array[lcounter1][3] = 60;
lbanner1Array[lcounter1][4] = 468;
lbanner1Array[lcounter1][5] = "http://www.webradiostats.com";
lbanner1Array[lcounter1][6] = "";
lbanner1Array[lcounter1][7] = "";
lbanner1Array[lcounter1][8] = "";
lcounter1++;