var $j=jQuery.noConflict();

$j(document).ready(
              
  function (){
    $j(".thumbnailInner a").removeAttr("target") ;
     
});