$(document).ready(function() {

$("div.ItemLink a").removeAttr("href");
$("div.ItemLink a").css("color","#656565");

});