function mail ( p ) {

	document.write( p + '@gmail.com' ) ;

}
