<!-- Hide script from old browsers

// Do NOT make any modifications unless you fully understand both the Javascript and HTML code since the two work together.


// Assign SHEF's PayPal business id. 

function validate()
{
document.payform.business.value="webmaster@cfwshops.org"; 
return true;
}


// Redirect to PayPal's website to view SHEF's PayPal Verified information.

function verified()
{
window.location.href = "https://www.paypal.com/verified/pal=webmaster%40cfwshops.org";
return true;
}


//  End hiding script from old browsers -->