<% Dim sPrintDate 'as string Dim sRegularMail 'as string Dim sPriorityMail 'as string Dim sFedExMail 'as string Dim sOverseas 'as string sPrintDate = "01/28/2005" 'You only need to change this value whenever your next print date chang sRegularMail = DateAdd("d", 13, sPrintDate) '6 = the number of days, ie: 6 days sRegularMail = Left(FormatDateTime(sRegularMail, 1), (Len(FormatDateTime(sRegularMail, 1)) - 6)) sPriorityMail = DateAdd("d", 08, sPrintDate) sPriorityMail = Left(FormatDateTime(sPriorityMail, 1), (Len(FormatDateTime(sPriorityMail, 1)) - 6)) sFedExMail = DateAdd("d", 3, sPrintDate) sFedExMail = Left(FormatDateTime(sFedExMail, 1), (Len(FormatDateTime(sFedExMail, 1)) - 6)) sOverseas = DateAdd("d", 20, sPrintDate) sOverseas = Left(FormatDateTime(sOverseas, 1), (Len(FormatDateTime(sOverseas, 1)) - 6)) %>
Shipping Options and Book Delivery Dates
 1st Class Mail (no extra charge):
Delivery on or before <%=sRegularMail %>
 Priority Post ($5 extra):
Delivery on or before <%= sPriorityMail %>
 Courier Express* ($10 extra):
Delivery on or before <%= sFedexMail %>
 Overseas Air Mail ($7 extra):
Approximately <%= sOverseas %>
* Shipments are by Federal Express, UPS or Airborne Express based on delivery location. If selecting the Courier Express delivery option, do not use PO Box for address Questions? Call 1-877-898-1440 or email publish@bookbyyou.com