$(document).ready(function () {
//    var body_height = $('body').height() - 650;
    $('#kolyaskaspb_sales_block').css('height', '850px');

    $('<iframe />', {
       src: 'http://www.kolyaskaspb.ru/sales_for_forum.php',
       height: '850px',
       width: 'auto',
       scrolling: 'no',
       frameborder: 'no',
    }).appendTo($('#kolyaskaspb_sales_block'));
	
	
    $('<iframe />', { 
       src: 'http://www.lapsi.ru/e-store/discount_auction/discount_auction_banner.php',
       height: '100%',
       width: 'auto',
       scrolling: 'no',
       frameborder: 'no'
    }).appendTo($('#kolyaskaspb_sales_block'));

//    $('#kolyaskaspb_sales_block').hide();
//    http://www.lapsi.ru/e-store/discount_auction/discount_auction_banner.php
//
    $(".discount_auction_banner .scrollable").scrollable({
        mousewheel: true,
        vertical: true
    });


});



