home *** CD-ROM | disk | FTP | other *** search
- <html>
- <head>
- <title>Miss TG Forum Contestant: Cherri</title>
- <script language="JavaScript">
- <!-- hide
- function surfto( form )
- {
- var thisindex=form.NavComboBox.selectedIndex;
- location.href = (form.NavComboBox.options[thisindex].value);
- }
-
- function nextitem( form )
- {
- var thisindex = form.NavComboBox.selectedIndex;
- if (thisindex == form.NavComboBox.length - 1)
- form.NavComboBox.options[0].selected = true;
- else
- form.NavComboBox.options[ eval(thisindex + 1) ].selected = true;
- surfto(form);
- }
-
- function previtem( form )
- {
- var thisindex = form.NavComboBox.selectedIndex;
- var listlength = form.NavComboBox.length;
-
- if ( thisindex > 0 )
- form.NavComboBox.options[eval(thisindex - 1)].selected = true;
- else
- form.NavComboBox.options[ listlength - 1 ].selected = true;
- surfto(form);
- }
- // -->
- </script>
- </head>
-
- <body bgcolor="White">
- <center>
- <a href="http://www.wigstore.com"><img src="../../ads/phgban.gif" width=432 height=101 border=0 alt=""></a>
- <!-- The Contestants Selection Form Table-->
- <table width="95%" border="0">
- <tr>
- <td align="CENTER">
- <img src="mtgflogo.jpg" width=300 height=120 alt="" border=0 align="top">
- </td>
- <td align="CENTER" valign="BOTTOM">
- <form>
- <select name="NavComboBox" onChange="surfto(this.form)">
- <!--fullname-->
- <option value="amandari.html">Amanda Richards</option>
- <option value="bobbiswa.html">Bobbi Swan</option>
- <option value="bobbiwil.html">Bobbi Jo Williams</option>
- <option value="cerise.html">Cerise</option>
- <option value="cherri.html" selected>Cherri</option>
- <option value="danabour.html">Dana Bourne</option>
- <option value="donna.html">Donna</option>
- <option value="dora.html">Dora</option>
- <option value="ericamat.html">Erica Matthews</option>
- <option value="heidilov.html">Heidi Mary Anna Lover</option>
- <option value="jamiward.html">Jami Ward</option>
- <option value="kimberle.html">Kimberley</option>
- <option value="kristenm.html">Kristen Miller</option>
- <option value="laura.html">Laura</option>
- <option value="michelle.html">Michelle Ross</option>
- <option value="nicoleco.html">Nicole Cook</option>
- <option value="siobhane.html">Siobhan Ellis</option>
- <option value="susansin.html">Susan Sinclair</option>
- <option value="tami.html">Tami</option>
- <option value="willakoe.html">Willa Koenig</option>
- <option value="winnidan.html">Winni Daniels</option>
- </select>
- <br>
- <input type="button" value="Previous" onClick="previtem(this.form)">
- <input type="button" value="Next" onClick="nextitem(this.form)">
- <!-- for andreiaa -->
- <br><a href="cerise.html">Previous</a>
- <a href="danabour.html">Next</a>
- </form>
- </td>
- </tr>
- </table>
-
- <table width="95%" border="0">
- <tr align="CENTER" valign="TOP">
- <td colspan="2">
- <blockquote>
- <font face="Arial">
- <h1>Cherri</h1>
- Cherri is on the dark side of 30, and has been fascinated by all
- things feminine as long as she can remember. She's a Midwestern
- girl who can still vividly remember the thrill she got the 1st time she heard the
- song, "I Enjoy Being a GIRL." The song still makes me smile...
- </font>
- </blockquote>
- </td>
- </tr>
- <tr>
- <td align="CENTER" valign="TOP"><img src="cherri1.jpg" width=177 height=315 alt="" border=0></td>
- <td align="CENTER" valign="TOP"><img src="cherri2.jpg" width=189 height=315 alt="" border=0></td>
- <tr><td colspan=2 align=center><h3><a href="ballot.html">Vote for Cherri</a></h3></td></tr>
- </tr>
-
- </table>
- </center>
- </body>
- </html>