function lanyard()
{
//2
var ranNum= Math.round(Math.random() * 2);
if (ranNum == 0){document.write('<table border="0" cellpadding="0" cellspacing="0" width="500" height="500">        <tr>          <td width="248" height="230"><img src="http://playwrites.net/coolanyard/images/0_RNG.jpg" width="248" height="230" border="0"></td><td width="252" height="230"><img src="http://playwrites.net/coolanyard/images/2_RNG.jpg" width="252" height="230" border="0"></td>        </tr>        <tr>          <td width="248" height="270"><img src="http://playwrites.net/coolanyard/images/1_RNG.jpg" width="248" height="270" border="0"></td><td width="252" height="270"><img src="http://playwrites.net/coolanyard/images/3_RNG.jpg" width="252" height="270" border="0"></td>        </tr>      </table>'); } // wcoa
if (ranNum == 1){document.write('<table border="0" cellpadding="0" cellspacing="0" width="500" height="500">        <tr>          <td width="245" height="254"><img src="http://playwrites.net/coolanyard/images/0_PEWTER.jpg" width="245" height="254" border="0"></td><td width="255" height="254"><img src="http://playwrites.net/coolanyard/images/2_PEWTER.jpg" width="255" height="254" border="0"></td>        </tr>        <tr>          <td width="245" height="246"><img src="http://playwrites.net/coolanyard/images/1_PEWTER.jpg" width="245" height="246" border="0"></td><td width="255" height="246"><img src="http://playwrites.net/coolanyard/images/3_PEWTER.jpg" width="255" height="246" border="0"></td>        </tr>      </table>'); } // wcga
if (ranNum == 2){document.write('<table border="0" cellpadding="0" cellspacing="0" width="500" height="500">        <tr>          <td width="255" height="247"><img src="http://playwrites.net/coolanyard/images/0_whistle.jpg" width="255" height="247" border="0"></td><td width="245" height="247"><img src="http://playwrites.net/coolanyard/images/2_whistle.jpg" width="245" height="247" border="0"></td>        </tr>        <tr>          <td width="255" height="253"><img src="http://playwrites.net/coolanyard/images/1_whistle.jpg" width="255" height="253" border="0"></td><td width="245" height="253"><img src="http://playwrites.net/coolanyard/images/3_whistle.jpg" width="245" height="253" border="0"></td>        </tr>      </table>'); } // rlba
}
