$(document).ready(function($) {
	$("strong").addClass("strongtext");
	$(".fancybox").fancybox();
});
