// JavaScript Document
//google.load("chrome-frame", "1.0.2");
//google.load("dojo", "1.6.1");
//google.load("ext-core", "3.1.0");
google.load("jquery", "1.7.1");
google.load("jqueryui", "1.8.16");
google.load("mootools", "1.4.1");
//google.load("prototype", "1.7.0.0");
//google.load("scriptaculous", "1.9.0");
google.load("swfobject", "2.2");
google.load("webfont", "1.0.23");

WebFontConfig = {
	typekit: { id:'kdv2lbq' }
};
(function() {
	var wf = document.createElement('script');
	wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
	wf.type = 'text/javascript';
	wf.async = 'true';
	var s = document.getElementsByTagName('script')[0];
	s.parentNode.insertBefore(wf, s);
})();

