﻿// This enables autoMouseOver on the demo image below
        $(function() {
            $("#nav img").autoMouseOver();
        });
