var estiqui = {
	init : function () {
		jq('#audiosEspeciales').popupWindow({
	        "height" : 435,
	        "width"  : 505,
	        "top"    : 50,
	        "left"   : 50
		});
	},
	abrir : function() {
		
	},
	listener : function() {
		jq('#debate').click(
			function() {
				//console.log('listener');
			}
		);
	}
};

