{footer_script}{literal} jQuery(document).ready(function() { function autoRotateOption() { if (jQuery("#rotate_hd").is(':checked')) { jQuery("#autoRotate").show(); jQuery("#autoRotate input").attr("checked", "checked"); } else { jQuery("#autoRotate").hide(); jQuery("#angleSelection input[value={/literal}{$angle_selected}{literal}]").attr("checked", "checked"); } } autoRotateOption(); jQuery('#rotate_hd').click(function() { autoRotateOption(); }); }); {/literal}{/footer_script}