Cufon.replace('h1.titles');
Cufon.replace('h2.titles');
$(document).ready(function() {
// put all your jQuery goodness in here.
	$('.contentfade #content #pagetext_home .spot .spotlight').hover(function(){
		$(this).animate({ width: "166px", height:"112px" }, 75)
	}, function(){
		$(this).animate({ width: "146px", height:"102px" }, 50)
	});
});
$(document).ready(function(){
	$(".contentfade #nav a:last").css("background","none")
});