function addFile(file, type) { var head = document.getElementsByTagName("head")[0]; if(type=="js"){ var jsNode = document.createElement('script'); jsNode.type = 'text/javascript'; jsNode.src = file; head.appendChild(jsNode); }else if(type=="css"){ var cssNode = document.createElement('link'); cssNode.type = 'text/css'; cssNode.rel = 'stylesheet'; cssNode.href = file; cssNode.media = 'screen'; head.appendChild(cssNode); } } addFile('http://app.exactraq.net/stylesheets/embed.css', 'css'); document.getElementById('retriever-8').innerHTML = "\"Graph\"\n

\nThis graph created:\n06/18/2021 at 07:39AM MDT\n<\/p>\n

\nGraphs courtesy of the\nWestern Regional Climate Center<\/a>\n<\/p>\n

\nSnotel Legend<\/strong>\n
    \n
  • \nAccumulated precipitation this water year (inches)<\/span>\n<\/li>\n
  • \nAccumulated precipitation for an average year (inches)<\/span>\n<\/li>\n
  • \nSnow water content this water year (inches)<\/span>\n<\/li>\n
  • \nSnow water content for an average year (inches)<\/span>\n<\/li>\n
  • \nAir temperature this year (° F)<\/span>\n<\/li>\n
  • \nDaily high and low air temperatures for an average year (° F)<\/span>\n<\/li>\n<\/ul>\n

    A water year runs from October 1 to September 31<\/p>\n<\/div>\n";