$("ul li:first-child").addClass('first');
$("ul li:last-child, .news .item:last-child").addClass('last');

Cufon.replace('h1,h2,h3');
//Cufon.replace('h2:not()');
Cufon.now();


$('.cycle ul li:first').fadeIn(2000, function() {
	$('.cycle ul').cycle({
		fx: 'fade', 
		speed: 2000,
		timeout: 7000,
		random: 1
	});
});




