nch = "

Thank you for using my website...

"; cch = "If your purchase was successful:"+ "
"+ "
  • You will get an email from PayPal with details of the transaction.
  • "+ "
  • Your photo will be printed, processed and shipped via USPS.
  • "+ "
  • Please allow 2 - 4 weeks, so that I can ensure the best quality print.
  • "+ "
  • You can contact me anytime regarding your order.
"+ "

"+ ""+ ""+ ""+ "
"+ ""+ "
"+ ""+ "
"+ "Joe Darin"; container = new Container(); container.paintLayout(PAINT_LAYOUT); container.setSpacing(SPACING); container.setNorthComponent(nch, "center"); container.setCenterComponent(cch, "center"); var thankyouPage = new Page("Thank You"); thankyouPage.createHtml(container);