Cufon.replace('h1, h3, .menu a', { fontFamily: 'Teslic', hover:true });
$(window).load(function(){
	$("img","#work_s").click(function(){
		$("img", "#work_b").attr("src", $(this).attr("src").substring(0, $(this).attr("src").length-4)+"_.jpg");
		$("a", "#work_b").attr("href", $(this).attr("src").substring(0, $(this).attr("src").length-4)+"/index.html");
	});
})