<!-- Begin --------------- JS-CONTACT----------------------------
document.write('<DIV ALIGN="CENTER">'); 
document.write('<table CLASS="forms-inside" border="0" cellpadding="0" cellspacing="0">'); 
document.write('<tr>'); 
document.write('<TD>'); 
document.write('<BR><H3>Contact Tdot Tees</H3>'); 
document.write('<P><BIG><B>Are you contacting us about SHIPPING?</B></BIG>'); 
document.write('<BR>If you have purchased and paid for an order and need Order Status and Shipping Information, '); 
document.write('Please use the <a TARGET="_blank" HREF="http://www.spot98.net/office/order-tracking.html">Warehouse Online Order Tracking/Shipping - CLICK HERE</a>');
document.write('<BR><BR>To Contact us about any other matter, please complete and submit the Email Form Below, all fields required. We reply asap when necessary. Thank you.');
document.write('</P>'); 
document.write('</TD>'); 
document.write('</TR></table>'); 

document.write('<table CLASS="forms-inside" border="0" cellpadding="0" cellspacing="0">'); 
document.write('<TR>'); 
document.write('<form method="POST" action="http://www.tbible.com/cgi-bin/formmail.pl">'); 
document.write('<input type=hidden name="recipient" value="tdot-tees-email-form-contact@tbible.com">'); 
document.write('<input type=hidden name="subject" value="Tdot Tees Ebay Store Customer Email">');
document.write('<input type=hidden name="redirect" value="http://www.tbible.com/tdot-tees/contact-thanks.html">'); 
document.write('<input type="hidden" name="required" value="ebay-id,name,telephone,email,email2,existing-customer,details">'); 

document.write('<TD>Your Ebay ID:</TD><TD><input type="text" size="40" name="ebay-id"></TD>'); 
document.write('</TR><TR>'); 

document.write('<TD>Your Name:</TD><TD><input type="text" size="40" name="name"></TD>'); 
document.write('</TR><TR>'); 


document.write('<td>Telephone #:</TD><td><input type="text" size="15" name="telephone">'); 
document.write('</TD></tr>'); 
document.write('<tr>'); 
document.write('<td>Email:</TD><td><input type="text" size="40" name="email">');  
document.write('</TD></tr>'); 
document.write('<tr>'); 
document.write('<td >Confirm Email: </TD><td><input type="text" size="40" name="email2"> '); 
document.write('</TD>');

document.write('</TR><TR>'); 

document.write('<TD>Are you an existing Customers? </TD><TD><input type="radio" name="existing-customer" value="yes"> YES <input type="radio" name="existing-customer" value="no"> NO</TD>');
 
document.write('</TR><TR>'); 
document.write('<td>Please provide details:'); 
document.write('</TD>'); 
document.write('<td><TEXTAREA NAME="details" ROWS=4 COLS=40></TEXTAREA>'); 
document.write('</TD></tr>'); 
document.write('<tr><td></TD>'); 
document.write('<td>'); 
document.write('<input type="submit" value="Send Email">'); 
document.write('</TD>'); 
document.write('</form>'); 
document.write('</TR></table>'); 
document.write('</DIV>'); 
// End ------------------------------------ -->





