$(window).load(function() {
    $(".intro_box .fly_box1").each(function() {
        $(this).circulate({
            speed: 448,
            height: Math.floor(Math.random()*100) - 470,
            width: Math.floor(Math.random()*900) - 470
        });

    });

    $(".intro_box .fly_box2").each(function() {
        $(this).circulate({
            speed: 1009,
            height: Math.floor(Math.random()*100) - 470,
            width: Math.floor(Math.random()*900) - 470
        });
    });

	    $(".intro_box .fly_box3").each(function() {
        $(this).circulate({
            speed: 1200,
            height: Math.floor(Math.random()*100) - 470,
            width: Math.floor(Math.random()*900) - 470
        });
    });

	    $(".intro_box .fly_box4").each(function() {
        $(this).circulate({
            speed: 700,
            height: Math.floor(Math.random()*100) - 470,
            width: Math.floor(Math.random()*900) - 470
        });
    });

    $(".intro_box .fly_box5").each(function() {
                $(this).circulate({
            speed: 510,
            height: Math.floor(Math.random()*100) - 470,
            width: Math.floor(Math.random()*900) - 470
        });
    });

    $(".intro_box .fly_box6").each(function() {
        $(this).circulate({
            speed: 790,
            height: Math.floor(Math.random()*100) - 470,
            width: Math.floor(Math.random()*900) - 470
        });
    });

    $(".intro_box .fly_box7").each(function() {
        $(this).circulate({
            speed: 390,
            height: Math.floor(Math.random()*100) - 470,
            width: Math.floor(Math.random()*900) - 470
        });
    });

    $(".intro_box .fly_box8").each(function() {
                $(this).circulate({
            speed: 490,
            height: Math.floor(Math.random()*100) - 470,
            width: Math.floor(Math.random()*900) - 470
        });
    });

    $(".intro_box .fly_box9").each(function() {
        $(this).circulate({
            speed: 650,
            height: Math.floor(Math.random()*100) - 470,
            width: Math.floor(Math.random()*900) - 470
        });
    });

    $(".intro_box .fly_box10").each(function() {
                $(this).circulate({
            speed: 550,
            height: Math.floor(Math.random()*100) - 470,
            width: Math.floor(Math.random()*900) - 470
        });
    });

    $(".intro_box .fly_box11").each(function() {
                $(this).circulate({
            speed: 600,
            height: Math.floor(Math.random()*100) - 470,
            width: Math.floor(Math.random()*900) - 470
        });
    });
        
        $(".intro_box .fly_box12").each(function() {
        $(this).circulate({
            speed: 360,
            height: Math.floor(Math.random()*100) - 470,
            width: Math.floor(Math.random()*900) - 470
        });
    });

    $(".intro_box .fly_box14").each(function() {
        $(this).circulate({
            speed: 480,
            height: Math.floor(Math.random()*100) - 470,
            width: Math.floor(Math.random()*900) - 470
        });
    });

	    $(".intro_box .fly_box15").each(function() {
               $(this).circulate({
            speed: 540,
            height: Math.floor(Math.random()*100) - 470,
            width: Math.floor(Math.random()*900) - 470
        });
    });


});
