// JavaScript Document
$().ready(function() {
	$('.project a').attr('target','_blank');
	$('.contact').attr('href','mailto:info@garderud.net');
});
