$(document).ready(function(){

// remove unwanted data from posts, e.g antispan

$("dd:contains('antispam')").css("display", "none");

$("dd:contains('Select the middle number')").css("display", "none");


// End of javascript - do not remove the code below this point
});

