
(function()
{
    if (window.RAStyles !== true)
    {
        var link = document.createElement("link");
        link.setAttribute("href", "https://www.runningahead.com/styles/remote.css");
        link.setAttribute("rel", "stylesheet");
        link.setAttribute("type", "text/css");
        link.setAttribute("media", "all");
        document.getElementsByTagName("head")[0].appendChild(link);
        window.RAStyles = true;
    }
 
    var id = "ra_" + (new Date()).getTime();
    document.write("<span id=\"" + id + "\"></span>");
    var ctrl = document.getElementById(id);
    var div = ctrl.parentNode;
    if (div.tagName != "DIV" || div.className != "RAWidget")
    {
        var tmp = document.createElement("div");
        div.appendChild(tmp, ctrl);
        div.removeChild(ctrl);
        div = tmp;
        div.className = "RAWidget";
    }

    div.innerHTML = "<h3>Latest workouts</h3><table class=\"RARecords\"><tr><td colspan=\"2\">7/8/2020</td></tr><tr><th>Ausgleich</th><td><a href=\"https://www.runningahead.com/logs/14e81cd9f1a6493cac5e7b5c34c1d171/workouts/a297bd5694f44792aad38844e6b346dc\">29:45</a></td></tr><tr><th>Ausdauer</th><td><a href=\"https://www.runningahead.com/logs/14e81cd9f1a6493cac5e7b5c34c1d171/workouts/1f942906e5d44f81bc08604c3553e323\">4.5 km</a></td></tr><tr><td colspan=\"2\">7/5/2020</td></tr><tr><th>Ausgleich</th><td><a href=\"https://www.runningahead.com/logs/14e81cd9f1a6493cac5e7b5c34c1d171/workouts/bf3ed5ae53a845ddafc967b6b80b8944\">30:26</a></td></tr><tr><th>Ausdauer</th><td><a href=\"https://www.runningahead.com/logs/14e81cd9f1a6493cac5e7b5c34c1d171/workouts/d39d3846b272481ab28999a955180a3e\">6.02 km</a></td></tr><tr><td colspan=\"2\">6/30/2020</td></tr><tr><th>Ausgleich</th><td><a href=\"https://www.runningahead.com/logs/14e81cd9f1a6493cac5e7b5c34c1d171/workouts/c3f3285e3e4642e4a3d6bae772a6f38a\">28:06</a></td></tr></table><div class=\"RAFooter\">  <a href=\"https://www.runningahead.com\" class=\"RALink\">RunningAHEAD</a>  <a href=\"https://www.runningahead.com\" class=\"RALink\">Running Log</a></div>";
}());