function initProfile() {
    Shadowbox.init();
}
document.observe('dom:loaded', initProfile);
