pix = new Array(15);
pix[0] = "reception0034.";
pix[1] = "reception0175.";
pix[2] = "reception0275.";
pix[3] = "reception0457.";
pix[4] = "reception0533.";
pix[5] = "reception0182.";
pix[6] = "reception0263.";
pix[7] = "reception0398.";
pix[8] = "reception0490.";
pix[9] = "reception0492.";
pix[10] = "ceremony0050.";
pix[11] = "ceremony0077.";
pix[12] = "ceremony0113.";
pix[13] = "ceremony0156.";
pix[14] = "ceremony0192.";
mypix = Math.floor(Math.random() * pix.length);
document.write("<a href=\"http://photo.adriantai.com/",pix[mypix],"html\"><img src=\"http://www.adriantai.com/images/wedding/thumbnail/",pix[mypix],"jpg\"></a>");




