$(document).ready(function() {
	$('#colCenter .box > div:nth-child(odd)').addClass('darkrow').css('margin','0');
	$('#colCenter .box .csc-textpic-image dt a').attr('target','_blank');
});