/*
 * *****************************
 * @description		custom js
 * @author			coma ag | jue
 * @date			2009-16
 * @copyright		2009 coma ag
 * @link			http://www.coma.de
 * *****************************
 */
 
$(document).ready(function(){
	
	/** ** ** ** adding latest-comments .first class ** ** ** **/
	$('.latest-comments li:first').addClass('first');
	
	$('.archive li:first').addClass('first');
	
});