jq(document).ready(function() {
                jq("select[multiple]#Subject").asmSelect({
                    listType:'ol',
                    addItemTarget: 'bottom',
                    animate: true,
                    highlight: true,
                    sortable: false,
                    debugMode: false,
                    removeLabel: 'X',
                    title: 'Click to select..'
                }).after(jq("<div style='clear:both;'/>"));
                
                jq("select[multiple]#subject_existing_keywords").asmSelect({
                    listType:'ol',
                    addItemTarget: 'bottom',
                    animate: true,
                    highlight: true,
                    sortable: false,
                    debugMode: false,
                    removeLabel: 'X',
                    title: 'Click to select..'
                }).after(jq("<div style='clear:both;'/>"));
                
                jq("select[multiple]#eventType_existing_keywords").asmSelect({
                    listType:'ol',
                    addItemTarget: 'bottom',
                    animate: true,
                    highlight: true,
                    sortable: false,
                    debugMode: false,
                    removeLabel: 'X',
                    title: 'Click to select..'
                }).after(jq("<div style='clear:both;'/>"));
                
                jq("select[multiple]#country").asmSelect({
                    listType:'ol',
                    addItemTarget: 'bottom',
                    animate: true,
                    highlight: true,
                    sortable: false,
                    debugMode: false,
                    removeLabel: 'X',
                    title: 'Click to select..'
                }).after(jq("<div style='clear:both;'/>"));
                
                jq("select[multiple]#source").asmSelect({
                    listType:'ol',
                    addItemTarget: 'bottom',
                    animate: true,
                    highlight: true,
                    sortable: false,
                    debugMode: false,
                    removeLabel: 'X',
                    title: 'Click to select..'
                }).after(jq("<div style='clear:both;'/>"));
                
                jq("select[multiple]#operations").asmSelect({
                    listType:'ol',
                    addItemTarget: 'bottom',
                    animate: true,
                    highlight: true,
                    sortable: false,
                    debugMode: false,
                    removeLabel: 'X',
                    title: 'Click to select..'
                }).after(jq("<div style='clear:both;'/>"));
                
                jq("select[multiple]#geolocations").asmSelect({
                    listType:'ol',
                    addItemTarget: 'bottom',
                    animate: true,
                    highlight: true,
                    sortable: false,
                    debugMode: false,
                    removeLabel: 'X',
                    title: 'Click to select..'
                }).after(jq("<div style='clear:both;'/>"));
                
                jq("select[multiple]#activitiesOperation").asmSelect({
                    listType:'ol',
                    addItemTarget: 'bottom',
                    animate: true,
                    highlight: true,
                    sortable: false,
                    debugMode: false,
                    removeLabel: 'X',
                    title: 'Click to select..'
                }).after(jq("<div style='clear:both;'/>"));
                
                jq("select[multiple]#contentgeolocation").asmSelect({
                    listType:'ol',
                    addItemTarget: 'bottom',
                    animate: true,
                    highlight: true,
                    sortable: false,
                    debugMode: false,
                    removeLabel: 'X',
                    title: 'Click to select..'
                }).after(jq("<div style='clear:both;'/>"));
                
                jq("select[multiple]#themes").asmSelect({
                    listType:'ol',
                    addItemTarget: 'bottom',
                    animate: true,
                    highlight: true,
                    sortable: false,
                    debugMode: false,
                    removeLabel: 'X',
                    title: 'Click to select..'
                }).after(jq("<div style='clear:both;'/>"));
                });