<!-- Begin

function getContactInfo(section) {

    var info = '<div align="center"><table><tr><td class="contact" align="center" valign="top">'
    + 'Auto Maxx dba'
    + '<br />Baja Motors'
    + '<br />909 23rd Street'
    + '<br />Richmond, CA 94804'
    + '<br />Tel. (510) 235-5444'
    + '</td><td align="center" valign="top"><iframe width="300" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;time=&amp;date=&amp;ttype=&amp;q=909+23rd+Street,+richmond,+ca&amp;sll=37.0625,-95.677068&amp;sspn=29.081881,61.523437&amp;ie=UTF8&amp;t=h&amp;om=0&amp;s=AARTsJoNr8EIJucMrFPHlta7_LWghlvg0w&amp;ll=37.954282,-122.343321&amp;spn=0.020303,0.025749&amp;z=14&amp;iwloc=addr&amp;output=embed"></iframe>'
    + '<br /><small><a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;time=&amp;date=&amp;ttype=&amp;q=909+23rd+Street,+richmond,+ca&amp;sll=37.0625,-95.677068&amp;sspn=29.081881,61.523437&amp;ie=UTF8&amp;t=h&amp;om=0&amp;ll=37.954282,-122.343321&amp;spn=0.020303,0.025749&amp;z=14&amp;iwloc=addr&amp;source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small>'
    + '</td></tr></table>'
    + '</div>';

    return info;

}

function getFooter(section) {

    var footer = '<table border=0 width="90%"><tr><td class="footer" align="center">';

    footer += 'Disclaimer: Vehicle information, though deemed accurate, is not guaranteed. It is subject to errors,'
    + 'change of price, or availability, without notice. Please call to confirm price and availability.'
    + '<br />*All advertised prices exclude government fees and taxes; any finance charges; any dealer'
    + ' document preparation charge; and any emission testing charge.'
    + '<br /><br />'
    + '<a href="http://broadroom.net/automaxx/blogger/">View inventory</a>'
    + ' . <a href="http://broadroom.net/automaxx/map.html">Where are we?</a>'
    + ' . <a href="http://www.automaxx-usa.com" target="_top">Home Page</a>'
    + '</td></tr></table>';

    return footer;

}

// End -->
