function write_script(randnum)
{
	str="<scr"+"ipt language=\"JavaScript1.1\" src=\"http://amch.questionmarket.com/adsc/d101701/1/105002/decide.php?survey_num=101701&site=1&code=105002&randnum="+randnum+"\">";
	str= str + "</scr"+"ipt>";
	document.write(str);
	document.close();
}
var axel = Math.random()+"";
var rand = (axel * 10000000000000)+"";
var dotat=rand.indexOf(".");
var randnum=rand.substring(0,dotat);
str="<SCR"+"IPT>document.onLoad=write_script(randnum)</SCR"+"IPT>";
document.write(str);
document.close();
