var Imgs=new Array();
var URLs=new Array();
var cnt=0;
Imgs[0]="/resource/image/banner/FOCUS_topb2.jpg";
Imgs[1]="/resource/image/banner/app_top_update.gif";
Imgs[2]="/resource/image/banner/hon22_hatsubaichu.gif";
/*Imgs[2]="03.jpg";*/
/* �摜��URL���` */

URLs[0]="http://www.musicman-net.com/focus/2.html";
URLs[1]="http://www.musicman-net.com/others/11499.html";
URLs[2]="http://www.musicman-net.com/others/musicmanbook-2.html";
/*URLs[2]="http://www03.html";*/
/* �W�����v���URL���` */

function anime(){
cnt++;
if(cnt==3) {cnt=0;}
//cnt��������鏈������

document.gazo.src=Imgs[cnt];
}

function location_href(){
window.open(URLs[cnt],"_blank");
}

