tag=new Array();

	// ランダムに挿入したいHTMLソースを配列に記述（サーバUP前に絶対パスに変更）
	root_path = '/';
	tag[0]='<a href="'+root_path+'collavin/"><img src="'+root_path+'collavin/banner/collavin_move01.gif" width="120" height="180" alt="コラビン"></a>';
	tag[1]='<a href="'+root_path+'collavin/"><img src="'+root_path+'collavin/banner/collavin_move02.gif" width="120" height="180" alt="コラビン"></a>';
	tag[2]='<a href="'+root_path+'collavin/"><img src="'+root_path+'collavin/banner/collavin_move03.gif" width="120" height="180" alt="コラビン"></a>';
	tag[3]='<a href="'+root_path+'collavin/"><img src="'+root_path+'collavin/banner/collavin_move04.gif" width="120" height="180" alt="コラビン"></a>';
	tag[4]='<a href="'+root_path+'collavin/"><img src="'+root_path+'collavin/banner/collavin_move05.gif" width="120" height="180" alt="ハービン"></a>';
	tag[5]='<a href="'+root_path+'collavin/"><img src="'+root_path+'collavin/banner/collavin_move06.gif" width="120" height="180" alt="コラビン"></a>';
	tag[6]='<a href="'+root_path+'collavin/"><img src="'+root_path+'collavin/banner/collavin_move07.gif" width="120" height="180" alt="コラビン"></a>';
	
i=Math.floor(Math.random()*tag.length);

document.write(tag[i]);
