/**
 * Zikula Application Framework
 *
 * @copyright (c) 2001, Zikula Development Team
 * @link http://www.zikula.org
 * @license GNU/GPL - http://www.gnu.org/copyleft/gpl.html
 *
 * @package tweetwall
 * @license http://www.gnu.org/copyleft/gpl.html
 *
 * @author sven schomacker
 * @version $Id: tweetwall.js 7 2009-05-21 11:15:24Z hilope $
 */

Event.observe(window, 'load', function() {
$$('.post').each(function(item) { new Effect.Corner(item, "bite 10px"); });
});

