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

xx[0] = '<TABLE WIDTH="100%" BORDER="0" cellpadding="0" cellspacing="0"><TR ALIGN="center"><TD VALIGN="top" ALIGN="center"><a href="http://px.a8.net/svt/ejp?a8mat=109FHO+AMTUM2+MBC+BZO4H" target="_blank"><img border="0" width="125" height="125" alt="" src="http://www26.a8.net/svt/bgt?aid=060906156643&wid=006&eno=01&mid=s00000002892002014000&mc=1"></a><img border="0" width="1" height="1" src="http://www17.a8.net/0.gif?a8mat=109FHO+AMTUM2+MBC+BZO4H" alt=""></TD></TABLE>';



        r = Math.floor(Math.random() * xx.length);
        document.write(xx[r]);
}


