document.observe("dom:loaded", function()
{
	var url = document.location.href;
//	url = url.replace(daDomain, '');
	$$('a[href='+document.location.href+']', 'a[href='+document.location.href+'/default.asp]').invoke('addClassName', 'selected');
});
