// JavaScript Document

$(function(){  
$("tr:odd").addClass("odd");  
});

$(function(){  
$("#toTop a").click(function(){  
$('html,body').animate({ scrollTop: $($(this).attr("href")).offset().top }, 'slow','swing');  
return false;  
})  
}); 

$(function() {
$('a[rel^=lightbox]').lightBox();
});
