/*
 * script.js
 * written by: Rastislav Vaško
 * last updated: 28.10.2010
 *
 */

$(document).ready(function() {
	$("#about a").attr("href", $("#about a").attr("href").replace(".AT.", "@"));
});

