document.write('<div align="center" style="margin:16 0 20 0">');

var random_number=Math.floor(Math.random()*5);
if(random_number==0) {
  document.write('<a href="http://www.acdlabs.com/download/" target="_blank"><img src="/images/ad/freeresources2.png" alt="" width="602" height="244" border="1"></a>');
}
else if(random_number==1) {
  document.write('<a href="http://www.acdlabs.com/methods/" target="_blank"><img src="/images/ad/lc_meth2.png" alt="" width="602" height="244" border="1"></a>');
}
else if(random_number==2) {
  document.write('<a href="http://www.acdlabs.com/products/spec_lab/exp_spectra/nmr/proc.html" target="_blank"><img src="/images/ad/nmr2.png" alt="" width="570" height="232" border="1"></a>');
}
else if(random_number==3) {
  document.write('<a href="http://www.acdlabs.com/solmedchem/" target="_blank"><img src="/images/ad/solubility2.png" alt="" width="602" height="245" border="1"></a>');
}
else {
  document.write('<a href="http://www.acdlabs.com/preform/" target="_blank"><img src="/images/ad/unify2.png" alt="" width="570" height="232" border="1"></a>');
}

document.write('</div>');

document.write('<div style="font-size:12px;">&nbsp;</div>');

document.write('</div>');

