jQuery(function($) { 

	/*
	 * Missing :first-child pseudoclass selector
	 */
	$('#meta li:first-child, #nav li:first-child').addClass('first-child');

	/*
	 * Cycle
	 */
	$('#slide').cycle();
	
	/*
	 * Homepage Tabs
	 */
	$('#home #banner').tabs();

});

Cufon.replace('h1, h2, h3, #banner .list a');