Ολοκληρώθηκαν οι διαδικασίες από τον Αίολο Τρικάλων για την εγγραφή του στο μητρώο στην Γενική Γραμματεία Αθλητισμού.
Ήδη η εγγραφή έχει πλέον περαστεί και στον επίσημο ιστότοπο της ΓΓΑ.
Με το τρόπο αυτό ο σύλλογος δείχνει ότι συνεχίζει να κινείται -όπως πάντα – με όσα προστάζουν οι κανονισμοί του αθλητισμού.

(function($){
function bsaProResize() {
var sid = "11";
var object = $(".bsaProContainer-" + sid + " .bsaProItemInner__img");
var animateThumb = $(".bsaProContainer-" + sid + " .bsaProAnimateThumb");
var innerThumb = $(".bsaProContainer-" + sid + " .bsaProItemInner__thumb");
var parentWidth = "250";
var parentHeight = "250";
var objectWidth = object.width();
if ( objectWidth < parentWidth ) {
var scale = objectWidth / parentWidth;
if ( objectWidth > 0 && objectWidth != 100 && scale > 0 ) {
animateThumb.height(parentHeight * scale);
innerThumb.height(parentHeight * scale);
object.height(parentHeight * scale);
} else {
animateThumb.height(parentHeight);
innerThumb.height(parentHeight);
object.height(parentHeight);
}
} else {
animateThumb.height(parentHeight);
innerThumb.height(parentHeight);
object.height(parentHeight);
}
}
$(document).ready(function(){
bsaProResize();
$(window).resize(function(){
bsaProResize();
});
});
})(jQuery);
(function ($) {
var bsaProContainer = $('.bsaProContainer-11');
var number_show_ads = "0";
var number_hide_ads = "0";
if ( number_show_ads > 0 ) {
setTimeout(function () { bsaProContainer.fadeIn(); }, number_show_ads * 1000);
}
if ( number_hide_ads > 0 ) {
setTimeout(function () { bsaProContainer.fadeOut(); }, number_hide_ads * 1000);
}
})(jQuery);