
            
  document.write('<div class="fleft">')
document.write('The GMAT Coach &copy;')

// Write current YEAR to page ==================================================
// -----------------------------------------------------------------------------
// This script should be called exactly where you want the year to appear.
// -----------------------------------------------------------------------------

var today = new Date()
var year = today.getYear()
if (year < 1900) {year = year + 1900;}
document.write(year)

document.write('&nbsp; | &nbsp; <a href="http://seolocalconsultants.com/" title="" target="_blank">seolocalconsultants.com</a><br>')
 document.write('</div>')

