// script.js
SyntaxHighlighter.config.clipboardSwf='/cms/highlight/clipboard.swf';SyntaxHighlighter.all();jQuery(document).ready(function(){jQuery('#ebay').each(function(){jQuery('#cf2').attr('value',"Achat d'objets");jQuery('td.c5 img',this).click(function(){var tr=jQuery(this).parent().parent();var txt='- n°'+tr.find('.c0').html()+', '+tr.find('.c2').html()+' ('+tr.find('.c4').html()+')';jQuery('#cf3').attr('value',jQuery('#cf3').attr('value')+"\n"+txt);});});});


