// Script d'initialisation
inactivitytime = 0;
document.onkeypress = wakeup;
window.onmousemove = wakeup;


tracker_init(60000);
if (document.getElementById("plugin_login")) plugin_login_init();
if (document.getElementById("plugin_ambiance")) plugin_ambiance_init();
if (document.getElementById("plugin_harptos")) plugin_harptos_init(1329470481);
if (document.getElementById("chatarea")) chat_init();

