(function($) {
window.fnames = new Array();
window.ftypes = new Array();
fnames[0] = 'EMAIL';
ftypes[0] = 'email';
fnames[1] = 'FNAME';
ftypes[1] = 'text';
fnames[10] = 'DESIGNAT';
ftypes[10] = 'text';
fnames[2] = 'LNAME';
ftypes[2] = 'text';
fnames[3] = 'ADDRESS';
ftypes[3] = 'address';
fnames[8] = 'COMPANY';
ftypes[8] = 'text';
fnames[9] = 'LOCATION';
ftypes[9] = 'text';
fnames[11] = 'EMPBASE';
ftypes[11] = 'text';
fnames[12] = 'SCORE';
ftypes[12] = 'text';
fnames[4] = 'PHONE';
ftypes[4] = 'phone';
fnames[5] = 'BIRTHDAY';
ftypes[5] = 'birthday';
fnames[6] = 'MMERGE6';
ftypes[6] = 'text';
fnames[7] = 'MMERGE7';
ftypes[7] = 'dropdown';
}(jQuery));
var $mcj = jQuery.noConflict(true);