or if you want to hide all the anchors of class hide_these then you could do this.
$('p > a.hide_these').hide();
or if you want to hide all the anchors of class hide_these then you could do this.
$('p > a.hide_these').hide();