/**
 * common.js
 * 
 * Common Javascript libraries
 *
 * $Revision: 1.1 $
 * $Date: 2009/05/16 21:00:31 $
 *
 * (c) 2009 FlightShaker.com. 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"));

// Put at the bottom of the HTML page inside <script></script> tags
// try { var pageTracker = _gat._getTracker("UA-8448405-1"); pageTracker._trackPageview();} catch(err) {}





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