/*
	LetC specific functions
*/

$(document).ready(function(){
	$("a.send-mail").click(function(){
		var mailAdress = $(this).attr("name").split("+").join("@");
		$(this).attr("href", "mailto:" + mailAdress);
		return true;
	});
});

$(function() {
    $("#lava-menu").lavaLamp({
        fx: "backout",
        speed: 700,
        click: function(event, menuItem) {
            return true;
        }
    });
	
	/*var rotator = $('#content-image').rotate({maxAngle:15,minAngle:-15,
	bind:
		[
			{"mouseover":function(){rotator.rotateAnimation(30);}},
			{"mouseout":function(){rotator.rotateAnimation(-30);}}
		]
	});*/
});
