<!-- // Start of AdSubtract JavaScript block; you can ignore this.
     // It is used when AdSubtract blocks cookies or pop-up windows.
document.iMokie = "cookie blocked by AdSubtract";
document.iMferrer = "referrer blocked by AdSubtract";
function iMwin() {
	this.location = "";
	this.frames = new Array(9);
	this.frames[0] = this;
	this.frames[1] = this;
	this.frames[2] = this;
	this.frames[3] = this;
	this.frames[4] = this;
	this.frames[5] = this;
	this.frames[6] = this;
	this.frames[7] = this;
	this.frames[8] = this;
	this.length = 0;
}
// End of AdSubtract JavaScript block. -->
function write_script(randnum)
{
	str="<script language=\"JavaScript1.1\" src=\"http://amch.questionmarket.com/adsc/d97070/1/97785/decide.php?survey_num=97070&site=1&code=97785&randnum="+randnum+"\">";
	str= str + "</script>";
	document.write(str);
	document.close();
}
var axel = Math.random()+"";
var rand = (axel * 10000000000000)+"";
var dotat=rand.indexOf(".");
var randnum=rand.substring(0,dotat);
str="<SCRIPT>document.onLoad=write_script(randnum)</SCRIPT>";
document.write(str);
document.close();

