function banners468x60() {
    var img = new Array();
    img[0] = '<a href="http://record.affiliatelounge.com/_n7kP3Xu3_AySin8XixYiK2Nd7ZgqdRLk/5"><img src="http://media.affiliatelounge.com/data/betsson/ad_gif/5254.gif" alt="" /></a>';

    index = Math.floor(Math.random() * (img.length));
    if (typeof img[index] == 'object') {
        $('banner').set('html', "<a href='" + img[index][1] + "' target='_blank'><img src='" + img[index][0] + "' id='ads_content' alt='reklama' border='0' /></a>");
    } else {
        $('banner').set('html', img[index]);
    }
}