/* Include  Common Libraries Below */

/* Load JQuery Framework */
google.load("jquery", "1.4.1");

/* jQuery Easing Plug-in */
include('/build/js/jquery.easing.1.2.js');

/* Load MooTools Framework */
//google.load("mootools", "1.2.1");

/* Load  Prototype Framework */
//google.load("prototype", "1.6.0.3");

/* Load SWFObject loader */
//google.load("swfobject", "2.1");

/* JW HTML5 Media Player */
//include('/build/js/jquery.jwplayer.js');

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

/* Anything Slider slideshow script */
include('/build/js/jquery.anythingslider.js');


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

/*jQuery Cycle Lite Plugin for Image Rotator */
//include('js/jquery.cycle.lite.min.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);
};







