function parseEmail(){
	var e1 = 'info';
	var e2 = 'websplash.nl';
	var p1 = 'mai';
	var p2 = 'lto';
	var p3 = ':';
	var p4 = '@';
	document.write('<a href="'+p1+p2+p3+e1+p4+e2+'">'+e1+p4+e2+'<\/a>');
}

$(document).ready(function(){
	$('#services ul p').each(function(){
		$(this).jwebtooltip({'defaulttxt' : $(this).next().html()});
	});
	$('#alsoin').jwebtooltip({'defaulttxt' : 'we\'ll be in English soon!!!','animate' : 500});
});