// JavaScript Document
$(function(){
	$('.whatsnewCol dd:first').addClass('firstChild');
	$('.whatsnewCol dd:last').addClass('lastChild');
});
