if (typeof jQuery != 'undefined') {
jQuery(document).ready(function($) {
var links = $(" \
a[href*=aftonbladet.se], \
a[href*=alltomstockholm.se], a[href*=aos.se], \
a[href*=bjornsbytare.se], \
a[href*=blocket.se], \
a[href*=bloggportalen.se], \
a[href*=bloggsok.se], a[href*=bloggsök.se], \
a[href*=bytbil.], \
a[href*=destination.se], \
a[href*=e24.se], a[href*=bors24.se], \
a[href*=family.se], \
a[href*=hitta.se], \
a[href*=jobb24.se], \
a[href*=kundkraft.se], \
a[href*=lendo.se], \
a[href*=motesplatsen.se], a[href*=mötesplatsen.se], \
a[href*=prisjakt.], \
a[href*=sesam.se], \
a[href*=starta.nu], \
a[href*=svd.se], \
a[href*=tasteline.], \
a[href*=teleadress.se], \
a[href*=tv.nu], \
a[href*=viktklubb.se] \
");
links.click( function () {
if (typeof(registerClickForTrafikfonden) == 'function') {
var url = this.href;
var re = new RegExp("^http.*(http.*?)$", "g");
url = url.replace(re,"$1" );
registerClickForTrafikfonden(this, url);
}
});
});
}
