$(document).ready(function () {
    $("#nav li a strong").textShadow();
    jcf.lib.domReady(function () {
        var cfManager = new jcf.customForms();
        cfManager.replace();
    });

    $('.target').each(function () {
        $(this).attr('target', '_blank');
    })

})
