/**
 * This javascript is used to set the javascripts locally.
 *
 * $Id: onload.js 1010 2010-04-24 15:15:04Z fhelly $
 *
 * Copyright 2005-2010 Francois Helly <fhelly@bebop-design.net>
 *
 * See the enclosed file COPYING for license information (GPL). If you did not
 * receive this file, see http://www.fsf.org/copyleft/gpl.html.
 */

var uiload = function() {
    uinit();
    ga();
};
if (typeof(Event) != 'undefined') {
    Event.observe(document, 'dom:loaded', uiload, false);
}