(function($) {
	$(document).ready(function($){  
	  fbPageOptions = {
	    	language: 'ru',
	slideInterval: 4,
	    enableCookies: true,
	    cookieScope: 'site'
	  };
		
		$(".floatbox").attr("rel", function() {
			return this.rel.replace("lightbox", "");
		});
		
		fb.anchors.length = 0;
		fb.tagAnchors('floatbox');
	});
})(jQuery)