$(document).ready(function()
{
	$('.topic').corner("round 12px");
	$('#header, #footer').corner("round 16px");
	$(".imagesFB a").fancybox();
});