function obscureMid() { document.write('@'); }
function obscureEnd() { document.write('.'); }

// hides areas on portal side 
function hideAreas(){ 
	if(document.getElementById("maschineSlide")){
		alert('test');
	}
}
