var mailto ="m"+"a"+"i"+"l"+"t"+"o"+":";
var theLocation = "@"+"raved-designs"+"."+"com";

/*Functions*/

function doar(correspondent){
   location = mailto + correspondent + theLocation + "?subject=From [Please add your name here]" ;
};

function next () {
	document.getElementById('news1').style.display = 'none';
	document.getElementById('news2').style.display = 'block';
}

function prev () {
	document.getElementById('news2').style.display = 'none';
	document.getElementById('news1').style.display = 'block';
}