$(document).ready(function(){		
		$('a[rel*=modal]').facebox(); // Applies modal window to any link with attribute rel="modal"		
});
  