function preload() {
    document.getElementById('preload').style.visibility='hidden';
    new Effect.Appear('container');
}
