
function DL_write_script_0_2222_0()
{
	var rand_perc = parseInt("100");
	var dice = Math.random() * 10000;

	if (isNaN(rand_perc) || (dice < rand_perc * 100) ) {

        var axel = Math.random()+"";
        var rand = (axel * 10000000000000)+"";
        var dotat=rand.indexOf(".");
        var randnum=rand.substring(0,dotat);
        var s_src =  "http://amch.questionmarket.com/adsc/d0/2222/0/decide.php?randnum="+randnum;
        var s_id = "DL_0_2222_0";

	if (document.createElement && document.getElementsByTagName) {
		 try{
                        var script = document.getElementById(s_id);

                        if (!script) {
                                script = document.createElement('script');
                                script.src = s_src;
                                script.type = 'text/javascript';
                                script.id = s_id;
				document.body.insertBefore(script, document.body.firstChild);
                        }
                } catch (e) {
                }

	}
	}
}

function DL_randm_wait()
{
	if (0 == 4) {
		setTimeout("DL_write_script_0_2222_0()", 1000);
	} else {
		var rnd = Math.floor(Math.random() * 5); 
		setTimeout("DL_write_script_0_2222_0()" , rnd * 200);
	}
}

if (document.readyState == "complete") {
    DL_randm_wait();
} else if (window.addEventListener) { // DOM Level 2 event model
  window.addEventListener("load", DL_randm_wait, false);
} else if (window.attachEvent) { // IE 5+
  window.attachEvent("onload", DL_randm_wait);
}



