$(document).ready(function(){
 $("p.wcd a[rel^='prettyPhoto']").prettyPhoto({
  allow_resize: false,
  default_width:640,
  default_height:480,
  social_tools: false
  });
});
