function deai_list(){
	i=Math.floor(Math.random() * 100);
	siteURL="http://deai_list.com/?no=";
	window.status=siteURL+i;
}
