
window.addEvent('domready', function() {
	
	// preload tab hover image
	var tabImg = new Image(123, 23);
	tabImg.src = '/images/common/tab_hover.png';
	tabImg = null;
	
	// enable smooth anchor scrolling
	new Fx.SmoothScroll();
});
