Element.hide('profile_p_thumbnails');
Element.show('profile_p_thumbnails_loader');
Event.observe(window, 'load', (function (e) { Element.hide('profile_p_thumbnails_loader'); Element.show('profile_p_thumbnails'); }), false);