/*
 * 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:"alert",
			Width:385,
			Height:110,
			Ajax:"/popups",	
			Headmsg:""
			});

}


