Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
108 lines (97 sloc)
4.04 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <HTML> | |
| <HEAD> | |
| <meta name="Description" content="What the Doctor Takes supplies you with all the vitamins and minerals you need to help live a normal life."> | |
| <meta name="Keywords" content="Vitamins,Supplements,Gelcaps,Health,Nutrition,Fitness,Concentrate,Garlic,Fruits,Vegatibles,Doctor"> | |
| <TITLE>What the Doctor Takes | Ordering Vitamins</TITLE> | |
| <style> | |
| A:hover {color: #FF0000; | |
| text-decoration: underline; | |
| font-family: Arial; | |
| font-size: 10pt; | |
| font-weight: bold} | |
| </style> | |
| </HEAD> | |
| <script language="JavaScript"> | |
| <!-- | |
| if (document.images) { | |
| image1on = new Image(); | |
| image1on.src = "images/infoon.gif"; | |
| image2on = new Image(); | |
| image2on.src = "images/faqon.gif"; | |
| image3on = new Image(); | |
| image3on.src = "images/orderon.gif"; | |
| image1off = new Image(); | |
| image1off.src = "images/infooff.gif"; | |
| image2off = new Image(); | |
| image2off.src = "images/faqoff.gif"; | |
| image3off = new Image(); | |
| image3off.src = "images/orderoff.gif"; | |
| } | |
| function turnOn(imageName) { | |
| if (document.images) { | |
| document[imageName].src = eval(imageName + "on.src"); | |
| } | |
| } | |
| function turnOff(imageName) { | |
| if (document.images) { | |
| document[imageName].src = eval(imageName + "off.src"); | |
| } | |
| } | |
| // --> | |
| </script> | |
| <BODY bgcolor="#FFFFFF" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" link="#0000FF" vlink="#0000FF" alink="#FF0000"> | |
| <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100% bgcolor="#FFFFFF"> | |
| <TR> | |
| <TD rowspan="3" width="192"> | |
| <img border="0" src="images/logo.gif" width="192" height="198"></TD> | |
| <TD valign="top" background="images/bg.gif"> | |
| <img border="0" src="images/topbar.gif" width="408" height="37"></TD> | |
| </TR> | |
| <TR> | |
| <TD valign="top"> | |
| <img border="0" src="images/whatthe.gif" width="408" height="59"></TD> | |
| </TR> | |
| <TR> | |
| <TD valign="top"> | |
| <table border="0" cellpadding="0" cellspacing="0" width="408"> | |
| <tr> | |
| <td align="right"> | |
| <A href="info.htm" onmouseout="turnOff('image1')" onmouseover="turnOn('image1')"><IMG border=0 height=85 name=image1 src="images/infooff.gif" width=64></A> | |
| <A href="faq.htm" onmouseout="turnOff('image2')" onmouseover="turnOn('image2')"><IMG border=0 height=85 name=image2 src="images/faqoff.gif" width=64></A> | |
| <A href="order.htm" onmouseout="turnOff('image3')" onmouseover="turnOn('image3')"><IMG border=0 height=85 name=image3 src="images/orderoff.gif" width=68></A></td> | |
| </tr> | |
| </table> | |
| </TD> | |
| </TR> | |
| </TABLE> | |
| <table border="0" cellpadding="0" cellspacing="0" width="600"> | |
| <tr> | |
| <td><img border="0" src="images/orderhd.gif" width="510" height="100"></td> | |
| </tr> | |
| <tr> | |
| <td valign="middle"> | |
| <h3><b><i><font color="#FFCC00">Ordering online will be available soon!</font></i></b></h3> | |
| <p><font face="Arial" size="2">We have 2 great savings packages for you:</font></p> | |
| <ol> | |
| <li><font face="Arial" size="2">When placing your order, mention our website promotion and you will receive $2.00 off on every bottle that you order. That means each bottle will cost you $17.95 (originally $19.95). <br> | |
| </font></li> | |
| <li><font face="Arial" size="2">You can receive additional savings by joining our Vitamin Club. This means we will send you a monthly supply of What the Doctor Takes vitamins for as long as you would like to be a member. For more information email us for details at <a href="mailto:info@whatthedoctortakes.com">info@whatthedoctortakes.com</a>. </font></li> | |
| </ol> | |
| <p><font face="Arial" size="2">By the way, we forgot to mention, with your first order of what the doctor takes vitamins, <b> SHIPPING IS ABSOLUTELY FREE !</b><br> | |
| To receive your first bottle of vitamins, send a check or money order to:</font></p> | |
| <p align="center"><font face="Arial"><br> | |
| <font size="2"><b>WDT Products, LLC<br> | |
| P.O. BoxQ<br> | |
| Short Hills, NJ 07078</b></font></font> | |
| <p align="center"> </td> | |
| </tr> | |
| <tr> | |
| <td align="center"><font face="Arial" size="2"><a href="info.htm">INFO</a><b> | </b><a href="books.htm">BOOKSTORE</a><b> | </b><a href="faq.htm">FAQ'S</a></font> | |
| <p> </td> | |
| </tr> | |
| <tr> | |
| <td align="center"><font size="1" face="Verdana">© Copyright 1999 WTD Products L.L.C</font></td> | |
| </tr> | |
| </table> | |
| </BODY> | |
| </HTML> |