$(document).ready(function(){  
	$(".select_rel").each(function(){
		$(this).val($(this).attr("rel"));
	});
});