<!--
// Hide from old browsers
now = new Date();
random = now.getTime();

// Modify to reflect site specifics
site = "http://ieee.adbureau.net/";
target = "/SITE=COMPUTER.ORG/AREA=COMPUTER_TRACK";

document.write('<IFRAME SRC="' + site + '/hserver/acc_random=' + random + target + '"');
	document.write(' NORESIZE SCROLLING=NO ALIGN=MIDDLE HSPACE=10 VSPACE=0 FRAMEBORDER=0 MARGINWIDTH=0 WIDTH=1 HEIGHT=1>');

document.write('<SCR');
document.write('IPT SRC="' + site + '/jnserver/acc_random=' + random + target + '">');
document.write('</SCR');
document.write('IPT>');

document.write('</IFRAME>');
// End Hide//-->