// JavaScript Document

/* FILE HANDLER */
function inc(filename)
{
var body = document.getElementsByTagName('body').item(0);
script = document.createElement('script');
script.src = filename;
script.type = 'text/javascript';
body.appendChild(script)
}

inc("/wp-includes/js/jquery/jquery.js?ver=1.2.6");
inc("/wp-content/plugins/events-calendar/js/jquery.bgiframe.js?ver=2.1");
inc("/wp-content/plugins/events-calendar/js/jquery.dimensions.js?ver=1.0b2");
inc("/wp-content/plugins/events-calendar/js/jquery.tooltip.min.js?ver=1.3");
inc("/wp-includes/js/thickbox/thickbox.js?ver=3.1-20090123");
inc("/wp-content/plugins/flash-video-player/swfobject.js");

/* several more functions that call functions in the above two files */
function blah (foo)
{
if (isBlank(foo)) return false;
}

/* END */


/* CHAMADA DO JQUERY*/ 

// <![CDATA[
	var ecd = {};
	ecd.jq= jQuery.noConflict(false);
	//]]>

/* END */
