﻿// JavaScript Document

tag = new Array();


tag[0]='<a href="/contents/pc/special/beauty/asiatica/index.vsp"><img src="/contents/pc/images/ad/ad_asiatica.jpg" alt="アジアチカ" border="0" /></a>';

tag[1]='<a href="/contents/pc/special/beauty/touka/index.vsp"><img src="/contents/pc/images/ad/ad_touka.jpg" alt="透科植物美容術" border="0" /></a>';

tag[2]='<a href="/contents/pc/special/cate/100722/index.vsp"><img src="/contents/pc/images/ad/ad_100722_bathtarobe.jpg" alt="バスタローブ" border="0" /></a>';


i = Math.floor(Math.random()*tag.length);

document.write(tag[i]);