// JavaScript Document
var base="http://www.vicwestfund.com"
document.write
(
 
'<div class="footerLeft">Vicwest Income Fund &copy; 2010</div>\n'+
'<div class="footerRight">\n'+
'<a href="'+base+'/other/siteMap.html">Site Map</a> |\n'+
'<a href="'+base+'/other/contactUs.html">Contact Us</a> |\n'+
'<a href="'+base+'/other/user.html">User Agreement &amp; Privacy Policy</a>\n'+
'</div>'

);