rnd= new Array(
"<A href='http://59.139.22.95/products/detail.php?product_id=46'><IMG border='0' src='/upload/save_image/1900/alp-008/130.jpg' width='50' height='50' alt='alp-008'></a>",
"<A href='http://59.139.22.95/products/detail.php?product_id=147'><IMG border='0' src='/upload/save_image/cap/evc-70/130.jpg' width='50' height='50' alt='evc-70'></a>",
"<A href='http://59.139.22.95/products/detail.php?product_id=117'><IMG border='0' src='/upload/save_image/alpha/alm9004/130.jpg' width='50' height='50' alt='alm9004'></a>",
"<A href='http://59.139.22.95/products/detail.php?product_id=76'><IMG border='0' src='/upload/save_image/hanes/g055x/130.jpg' width='50' height='50' alt='Hanes 7oz鹿の子ポロシャツ'></a>",
"<A href='http://59.139.22.95/products/detail.php?product_id=156'><IMG border='0' src='/upload/save_image/delta/t11730/130.jpg' width='50' height='50' alt='delta 5.5oz ヘビーウェイトTシャツ'></a>",
"<A href='http://59.139.22.95/products/detail.php?product_id=105'><IMG border='0' src='/upload/save_image/mythology/luv-13/130.jpg' width='50' height='50' alt='民衆を導く自由の女神 Tシャツ'></a>",
"<A href='http://59.139.22.95/products/detail.php?product_id=155'><IMG border='0' src='/upload/save_image/pez/pez-19/130.jpg' width='50' height='50' alt='PEZ Tシャツ'></a>",
"<A href='http://59.139.22.95/products/detail.php?product_id=48'><IMG border='0' src='/upload/save_image/1900/alp-010/130.jpg' width='50' height='50' alt='alp-010'></a>"
);
function rnd1(){
{
a=Math.floor(Math.random()*rnd.length);
result=rnd[a]
}
return result;
}
function pnt(){
document.write(rnd1())
}