function changeImage(imageName){
	document.targetimage.src = imageName;
}

function swImg(iName,str) {
	document.images[iName].src = str;
}


mySrc=new Array("../../img/main_img01.jpg","../../img/main_img02.jpg","../../img/main_img03.jpg","../../img/main_img04.jpg","../../img/main_img05.jpg");
myLink=new Array("../../search/search.php?word=recentlynew&tpl=search_new","../../search/search.php?word=lisette_new&tpl=search_lisettenew", "../../search/search.php?word=kago_1007,&tpl=search_spotlight100706","../../search/search.php?word=CandR_1007,&tpl=search_spotlight1007092","../../search/search.php?word=glass_exhibition1007,&tpl=search_spotlight100709");
n=0;
function Gazou2(){
document.targetimage.src=mySrc[n];
changeLink(myLink[n]);
n++;
if(n==5){n=0}
setTimeout("Gazou2()",5000);
}


//メインイメージリンク
function  changeLink(new_href)
{
        document.getElementById('main_link').href = new_href;
}
