¿En qué navegador te ocurre eso? Yo lo abro en Chrome y carga bien.
Probé otra vez y parece que si que pasa. Miré el código y vi esto en /js/pages.js:
Código Javascript
:
Ver originalif ((location.hash=='#')||(location.hash=='')) {
$('#loading_main').show();
open_page('#page_arte');
fl=true;
location.reload();
//$('#loading_main').show("fast").delay(100).hide("fast");
$('#content').stop().animate({height:'668'})
}
No sé muy bien el sentido que tiene hacer eso, pero ahí está la redirección.