$(function() {
   $('a[rel*=lightbox]').lightBox({
	imageLoading: '../wp-content/themes/taeoui/images/lightbox-ico-loading.gif',
	imageBtnClose: '../wp-content/themes/taeoui/images/lightbox-btn-close.gif',
	imageBtnPrev: '../wp-content/themes/taeoui/images/lightbox-btn-prev.gif',
	imageBtnNext: '../wp-content/themes/taeoui/images/lightbox-btn-next.gif',
	imageBlank: '../wp-content/themes/taeoui/images/lightbox-blank.gif',
   });
   
   $('#user-replies tr:odd, #user-threads tr:odd, #results-recent tr:odd, #results-relevant tr:odd').addClass("alt");
});
