$(document).ready(function() {
	$('#footer').click(function() {
		document.location='mailto:inge@boshuizen.info';
	});

	swfobject.embedSWF("/swf/logo.swf", "logo", "107", "68", "9.0.0");

	if($('#portfolio').length) {
		$('#portfolio img').hover(
			function() {
				newsrc = new String($(this).attr('src'));
				$(this).attr('src', newsrc.replace('-zw.jpg', '.jpg'));
			},
			function() {
				newsrc = new String($(this).attr('src'));
				$(this).attr('src', newsrc.replace('.jpg', '-zw.jpg'));
			});
	}
});
