// JavaScript Document
$("document").ready(function() {
    $('a.m').nospam({
        filterLevel: 'low', replaceText: true
    });
});

