$(document).ready(function(){
	
	//sifr
	$.sifr({
		path:'_swf',
		color: '#ccc',
		font:'century-gothic',
		embedOptions: { wmode: 'transparent'}		
	});		

	//$('h2, h3').sifr();
	
	$(".sidebar .box:first").addClass("first");
	
});

