<div id="view-intro">
 
    <p>Warning!!! This game includes adult content and promotes drinking</p>
 
    <p>Each player takes a turn rolling the dice and moving around the board.</p>
 
    <p>If a tile is not claimed, it becomes yours. If it is claimed, you must either Sip or Strip to take it away from the other player.</p>
 
    <p>Landing on the Oh No or Just 4 Fun tiles requires you to perform the task presented, or quit the game.</p>
 
    <p>Passing the start earns you back one peice of clothing, landing on it earns back 2 pieces, if you have already stripped.</p>
 
    <p>Once a player owns all the squares or is the last remaining player, they are declared the winner.</p>
 
    <form method="post">
 
        <div class="form-submit">
 
            <input type="hidden" name="a" value="selplayer">
 
            <input type="submit" name="submit" value="Select Players">
 
        </div>
 
    </form>
 
</div>
 
 |