/*//////////////////////////////
// Functions
//////////////////////////////*/
function emailRoberto(year){
	var subject = "MES "+year+" Candidacy - [YOUR FULL NAME]";
	var message = "Hi Roberto! My name is [FULLNAME] and I'm [AGE] years old and live in [PLACE IN SWEDEN]. My height is [HEIGHT]. My phonenumber is [PHONENUMBER]. I have here some pictures you can look at.";
	
	location.href = "mailto:roberto@missearthsweden.se?subject="+subject+"&body="+message;
}

$(document).ready(function(){
	//jQuery here
});