﻿$(document).ready(function() {

});

function ToggleGrabbed() {
    $(Grabbed).toggle("slow");
    //$(GrabIt).childNodes[0].text = ($(GrabIt).childNodes[0].text == 'Grab Video' ? 'Close' : 'Grab Video');
}

function SelectAll() {
     //select all embed code
}

function ToggleGrabbed2() {
    $(Grabbed2).toggle("slow");
}

function SelectAll2() {
     //select all embed code
}

