jQuery(function() {
 jQuery('a[href$=".pdf"]').each(function(){
     jQuery(this).after('&nbsp;<a target="_blank" href="http://docs.google.com/viewer?url=http://www.jdc.co.jp'+jQuery(this).attr("href")+'"><img src="/common/images/icon-google.png" title="View in Google Doc"></a>');
    });
});  