/*
 * jQuery  Plugin jQPOOOP v 1.0.16
 * http://www.dieroboter.com/jQPOOOP/
 *
 * Copyright (c) 2009 Esteban Martin Gimenez
 *http://www.dieroboter.com
 * Dual licensed under the MIT and GPL licenses.
 *
 * Date: 2009-08-12 20:42:16 
 * Revision: 9
 */
function jqpooopAjax(){

	$.jqpooop({
			Id:"Aviso",
			Width:600,
			Height:300,
			Ajax:"anuncio.php",	
			Headmsg:"Semana de Oraci&oacute;n | www.iglesiaddios.org |"
			});

}
function jqpooopText(){

	$.jqpooop({
			Id:"alertt",
			Width:600,
			Height:300,
			Ajax:'',
			Mensaje:"Hello Wordl!!!",
			Headmsg:"Alert message text"
		
			});

}

function jqpooopConst(){

	$.jqpooop({
			Id:"alertt",
			Width:600,
			Height:300,
			Ajax:'',
			Mensaje:"In progress!!!",
			Headmsg:"Alert message text"
		
			});

}