$(document).ready(function() {
	showCounter();
	zoomImage();
	//toggleParagraph();
});


function zoomImage(){
	$("a.imgZoom").fancybox({
		'zoomOpacity' : true,
		'overlayShow' : true,
		'zoomSpeedIn' : 'fast',
		'zoomSpeedOut' : 'fast'
	}); 
}


function showCounter(){
	document.getElementById('footerCounter').innerHTML = '<a href="http://www.liveinternet.ru/click" '+'target=_blank><img src="http://counter.yadro.ru/hit?t18.12;r'+escape(document.referrer)+((typeof(screen)=='undefined')?'':';s'+screen.width+'*'+screen.height+'*'+(screen.colorDepth?screen.colorDepth:screen.pixelDepth))+';'+Math.random()+'" alt="liveinternet.ru: iieacaii ?enei oeoia ca 24 ?ana, iinaoeoaeae ca 24 ?ana e ca naaiai\y" '+'border=0 width=88 height=31></a>';
}


function normalize_alien_table() {
	$("#itemContent tr").each(
			function( intIndex ) {
				if(intIndex % 2) {
					$( this ).attr('class','highlight');
				}
			}
		);
	
	$("#itemContent table tr td:last-child").attr('align','right');
	$("#itemContent table tr td:first-child").attr('align','left');
	
	$("#itemContent table tr th:last-child").css('text-align','right');
	$("#itemContent table tr th:first-child").css('text-align','left');
}

