<!--function donationbutton(buttonText,paypalText) {document.write ('<!-- PAYPAL DONATION BUTTON BEGINS --><font size=1><b>' + buttonText + '</b></font>');document.write ('<br><img src="/images/structure/spacer.gif" height="4" width="1" border="0"><br>');document.write ('<form action="https://www.paypal.com/cgi-bin/webscr" method="post" style="padding:0;border:0;margin:0;" name="PayPalDonate">');document.write ('<input type="hidden" name="cmd" value="_xclick">');document.write ('<input type="hidden" name="business" value="paypal@bcwf.bc.ca">');document.write ('<input type="hidden" name="item_name" value="' + paypalText + '">');document.write ('<input type="hidden" name="return" value="http://www.bcwf.bc.ca/about/donationthanks.html">');document.write ('<input type="hidden" name="cn" value="Comments">');document.write ('<input type="hidden" name="currency_code" value="CAD">');document.write ('<input type="hidden" name="tax" value="0">');document.write ('<input type="hidden" name="shipping" value="0.00">');document.write ('<input type="hidden" name="lc" value="CA">');document.write ('<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">');document.write ('</form>');document.write ('<!-- PAYPAL DONATION BUTTON ENDS -->');}-->