var emailarray2866 = new Array(105, 110, 102, 111, 64, 103, 117, 105, 100, 101, 50, 116, 114, 97, 118, 101, 108, 46, 99, 111, 109);
var postemail2866 = '';
for (i = 0; i < emailarray2866.length; i++) {
  postemail2866 += String.fromCharCode(emailarray2866[i]);
}

function printEmailTag(subject, c, text) {
  if(!text) {
    text = postemail2866;
  }
  document.write('<a href="mailto:'+postemail2866);
  if(subject != '') {
    document.write('?subject='+subject);
  }
  if(c != '') {
    document.write('" class="'+c);
  }
  document.write('">'+text+'</a>');
}

function tracker(sid, url, type_id, country_id, city, search_id, market, partner, partner_sub) {
  var d = new Date();
  window.open('http://www.onindo.com/tracker/1_0/tracker.php?'+etrstr123+'ts='+d.getTime()+'&s='+encodeURIComponent(sid)+'&t='+encodeURIComponent(type_id)+'&ssi='+encodeURIComponent(search_id)+'&partner='+encodeURIComponent(partner)+'&psubid='+encodeURIComponent(partner_sub)+'&co='+encodeURIComponent(country_id)+'&ci='+encodeURIComponent(city)+'&m='+encodeURIComponent(market)+'&u='+encodeURIComponent(url), '', 'toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no,alwaysLowered=no,alwaysRaised=no,dependent=no,hotkeys=no,titlebar=no,z-lock=no,fullscreen=no,channelmode=no');
}
/*
function silentHandler() {return true}

// Disable Error reporting in Internet Explorer
var agent = navigator.userAgent.toLowerCase();
if((agent.indexOf("msie") != -1) && (agent.indexOf("opera") == -1)) {
//  window.onerror = silentHandler;
}
*/