// JavaScript Document

$(document).ready(function(){
	Copyright();
	$('.rounded').corners();
	$('a.gallery').lightBox();
});

function Copyright(){
	var now = new Date();				
	$("#copyright").text(now.getUTCFullYear());
}
