function write_script(randnum)
{
	str="<script language=\"JavaScript1.1\" src=\"http://amch.questionmarket.com/adsc/d123115/3/123932/decide.php?survey_num=123115&site=3&code=123932&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();
