$(function(){
	if(!jQuery.browser.msie){
		$('.section dl dd:nth-child(4n-2)').attr('class','dleven');
	}
});