<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.wintec.ac.nz/dtd/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head id="ctl00_Head1"><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" /><link id="ctl00_mobilestylesheet" href="../../SharedControls/css/mobiledevicestyle.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="/javascript/AllScriptsCompressed.js"></script>
<title>
	Canterbury Earthquake Fundraising Dinner, News, About Us, Wintec
</title>
<title>Canterbury Earthquake Fundraising Dinner, News, About Us, Wintec</title>
<link rel="image_src" href="http://www.wintec.ac.nz/news/2011/thumbnails/canterbury-earthquake-fundraising-dinner.jpg" />
</head>

<body class="HasBackground">

<form name="aspnetForm" method="post" action="canterbury-earthquake-fundraising-dinner.aspx" id="aspnetForm">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJNDMyNDU0NjAzZGSHgPJH9j0veiivYRu0BCK4w4LlrA==" />


<div id="MobilePageHeader">
<div id="MobileImage">
<img src="http://www.wintec.ac.nz/mobile-device/images/mobile-logo.gif" alt="Wintec website for Mobile devices" title="Wintec website for mobile devices" />
</div>
<div id="MobileWintecImage">
<img src="http://www.wintec.ac.nz/mobile-device/images/wintec-logo.gif" alt="Wintec - Waikato Institute of Technology" title="Wintec - Waikato Institute of Technology" width="149" height="50" />
</div>
<div class="MobileTopMenu">
	<div class="MobileMenuItem"><a href="http://www.wintec.ac.nz/index.aspx">Home</a></div>
    <div class="MobileMenuItem"><a href="http://www.wintec.ac.nz/courses/index.aspx">Courses</a></div>
    <div class="MobileMenuItem"><a href="http://www.wintec.ac.nz/studentlife/index.aspx">Student Life</a></div>
    <div class="MobileMenuItem"><a href="http://www.wintec.ac.nz/international/index.aspx">International</a></div>
    <div class="MobileMenuItem"><a href="http://www.wintec.ac.nz/faculty/index.aspx">Faculty</a></div>
</div>
</div>

<div id="MobilePageContent">
	
<h1>Wintec News</h1>
<div class="ColumnLeft">
<h2>Canterbury Earthquake Fundraising Dinner</h2>
<h6>Posted On: Monday, 7 March 2011</h6>
<p >Join  us for a four course dinner this Saturday, March 12th, to raise  funds for the Canterbury earthquake tragedy. </p>
<p>Each  course will be created and cooked by a well-known Hamilton chef including the  head chefs from Pumice, Sky City and Ibis Hotel. Tickets also include drinks to  accompany the meal and entertainment.</p>
<table width="100%" border="0">
  <tr>
    <td width="10%"><strong>Cost:</strong></td>
    <td>$75 per person (the full $75 will be donated  to the Canterbury Earthquake Appeal)</td>
  </tr>
  <tr>
    <td><strong>Date:</strong></td>
    <td>7pm, Saturday March 12th</td>
  </tr>
  <tr>
    <td><strong>Where:</strong></td>
    <td>Windows on  Avalon, Wintec Rotokauri Campus, Avalon Drive</td>
  </tr>
  <tr>
    <td><strong>Menu:</strong></td>
    <td>Click here to <a href="files/Earthquake-Fundraising-Dinner-Menu.pdf">view the menu</a></td>
  </tr>
</table>
<p>Our  generous suppliers are providing the food and beverages while the chefs and our staff and students are  donating their time. This means the full ticket price will be donated to the  earthquake appeal. </p>
<p>We  will also be holding a silent auction on the night to raise extra funds. If you  have anything you would like to donate to this auction please contact Barry  Finch on <a href="mailto:barry.finch@wintec.ac.nz">barry.finch@wintec.ac.nz</a> or 07 834 8800 ext 7782.</p>
<p>Numbers  are limited to 120 so if you would like to join us at this fundraising event,  please <strong>RSVP</strong> to <a href="mailto:windowsonavalon@wintec.ac.nz">windowsonavalon@wintec.ac.nz</a> or 07 834 8850.  Please state how many tickets you would like. Payment will be taken on the  night using eftpos facilities. </p>
<p>This event is open to the public  so please tell your family and friends! The more people who attend, the more we  can help Christchurch.</p>
<p><a href="../../windows/index.aspx">Windows  on Avalon</a> is Wintec’s training restaurant based at our <a href="../../campus/rotokauri.aspx">Rotokauri campus</a>.</p>
</div>
<div class="ColumnRightNone">
<h6 align="center"><a href="mailto:annabel.barbosa@wintec.ac.nz"><img src="../images/reportnews.gif" alt="Got News to report?" width="130" height="118" border="0" /></a></h6>
</div>

	<div id="SideMenu">
	<br />&nbsp;
	<div class="smMainCategory">Section Links</div>
	<div id="SideMenuBtns"></div>
	

	</div>
	<script type="text/javascript">
	<!--
	    LoadMenus();
	-->
	</script>
</div>

<div id="FooterBackground">
<div id="MobilePageFooter">
<span class="SmallLinks"><a href="http://www.wintec.ac.nz/zoom/search.aspx">Search</a> | <a href="http://www.wintec.ac.nz/about/disclaimer.aspx">Disclaimer</a> | <a href="http://www.wintec.ac.nz/about/index.aspx">About Us</a> | <a href="http://www.wintec.ac.nz/mobile-device/contact.aspx">Contact Us</a> | <a href="https://staff.wintec.ac.nz/">Staff Intranet</a></span>
</div>
</div>


<script type='text/javascript'>var imgObjs = document.images;var maxWidth = 250;var maxHeight = 150;for (var i = 0; i < imgObjs.length; i++) {var obj = imgObjs[i];var origWidth = obj.width;var origHeight = obj.height;if (obj.width > obj.height) {if (obj.width > maxWidth) { obj.width = maxWidth; obj.height = origHeight * (maxWidth / origWidth); }} else {if (obj.height > maxHeight) { obj.height = maxHeight; obj.width = origWidth * (maxHeight / origHeight); }}}</script></form>

<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-6887001-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();
</script>
</body>

</html>

