﻿/*global $, document, clearTimeout, setTimeout, window*/
$(document).ready(function () {
    "use strict";
    $(".slideshow").cycle({
        fx: 'fade'
    });
    $("a.log").click(function () {
        _gaq.push(['_trackPageview', $(this).attr("href")]);
    });
});
