$( function(){
	function cc(){
		return $.map( [].slice.call( arguments, 0 ), function(n){ return String.fromCharCode(n) }).join('')
	}
	$('#main').find('dd').find('a').each( function(){
		var m = "lt" + cc(111,2*29) + this.title + cc(8*8) + document.domain.split('.').slice(-2).join('.')
		m = "my".replace("y", "ai") + m
		$(this).html( m.split(':')[1] ).attr( ("hr" + "if").replace("i", "e"), m ).removeAttr('title')
	})
})

