// NOTES:
// Make sure when editing the following lines, that quotes " and semicolons ; are left intact.  
// Only edit "BETWEEN" the quotes "

paypal_email  =    "Derek@Information-knowhow.co.uk";  // Set this to the email address you used when setting up your PayPal Account
site_url      =    "HTTP://WWW.INFORMATION-KNOWHOW.CO.UK";  // Fill in your Site URL here - including HTTP://

// WARNING: DO NOT CHANGE ANYTHING BELOW THIS LINE
// *******  ** *** ****** ******** ***** **** ****
















document.write("<input type='hidden' name='business' value='"+paypal_email+"'>");  //DO NOT CHANGE THIS
document.write("<input type='hidden' name='return' value='"+site_url+"/thankyou.html'>"); //DO NOT CHANGE THIS

