/* Zie jquery documentatie voor andere effecten */
$(document).ready(function() {

	 $("li:first-child, tr:first-child, tr td:first-child, #homepage_weblog #resultwrapper div:first-child, #resultswrapper div:first-child, .morenewsblock div:first-child").addClass('first');

	 $("li:last-child, tr:last-child, tr td:last-child, #resultswrapper div:last-child, #homepage_weblog #resultwrapper div:last-child, .morenewsblock div:last-child").addClass('last');
	
});
