$( function() {
	$("a[type='lightbox']").lightBox( {
		overlayBgColor: '#000',
		overlayOpacity: 0.6,
		imageLoading: '/r/i/lbox/lightbox-ico-loading.gif',
		imageBtnClose: '/r/i/lbox/lightbox-btn-close.gif',
		imageBtnPrev: '/r/i/lbox/lightbox-btn-prev.gif',
		imageBtnNext: '/r/i/lbox/lightbox-btn-next.gif'
	} );
} );

function setPImage( aUrl ) {
	$('#pimage').attr( 'src', aUrl );
}

$(document).ready( function() {
	$('#counters-placeholder').append(
		'<a href="http://www.liveinternet.ru/click" target="_blank"><img src="//counter.yadro.ru/hit?t38.6;r' + escape( document.referrer ) + 
		( ( typeof( screen ) == 'undefined' ) ? '' : 
		';s' + screen.width + '*' + screen.height + '*' + ( screen.colorDepth ? screen.colorDepth : screen.pixelDepth ) ) + 
		';u' + escape( document.URL ) + ';' + Math.random() + '" alt="" title="LiveInternet" border="0" width="31" height="31"\/>' + 
		'<\/a>')
} );

