Rev 875 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
$(document).ready(function() {
if(typeof(lightBox) == 'function') {
try {
$('.actualites1 a').lightBox();
} catch(err) {
}
});