var curr_date = new Date();
var curr_year = curr_date.getFullYear();

document.write(''
+ '<div class="content-footer"><br>'
+ '<a href="' + rootURL + 'index.html" class="footerlink">Home</a>'
+ '<a href="' + rootURL + 'about/about-us.html" class="footerlink">About Us</a>'
+ '<a href="' + rootURL + 'photography/studio-services.html" class="footerlink">Photography</a>'
+ '<a href="' + rootURL + 'photography/restore-services.html" class="footerlink">Restoration</a>'
+ '<a href="' + rootURL + 'photography/preserve-services.html" class="footerlink">Show it Off!</a>'
+ '<a href="' + prodURL + 'photocart/index.php" class="footerlink">Galleries</a>'
// + '<a href="' + rootURL + 'forums/ccgcreative.html" class="footerlink">Forums</a>'
+ '<a href="' + rootURL + 'about/book-us.html" class="footerlink">Book Us</a>'
+ '<a href="' + rootURL + 'about/contact.html" class="footerlink">Contact Us</a>'
+ '<br><br>'
+ '<span class="copyright">Copyright&#169; 2005-'+curr_year+' CCG Creative Studios, LLC | All Rights Reserved<br></span>'
+ '<a href="' + rootURL + 'search.html" class="email">Search Our Site</a> | '
//
// **************************************************
// *** ADDED OBFUSCATED EMAIL - 09.06.08          ***
// **************************************************
//
+ 'Please contact our <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#119;&#101;&#98;&#97;&#100;&#109;&#105;&#110;&#64;&#99;&#99;&#103;&#99;&#114;&#101;&#97;&#116;&#105;&#118;&#101;&#115;&#116;&#117;&#100;&#105;&#111;&#115;&#46;&#99;&#111;&#109;?subject=Web Site Questions or Comments" class="email">Web Administrator</a> if you have any questions about this site<br>'
// + '<hr width="50%">'
// + '** Check out <a href="https://secure1.inmotionhosting.com/aff1/link.php?ref=1609&productid=2" class="email" target="_blank">'
// + 'InMotion Hosting</a> - Affordable Award Winning Web Hosting Services **<br><br>'
//
// **************************************************
// *** ADDED NEW INMOTION BANNER - 03.01.08       ***
// **************************************************
//
+ '<br><a href="https://secure1.inmotionhosting.com/cgi-bin/gby/clickthru.cgi?id=ccgcre5&page=7" target="_blank">'
+ '<img src="http://creatives.inmotionhosting.com/728x90.v6.gif" border=0></a><br><br>'
// + '<a href="http://www.serviceuptime.com" title="ServiceUptime.com - website monitoring service" target="_blank" class="footerlink">Free website monitoring service</a>'
// + '<br><br>'
//
// **************************************************
// *** END OF FOOTER                              ***
// **************************************************
//
+ '</div>'
+ '<!-- END FOOTER NAV -->');
//
// **************************************************
// *** ADDED NEW GOOGLE ANALYTICS CODE - 01.23.08 ***
// **************************************************
//
document.write(''
+ '<script type="text/javascript">'
+ 'var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");'
+ 'document.write(unescape("%3Cscript src=\'" + gaJsHost + "google-analytics.com/ga.js\' type=\'text/javascript\'%3E%3C/script%3E"));'
+ '</script>'
+ '<script type="text/javascript">'
+ 'if (typeof(_gat) == \'object\')'
+ '  { '
+ '    var pageTracker = _gat._getTracker("UA-3470081-1"); '
+ '    pageTracker._initData(); '
+ '    pageTracker._trackPageview(); '
+ '  } '
+ '</script>'
+ '<!-- END GOOGLE ANALYTICS -->');
