
$(document).ready(function(){$('.sub-copy .toggle h1 a').toggle(function(){$('.sub-copy .toggle-content').slideDown('fast');return false;},function(){$('.sub-copy .toggle-content').slideUp('fast');return false;});});