jQuery(document).ready(function() {
	if(jQuery('a[rel*=facebox]').length) {
		jQuery('a[rel*=facebox]').facebox();
	}
});

