jQuery(document).ready( function () {
    jQuery('#flash').flash({
        swf: 'http://www.cathyhopkins.com/wp-content/themes/cathy-hopkins/flash/header.swf',
        params: {
            play: false,
            wmode: 'opaque'
        },
        //        flashvars: {
        //        },
        height: 170,
        width: 799
    });
});

function checkCheckBox(f) {
  if (f.agree.checked == false) {
    alert('Please agree to the terms and conditions to continue.');
    return false;
  } else
    return true;
}
