var gazo0 = "http://www.can-chan.com/hana/2002029/marubarukousou91100s.jpg";
var gazo1 = "http://www.can-chan.com/hana/2002029/nira-91100s.jpg";
var gazo2 = "http://www.can-chan.com/hana/2002029/marubarukousou91101s.jpg";
var gazo3 = "http://www.can-chan.com/hana/2002029/inutoubana-82000s.jpg";
var gazo4 = "http://www.can-chan.com/hana/2002029/inutoubana-82001s.jpg";
var gazo5 = "http://www.can-chan.com/hana/2002029/nira-91101s.jpg";
var gazo6 = "http://www.can-chan.com/hana/200202ab/gomana-a1100s.jpg";
var gazo7 = "http://www.can-chan.com/hana/200202ab/akichouji-a1100s.jpg";
var gazo8 = "http://www.can-chan.com/hana/200202ab/otakarakou-a0800s.jpg";
var gazo9 = "http://www.can-chan.com/hana/200202a/komayumi-a0600s.jpg";
var gazo10 = "http://www.can-chan.com/hana/200202a/tsururindou-a0600s.jpg";
function gazo(n){
	if (n<=0.1) document.write('<IMG src=gazo0>');
	else {if (n<=0.2) document.write('<IMG src=gazo1>');
	else {if (n<=0.3) document.write('<IMG src=gazo2>');
	else {if (n<=0.4) document.write('<IMG src=gazo3>');
	else {if (n<=0.45) document.write('<IMG src=gazo4>');
	else {if (n<=0.5) document.write('<IMG src=gazo5>');
	else {if (n<=0.6) document.write('<IMG src=gazo6>');
	else {if (n<=0.7) document.write('<IMG src=gazo7>');
	else {if (n<=0.8) document.write('<IMG src=gazo8>');
	else {if (n<=0.9) document.write('<IMG src=gazo9>');
	else {if (n<=1) document.write('<IMG src=gazo10>');
	}}}}}}}}}}
}
gazo(Math.random())
