;window.addEvent('domready', function() {
	if ($defined($('top')))
	{
		$('top').getElements('li').addEvent('click', function(){
			location.href = this.getElement('a').get("href");
		});
	}
});
