function ran01() {
        var r;
        xx = new Array();

xx[0] = '<TABLE WIDTH="100%" BORDER="0" cellpadding="1" cellspacing="0"><TR ALIGN="center"><TD VALIGN="top" ALIGN="center" CLASS="font31"><a href="http://www.store-mix.com/ko-bai/product.php?afid=9742349&pid=130437&hid=4693&oid=7977" target=_blank><img border="0" src="http://image.d-064.com/products/images/samnail/130437" alt="カイゲン『コレカットレモン（30缶）』" width="100" height="74"></a></td><TR ALIGN="center"><TD VALIGN="top" ALIGN="center" CLASS="font31"><a href="http://www.store-mix.com/ko-bai/product.php?afid=9742349&pid=130437&oid=7977&hid=4693" target="_blank"><STRONG>コレステロール対策に！<BR>人気のコレカットレモン！</STRONG></a></TD></TABLE>';
        r = Math.floor(Math.random() * xx.length);
        document.write(xx[r]);
}

