$(document).ready(ContentInit);
function ContentInit()
{
	$('a.fancybox').fancybox();
}
