<?php
include_once('header.php');
?>
<script>
function openPromote()
{
window.open('promote.php','promote','width=600,height=500,toolbar=0,scrollbars=1,resize=1');
}
</script>
<center>
<table cellspacing="0" cellpadding="0">
<tr>
<td colspan="2" style="text-align:left;padding-bottom:10px">
<iframe width="700" height="425" src="http://www.youtube.com/embed/07WH-_bnkbE?autoplay=1&loop=1&playlist=07WH-_bnkbE" frameborder="0" allowfullscreen></iframe>
</td>
</tr>
<tr>
<td><a href="http://www.mercyministries.ca/get-involved/donate" target="_blank"><img src="images/donate.png" border="0"></td>
<td><a href="#" onClick="openPromote();return false"><img src="images/promote.png" border="0"></a></td>
</tr>
</table>
<?php include_once('footer.php'); ?>