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