<!-- Hide from old browsers
// Modify to reflect site specifics
adserver = "http://ieee.adbureau.net/";
target ="/SITE=COMPUTER.ORG/AREA=SEONLINE";
// Cache-busting and pageid values
random = Math.round(Math.random() *
100000000);
if (!pageNum) var pageNum =
Math.round(Math.random() * 100000000);
document.write('<SCR');
document.write('IPT SRC="' + adserver + '/jserver/acc_random=' + random + target + "/pageid=" + pageNum + '">');
document.write('</SCR');
document.write('IPT>');
// End Hide -->