

$(document).ready(function () {
	$("div#contents #pickup dl:nth-child(odd)").addClass("bgwhite");
});
