//Javascript Created by Computerhope http://www.computerhope.com

//store the quotations in arrays

images = new Array(4);

images[0] = "<a target='_blank' href = 'http://www.sts.tym.sk'><img target='_blank' src='js/bigbanner/anim_antithor.gif' border='0'></a>";

images[1] = "<a target='_blank' href = 'http://www.myspace.com/obludaklub'><img target='_blank' src='js/bigbanner/obluda_banner.gif' border='0'></a>";

images[2] = "<a target='_blank' href = 'http://www.mangelcrusties.sk'><img target='_blank' src='js/bigbanner/banner_mc.gif' border='0'></a>";

images[3] = "<a target='_blank' href = 'http://www.xerinyescomingx.com'><img target='_blank' src='js/bigbanner/comxxx.gif' border='0'></a>";

images[4] = "<img target='_blank' src='js/bigbanner/zilina your demise.gif' border='0'>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);

//done

//Javascript Created by Computerhope http://www.computerhope.com

//store the quotations in arrays