﻿
    function animatePage(content, location) {
        location.html(content).fadeTo(300, 1);
    }
