/**
 * common.js
 * 
 * Common Javascript libraries
 *
 * $Revision: 1.6 $
 * $Date: 2009/02/19 18:47:39 $
 *
 * (c) 2008 Equitable Homebuyers, LLC. All Rights Reserved.
 */

//---
// Google Analytics Code
//---
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"));


//var pageTracker = _gat._getTracker("UA-6331483-1");
// pageTracker._trackPageview();






//---
// Email function
//---
function getEmailAddress() {  return "cathy@findtheduck.com"; } 
