\n");
// Now, if the cookie length is greater than zero,
// we know we have something to process:
if(postAction != null){
// this reads the paypal cookie and
// breaks it up into its' form fields.
// The first part is the post URL:
var POSTURL = postAction.substring(0).split('?');
document.write("\n");
document.write("