jQuery(function ($) {
	/*
		$('#popup').modal({
                    containerCss:{
		      backgroundColor:"#FFFFFF",
                      color: '#000000',
                      borderColor: "#78279E",
                      padding:0,
		      height: 161,
		      width: "auto",
                      textAlign: "center"
	            },
                  modal: true,
                  position: ["23%","31%"]
                });
	*/
});
