Staff Reports March 27, 2008 CommentsPrintEmail The National Weather Service said scattered snow showers will continue in northern Colorado through 9 a.m. There will be a dusting of snow across grassy surfaces in some locations. Less than half an inch accumulation of snow is expected.
";
var myString = new String(window.location);
var myArray = myString.split('/');
var Loc = myArray[6];
var Year = myArray[4];
Year = Year.substr(0,4);
if (!Loc) {
myArray = myString.split('=');
var temp = myArray[1];
var Loc = temp.substring(4,13);
Year = temp.substring(0,4);
}
document.write(IncludeStr + Year + Loc + EndStr);
}
-->