function writeJS(){
var str='';
str+='<!-- Clip here for right-column links javascript -->';
str+='<a href="projects.html" class="">';
str+='<img src="i\/button-projects.png" border="0" alt="" class="foot-10" style="" \/><\/a>';
str+='<a href="rentals.html" class="">';
str+='<img src="i\/button-rentals.png" border="0" alt="" class="foot-10" style="" \/><\/a>';
str+='<a href="boat-starage.html" class="">';
str+='<img src="i\/button-boat.png" border="0" alt="" class="" style="" \/><\/a>';
document.write(str);
}
writeJS();


