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