function koukoku(){
	a = Math.random();
b= Math.floor(a * 10); 
c = "http://pastochigi.jf.land.to/cm_area1/flash468_60_" +b+ ".swf"; 
document.write("<embed width='468' height='60' src=" +c+ ">");
}

