var avatars=new Array("avatar_spiderpig.png","avatar_calvin.png","avatar_jma9.png","avatar_bart-lisa.png","avatar_scarlett2.png","avatar_beer-usb-stick.png","avatar_dream2.png","avatar_alyx.png","avatar_bangbang.gif","avatar_cold.png","avatar_danger.png","avatar_kitty.png","avatar_purpleliatris.png","avatar_listen.png","avatar_mini-evil.png","avatar_trooper.png","avatar_scanner.png","avatar_radioactive.png","avatar_ohno.png","avatar_lief.png","avatar_jma4_100x100.png","avatar_jma6_100x100.png","avatar_grafiti.png","avatar_hero.png");function setStatus(a){var b=$("status");b.innerHTML='<img src="/loading.gif" /> '+a;b.style.display="block"};function hideStatus(){$("status").style.display="none"};function changeAvatar(){var a=$("h1Avatar");if(a){setStatus("Loading new avatar...");newAvatar=avatars[Math.floor(Math.random()*avatars.length)];var b=new Element('img',{'src':"/avatars/"+newAvatar,'events':{'load':function(){new Fx.Style(a,'opacity',{'duration':1000}).start(1,0);new Fx.Style(b,'opacity',{'duration':1000}).start(0,1);setTimeout(function(){hideStatus();a.remove();b.id='h1Avatar'},1000)}},'styles':{'opacity':0}});b.injectAfter(a)}setTimeout(changeAvatar,3000)};window.addEvent('load',function(){new Element('div',{'id':'status','styles':{'display':'none'}}).inject(document.body);setTimeout(changeAvatar,3000)});
