Cufon.replace('.top-images h3');	
jQuery(function() {
	$('.holder ol li').each(function() {
		$(this).addClass('n' + ($(this).parent().find('li').index($(this)) + 1));	
	});
})
