if (document.cookie.indexOf('AdComStop')==-1) {
  var ExpireDate = new Date ();
  ExpireDate.setTime(ExpireDate.getTime() + (15*60 * 1000));
  document.cookie = "AdComStop=yes; expires=" + ExpireDate.toGMTString() + "; path=/;";
  var ACE_AR = {Site: '175772', Region: '2', PopType: 'PopUnder'};
  document.write('<SCRIPT LANGUAGE="JavaScript"  SRC="http://uac.advertising.com/wrapper/aceUAC.js"></SCRIPT>');
 }
