﻿function emailat() {
var text = "@";
document.write(text);
}
