// JavaScript Document

window.addEvent('domready', function() {
	$$('#subnavigation .first').addClass('current');
});