<?php header("Content-type: text/html; charset=utf-8");
header("Last-Modified: " . gmdate("D, d M Y H:i:s", getlastmod()) . " GMT");
ob_start();
$gzipthis = (filesize(__FILE__)>65535);
if($gzipthis) ob_start("ob_gzhandler");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Type" content="application/xhtml\+xml; charset=utf-8" />
<meta http-equiv="Content-Language" content="en-gb" />
<link rel="stylesheet" type="text/css" href="../genstyles.css" />
<title>Untitled 1</title>
</head>
<body>
<center><div style="width: 80%; border: thick; border-style: double; text-align: center;">
<p><img alt="A pint of beer" style="float:left; margin-right: 8px" src="costacoffee.jpg" /><img alt="A pint of beer" style="float:right" src="beamishPint.png" />Would you like to buy Niall a beer/coffee to thank him for writing & maintaining this page? A beer or coffee costs around £2.69
here in St. Andrews, Scotland.</p>
<p>Thanks to recent donators: <strong>Felix W, David F</strong></p>
<iframe id="currencyframe" width="300" height="160" src="donatesrc.html" frameborder="0" marginwidth="0" marginheight="0" allowtransparency="true" scrolling="no"></iframe>
<script type="text/javascript"><!--
function TogglePaymentOptions()
{
if(paymentoptions.style.display=='block')
{
paymentoptions.style.display='none';
togglepaymenttext.innerText='Click to show Payment Options';
}
else
{
paymentoptions.style.display='block';
togglepaymenttext.innerText='Click to hide Payment Options';
}
}
//--></script>
<p><a id="togglepaymenttext" href="#" onclick="javascript:TogglePaymentOptions();">Click to show Payment Options</a></p>
<table id="paymentoptions" style="width: 100%; display:none;">
<tr>
<td valign="top">£2.99 via Google Checkout<br />
(preferred)</td>
<td>
<form action="https://checkout.google.com/cws/v2/Merchant/816503374014798/checkoutForm" id="BB_BuyButtonForm" method="post" name="BB_BuyButtonForm">
<div><input name="item_name_1" type="hidden" value="One coffee or beer for Niall"/>
<input name="item_description_1" type="hidden" value=""/>
<input name="item_quantity_1" type="hidden" value="1"/>
<input name="item_price_1" type="hidden" value="2.99"/>
<input name="item_currency_1" type="hidden" value="GBP"/>
<input name="_charset_" type="hidden" value="utf-8"/>
<input alt="" src="https://checkout.google.com/buttons/buy.gif?merchant_id=816503374014798&w=117&h=48&style=white&variant=text&loc=en_US" type="image"/>
</div></form>
</td>
</tr>
<tr>
<td valign="top">£2.69 via Moneybookers</td>
<td>
<form action="https://www.moneybookers.com/app/payment.pl" method="post" target="_blank">
<div>Type
<img alt="Moneybookers address" src="moneybookersaddr.png" style="vertical-align: bottom;" />
into
<input type="text" name="pay_to_email" value="<here>" size="32" /> then
click
<input type="hidden" name="language" value="EN" />
<input type="hidden" name="amount" value="2.69" />
<input type="hidden" name="currency" value="GBP" />
<input type="hidden" name="detail1_description" value="(at St. Andrews, Scotland prices)" />
<input type="hidden" name="detail1_text" value="One coffee or beer for Niall" />
<input alt="" src="moneybookers.gif" type="image" />
</div></form>
</td>
</tr>
<tr>
<td valign="top">£3.07 via Paypal (takes debit & credit
cards without needing prior account creation)</td>
<td>
<form name="_xclick" action="https://www.paypal.com/us/cgi-bin/webscr" method="post">
<div><input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="business" value="SSRDT9SCPM8H4" />
<input type="hidden" name="item_name" value="One coffee or beer for Niall" />
<input type="hidden" name="currency_code" value="GBP" />
<input type="hidden" name="amount" value="3.07" />
<input alt="" src="paypal.gif" type="image" />
</div></form>
</td>
</tr>
</table>
</div></center>
</body>
</html>
<?php if($gzipthis) ob_end_flush();
header("Content-Length: " .ob_get_length());
ob_end_flush();
?>