ATSTEPMAIL = new Object();
// gK[
ATSTEPMAIL.myIFM = function (){
	var url = 'http://mail2.atoc.biz/form.cgi';
	var ifm = document.createElement("iframe");
	ifm.src = url + '?mode=mailform&iframe=1&tag=1&'+ Math.random();
	ifm.style.display = "none";
	ifm.style.width =  0+'px';
	ifm.style.height =  0+'px';
	ifm.style.border = 0+'px';
	ifm.style.position = "absolute";
    ifm.style.top = -100+'px';
    ifm.style.left = -100+'px';
	document.body.appendChild(ifm);
	
}

setTimeout(ATSTEPMAIL.myIFM,1000);

