﻿jQuery(function() {
    setTimeout(function() { jQuery('.newsletterImageLink').html('<span class="popupped_link"></span>') }, 2000);
    setTimeout(function() { jQuery('.newsletterImageLink').empty() }, 11000);
});

function recordSollicitatieLink(link, category, action, label) {
    try 
    {
         pageTracker._trackEvent(category, action, label);
         setTimeout('document.location = "' + link.href + '"', 100);
    }
     catch(err){}
}
