// JavaScript Document


<!-- Fix IE flicker bug in navigation -->
try {document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}


/* adds mootools smooth scrolling */
window.addEvent('domready', function() {
	new SmoothScroll();	
});