// JavaScript Document

function email() {

var emailarray1234= new Array(105,110,102,111,64,97,100,105,45,97,115,115,111,99,105,97,116,101,115,46,99,111,109)
var postemail1234=''
for (i=0;i<emailarray1234.length;i++)
postemail1234+=String.fromCharCode(emailarray1234[i])

document.write('<a href="mailto:'+postemail1234+'">email</a>')

};

function back() {
	history.back();
};

function redirect_iema() {
	window.location = "http://www.adi-associates.com/index.php?page=about&o=7&t=1";
}

function redirect_iso() {
	window.location = "http://www.adi-associates.com/index.php?page=about&o=5&t=1";
}