function banners750x100() {
    var img = new Array();
    img[0] = "<iframe allowtransparency='true' src='http://ff.connextra.com/sportingbetEurope/selector/client?client=sportingbetEurope&placement=PL_728x90_bonuses_income_access&tclk=http://partner.sbaffiliates.com/processing/clickthrgh.asp?btag=a_9482b_1200&url=' width='728' height='90' scrolling='no' frameborder='no' style='border-width:0'></iframe>";
    img[1] = "<iframe src='http://pub.betclick.com/pub.aspx?p=BEE7&z=c4' height='100' width='750' frameborder='0' scrolling='NO'></iframe>";
    img[2] = "<iframe allowtransparency='true' src='http://ff.connextra.com/sportingbetEurope/selector/client?client=sportingbetEurope&placement=PL_poker_paradise_bonus_750x100_income_access&tclk=http://partner.sbaffiliates.com/processing/clickthrgh.asp?btag=a_9482b_1406&url=' width='750' height='100' scrolling='no' frameborder='no' style='border-width:0'></iframe>";

    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]);
    }
}