自我介紹
無限.Infinity | onkio Photo
var banner= new Array()
banner[0]="http://sheau-dih.myweb.hinet.net/pixnetin.jpg"
banner[1]="http://sheau-dih.myweb.hinet.net/pixneta.jpg"
banner[2]="http://sheau-dih.myweb.hinet.net/pixnetb.jpg"
banner[3]="http://sheau-dih.myweb.hinet.net/pixnetc.jpg"
var random=Math.floor(banner.length*Math.random());
document.write("");
document.write("#banner {");
document.write(' background:url("' + banner[random] + '") no-repeat center;');
document.write(" }");
document.write("");