window.addEvent("domready", function () {
    var blinkLink = function () { this.toggleClass('blink'); };
    $$('a[href*="appartamenti.htm"]', 'a[href*="ferienwohnungen.htm"]', 'a[href*="apartments.htm"]').each(function (el) {
        blinkLink.periodical(500, el.getParent());
    });
});

//http: //flipperviaggi.infotourist.net/DE/261/ferienwohnungen.htm
//http: //flipperviaggi.infotourist.net/IT/382/appartamenti.htm
//http: //flipperviaggi.infotourist.net/EN/267/apartments.htm
