﻿jQuery(document).ready(function($) {
    $("#nav").lavaLamp({
        fx: "backout",
        speed: 700
    });
})