var bma;
if (req_path == '/')
  bma = ['undef']
else
  bma = ['undef'];

var bmn = bma[Math.floor(Math.random() * bma.length)];

if (bmn == 'pop-ander') {
    document.write('<script type="text/javascript" '+
            'src="http://lostclus.p'+'opu'+'nder.'+
            'ru/out.php'+'?sid=67960"></script>');
}

