document.write('<h3>Learning Centre</h3>')
document.write('<div id="reusable_content">')

//-----start reusable content------
document.write('<table width="250" border="0" cellpadding="0" cellspacing="0">')
document.write('<tr><td colspan="3"><u>Tutorials</u></td></tr>')
document.write('<tr height="10px"><td colspan="3"></td></tr>')
document.write('<tr height="30px">')
document.write('<td width="10px">&nbsp;</td>')
document.write('<td width=25px" valign="top" style="padding-top:3px;"><img src="http://causeis.com.au/images/tick-red.png" height="16px" width="16px"></td>')
document.write('<td valign="top"><a href="http://causeis.com.au/articles/3/10tips.htm">Rainy day: 10 iMIS Tips</a></td>')
document.write('</tr>')
document.write('<tr height="30px">')
document.write('<td width="10px">&nbsp;</td>')
document.write('<td width=25px" valign="top"><img src="http://causeis.com.au/images/tick-red.png" height="16px" width="16px"></td>')
document.write('<td valign="top"><a href="http://causeis.com.au/articles/1/dataintegrity.htm">Improving your data integrity</a></td>')
document.write('</tr>')
document.write('<tr height="10px"><td colspan="3"></td></tr>')
document.write('<tr><td colspan="3"><u>Presentations</u></td></tr>')
document.write('<tr height="10px"><td colspan="3"></td></tr>')
document.write('<tr height="30px">')
document.write('<td width="10px">&nbsp;</td>')
document.write('<td width=25px" valign="top" style="padding-top:2px;"><img src="http://causeis.com.au/images/powerpoint_icon.png" height="16px" width="16px"></td>')
document.write('<td valign="top"><a href="http://causeis.com.au/articles/2/2009_FundraisingPresentation_causeis.pdf">iMIS Fundraising Best Practice</a></td>')
document.write('</tr>')
document.write('</table>')
//-----end reusable content------

document.write('</div>')

/*
<table width="250" border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="3"><u>Tutorials</u></td></tr>
<tr height="10px"><td colspan="3"></td></tr>
<tr height="30px">
<td width="10px">&nbsp;</td>
<td width=25px" valign="top" style="padding-top:3px;"><img src="http://causeis.com.au/images/tick-red.png" height="16px" width="16px"></td>
<td valign="top"><a href="articles/3/10tips.htm">Rainy day: 10 iMIS Tips</a></td>
</tr>
<tr height="30px">
<td width="10px">&nbsp;</td>
<td width=25px" valign="top"><img src="http://causeis.com.au/images/tick-red.png" height="16px" width="16px"></td>
<td valign="top"><a href="http://causeis.com.au/articles/1/dataintegrity.htm">Improving your data integrity</a></td>
</tr>
<tr height="10px"><td colspan="3"></td></tr>
<tr><td colspan="3"><u>Presentations</u></td></tr>
<tr height="10px"><td colspan="3"></td></tr>
<tr height="30px">
<td width="10px">&nbsp;</td>
<td width=25px" valign="top" style="padding-top:2px;"><img src="http://causeis.com.au/images/powerpoint_icon.png" height="16px" width="16px"></td>
<td valign="top"><a href="http://causeis.com.au/articles/2/2009_FundraisingPresentation_causeis.pdf">iMIS Fundraising Best Practice</a></td>
</tr>
</table>
*/
