function abreventana(){

			$().jOverlay({
					method : 'GET',
					url : 'mkt/promocion.php',
					color : '#000',
					opacity : '0.1',
					zIndex : 9999,
					center : false,
					/*imgLoading : 'img/ajax-loader.gif',*/
					bgClickToClose : true,
					success : null, // Deprecated !!! Use onSuccess
					onSuccess : null,
					timeout : 0,
					autoHide : true,
					css : {},
					html : '',
					closeOnEsc : true
					});
			setTimeout("cerrarfacebox()",8000);
			
			
			
		}

function cerrarfacebox(){
		$.closeOverlay();
	}
