
var objD = new Date();
var strYear = objD.getFullYear();

var strFL = '';
strFL += '<center>';
strFL += '<a href="classes.htm" class="linksm">classes</a> | ';
strFL += '<a href="rates.htm" class="linksm">rates</a> | ';
strFL += '<a href="schedule.htm" class="linksm">schedule</a> | ';
strFL += '<a href="massage_therapy.htm" class="linksm">massage therapy</a> | ';
strFL += '<a href="corporate_wellness.htm" class="linksm">corporate wellness</a><br>';
strFL += '<a href="testimonials.htm" class="linksm">testimonials</a> | ';
strFL += '<a href="instructors.htm" class="linksm">instructors</a> | ';
strFL += '<a href="about_pilates.htm" class="linksm">about pilates</a> | ';
strFL += '<a href="contact.htm" class="linksm">contact</a> | ';
strFL += '<a href="index.htm" class="linksm">home</a>';
strFL += '<br><font style="font-size:12px;line-height:24px;">&copy;' + strYear + ' Indy House of Pilates - All Rights Reserved</font><br><br>';
strFL += '</center>';
document.write(strFL);
