/* Include  Common Libraries Below */


/* Email Obfuscater */
include('js/zfas.js');

/* Image Baseline Fixup
include('js/image_baseline.js');*/









/* Allows the inclysion code above to function - REQUIRED */
function include(filename){
	var head = document.getElementsByTagName('head')[0];
	script = document.createElement('script');
	script.src = filename;
	script.type = 'text/javascript';
	head.appendChild(script);
};







