$(function() { 	
$("a[href$=.jpg]").attr('rel', 'lytebox');
$("a[href$=.gif]").attr('rel', 'lytebox');
});