// ********************************************************** //
// Federació Catalana de Penyes del RCD Espanyol de Barcelona //
// www.fcpe.cat                                               //
// ********************************************************** //


var urlPage = document.location.href.substring(document.location.href.lastIndexOf('/')+1, document.location.href.length);
if (self==top) document.location.replace("http://www.fcpe.cat/?seccio=" + urlPage);

