jQuery.GBDisplay = function(books){ for(book in books) { var info = books[book]; if(info) { if(info.preview == 'full' || info.preview == 'partial') { //jQuery('.isbn:contains('+info.bib_key+')').parent('.fullrecord').append('
  • Google Book Search

  • '); info.bib_key = info.bib_key.replace(/:/,"_"); info.bib_key = info.bib_key.replace(/ /,"_"); jQuery('#gbs_'+info.bib_key).html('Preview on Google').show(); }//end if }//end if }//end foreach };