DOMAssistant.DOMReady(function() {
	if (navigator.userAgent.indexOf('MSIE 6.0') !== -1) {
		$('#□ p:first-child').setAttributes({
			className: 'first'
		});
	}
	$('#□ a').setAttributes({
		target: 'external'
	});
});
