$(document).ready(function(){
	$("ol li:eq(0)").css({background:"url(img/ranc01.jpg) no-repeat 15px center"});
	$("ol li:eq(1)").css({background:"url(img/ranc02.jpg) no-repeat 15px center"});
	$("ol li:eq(2)").css({background:"url(img/ranc03.jpg) no-repeat 15px center"});
	$("ol li:eq(3)").css({background:"url(img/ranc04.jpg) no-repeat 15px center"});
	$("ol li:eq(4)").css({background:"url(img/ranc05.jpg) no-repeat 15px center"});
});

