/**
 * Rits Framework
 *
 * LICENSE
 * 
 * This source file is subject to the Rits Commercial license.
 * 
 * @copyright  2008 Rits Comunicação & Tecnologia. (http://www.rits.com.br)
 * @license    Rits Commercial License 1.0
 * @version    $Id:$
 */
 
// Rits object
if(typeof Rits == "undefined") {
	var Rits = {};
}

// Yahoo convenience vars
var $E = YAHOO.util.Event;
var $D = YAHOO.util.Dom;
var $  = YAHOO.util.Dom.get;

