// JavaScript Document

function att(){	
	document.write('@');
}

function swi(){
	document.write('switch3');
}
