$(document).ready(function() {
    $("#upbox1 input.rad").click(function() {
        $('#upbox1 > .up-box > .up-field').toggle('slow');
        $('#upbox1 > .up-box > .youtube-text').toggle('slow');
    });
    $("#upbox2 input.rad").click(function() {
        $('#upbox2 > .up-box > .up-field').toggle('slow');
        $('#upbox2 > .up-box > .youtube-text').toggle('slow');
    });
    $("#upbox3 input.rad").click(function() {
        $('#upbox3 > .up-box > .up-field').toggle('slow');
        $('#upbox3 > .up-box > .youtube-text').toggle('slow');
    });
    $("#upbox4 input.rad").click(function() {
        $('#upbox4 > .up-box > .up-field').toggle('slow');
        $('#upbox4 > .up-box > .youtube-text').toggle('slow');
    });
    $("#upbox5 input.rad").click(function() {
        $('#upbox5 > .up-box > .up-field').toggle('slow');
        $('#upbox5 > .up-box > .youtube-text').toggle('slow');
    });
    $("#upbox6 input.rad").click(function() {
        $('#upbox6 > .up-box > .up-field').toggle('slow');
        $('#upbox6 > .up-box > .youtube-text').toggle('slow');
    });
    $("#upbox7 input.rad").click(function() {
        $('#upbox7 > .up-box > .up-field').toggle('slow');
        $('#upbox7 > .up-box > .youtube-text').toggle('slow');
    });
    $("#upbox8 input.rad").click(function() {
        $('#upbox8 > .up-box > .up-field').toggle('slow');
        $('#upbox8 > .up-box > .youtube-text').toggle('slow');
    });
    $("#upbox9 input.rad").click(function() {
        $('#upbox9 > .up-box > .up-field').toggle('slow');
        $('#upbox9 > .up-box > .youtube-text').toggle('slow');
    });
    $("#upbox10 input.rad").click(function() {
        $('#upbox10 > .up-box > .up-field').toggle('slow');
        $('#upbox10 > .up-box > .youtube-text').toggle('slow');
    });

});
