function rdProduct(){
theURL = new Array();
theURL[1] = "http://shop.golf-aholic.com/shopdetail/034002000005/";
theURL[2] = "http://shop.golf-aholic.com/shopdetail/025002000004/order/";
theURL[3] = "http://shop.golf-aholic.com/shopdetail/021003000002/039/000/order/";
theURL[4] = "http://shop.golf-aholic.com/shopdetail/021002000007/order/";
theURL[5] = "http://shop.golf-aholic.com/shopdetail/002001000001/";
theURL[6] = "http://shop.golf-aholic.com/shopdetail/002003000008/order/";
theURL[7] = "http://shop.golf-aholic.com/shopdetail/002004000003/order/";
theURL[8] = "http://shop.golf-aholic.com/shopdetail/025002000001/order/";
theURL[9] = "http://shop.golf-aholic.com/shopdetail/023002000006/order/";
theURL[10] = "http://shop.golf-aholic.com/shopdetail/036000000002/order/";
Product = new Array();
Product[1] = "ゴルフボール キーホルダー";
Product[2] = "キャディバッグ ペン＆ホルダー";
Product[3] = "ゴルフボール付 ビーチサンダル";
Product[4] = "ケース付 野球・ゴルフボール";
Product[5] = "ディンプル柄キューブティッシュ";
Product[6] = "新！ゴルフボール型　灰皿";
Product[7] = "ゴルフレンジ バケツ＆バスケット";
Product[8] = "旗付き！グリーン型マウスパッド";
Product[9] = "ゴルフボール型 塩・胡椒入れ";
Product[10] = "ギフトバッグ レンジバスケット";
ImageCount=10;
num = Math.floor(Math.random()*ImageCount+1);
document.write("<a href='"+theURL[num]+"' target='_blank' onclick='pageTracker._trackPageview(\"/aholic\")'>");
document.write("<img src='http://get-inthehole.com/images/aholic/"+num+".jpg' width='117' height='117' alt=''>");
document.write("</a><br />");
document.write("<span><a href='"+theURL[num]+"' target='_blank' onclick='pageTracker._trackPageview(\"/aholic\")'>"+Product[num]+"</a></span>");
}
