﻿jQuery(document).ready(function() {

    BindEvents();

    jQuery(document).ajaxError(function() {
        if (window.console && window.console.error) {
            console.error(arguments);
        }
    });


});


function BindEvents() {
    jQuery("a.popupwindow").popupwindow(profiles);
    jQuery("a.footer-popup").popupwindow(profiles);
}
