
// this runs on page load
$(function(){ 

	// apply Thickbox
	tb_init('#available_names a.thickbox');
});


