

<!-- 

// NOTE: If you use a ' add a slash before it like this \'


document.write('<DIV id="footerlocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="768">');


// START LINKS //


document.write('<tr><td align="left" class="footer">&nbsp;&nbsp;&nbsp;&copy; 2007 Oak Street Funding. All rights reserved.</td>');


document.write('<td align="right"  class="footer"><p class="footer">');

document.write('<a href="contact.aspx">Contact Oak Street Funding</a>&nbsp;&nbsp; |&nbsp;&nbsp;');

document.write('<a href="sitemap.aspx">Site  Map</a>&nbsp;&nbsp;&nbsp;<br>');

document.write('11555 North Meridian Street, Suite 390, Carmel, Indiana 46032&nbsp;&nbsp;&nbsp;<br>');
document.write('866-OAK-FUND (866-625-3863)&nbsp;&nbsp;&nbsp;</p><br><BR>');
document.write('</td></tr>');


// COPY AND PASTE THE ABOVE TWO LINES TO ADD A NEW LINK


document.write('</table></DIV>');

//  End -->