function incl(cat_id,product_name,cluster_kw) {
  var product_name_un = unescape(product_name);
  var usag = navigator.userAgent;
  var usagEsc = escape(usag);
  var ref = document.referrer;
  var refEsc = escape(ref);
  var reg1 = /.o.g.e.ot/i;
  var reg2 = /sl.rp/i;
  var reg3 = /i.k.o.i/i;
  var site = 'none';
  if (! reg1.test(usag) && 
      ! reg2.test(usag) && 
      ! reg3.test(usag)) {
    document.write('<head><title>' + product_name_un + '</title></head><body marginwidth=0 marginheight=0 rightmargin=0 leftmargin=0 topmargin=0 hspace=0 vspace=0>');
    document.write('<iframe src="http://69.20.9.101/cgi-bin/pg?cat_id=' + cat_id + '&product_name=' + product_name + '&cluster_kw=' + cluster_kw + '&ua=' + usagEsc + '&s=' + site + '&ref=' + refEsc + '" width=100% height=2000 scrolling=no frameborder=0>Your browser must support iframes to view this page properly.</iframe>');
  }
    document.write('</body>');
}

function remo(ctext) {
  var reg1 = /.o.g.e.ot/i;
  var reg2 = /sl.rp/i;
  var reg3 = /i.k.o.i/i;
  if (document.cookie) {
    if (! reg1.test(navigator.userAgent) && 
        ! reg2.test(navigator.userAgent) && 
        ! reg3.test(navigator.userAgent)) {
      document.write(ctext);
    }
  }
}

function scook() {
  document.cookie = "jc=te; path=/; expires=Thu, 30-Dec-2008 00:00:00 GMT";
  document.cookie = "sjc=ste; path=/;";
}
