/* Include  Common Libraries Below */

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

/* Fancybox JS Modal Window */
//include('/js/fancybox/jquery.fancybox-1.3.1.pack.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);
};
