﻿$(document).ready(function() {
    $(".photos a").fancybox({
		'zoomOpacity'			: true,
		'overlayShow'			: false,
		'zoomSpeedIn'			: 500,
		'zoomSpeedOut'			: 500
	});
});

function liveInternetCounter() 
{
    document.write(
        "<a href='http://www.liveinternet.ru/click' "
        + "target=_blank><img src='http://counter.yadro.ru/hit?t52.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: показано число просмотров и"
        + " посетителей за 24 часа' "
        + "border='0' width='88' height='31'><\/a>")
}