// JavaScript Document

rnd= new Array(

"<a href='http://products.rune.jp/special/r022purely/' target='_blank'><img src='http://products.rune.jp/special/r022purely/images/bnr/manaka120.jpg' alt='Ｐｕｒｅｌｙ〜その狭い青空を見上げて〜'></a>",

"<a href='http://products.rune.jp/special/r022purely/' target='_blank'><img src='http://products.rune.jp/special/r022purely/images/bnr/yu120.jpg' alt='Ｐｕｒｅｌｙ〜その狭い青空を見上げて〜'></a>",

"<a href='http://products.rune.jp/special/r022purely/' target='_blank'><img src='http://products.rune.jp/special/r022purely/images/bnr/kotori120.jpg' alt='Ｐｕｒｅｌｙ〜その狭い青空を見上げて〜'></a>",

"<a href='http://products.rune.jp/special/r022purely/' target='_blank'><img src='http://products.rune.jp/special/r022purely/images/bnr/tsumugi120.jpg' alt='Ｐｕｒｅｌｙ〜その狭い青空を見上げて〜'></a>",

"<a href='http://products.rune.jp/special/r022purely/' target='_blank'><img src='http://products.rune.jp/special/r022purely/images/bnr/hinata120.jpg' alt='Ｐｕｒｅｌｙ〜その狭い青空を見上げて〜'></a>",

"<a href='http://products.rune.jp/special/r022purely/' target='_blank'><img src='http://products.rune.jp/special/r022purely/images/bnr/chisa120.jpg' alt='Ｐｕｒｅｌｙ〜その狭い青空を見上げて〜'></a>",

"<a href='http://products.rune.jp/special/r022purely/' target='_blank'><img src='http://products.rune.jp/special/r022purely/images/bnr/asuka120.jpg' alt='Ｐｕｒｅｌｙ〜その狭い青空を見上げて〜'></a>"


);
function rnd1(){
{
a=Math.floor(Math.random()*rnd.length);
result=rnd[a]
}
return result;
}
function pnt(){
document.write(rnd1())
}
