$(document).ready(function(){
	$("body").addClass("hasJS");
	$('table.gallery tbody tr td a').lightBox();
	$('div.ticker marquee').marquee();
});
