window.onload = function() { var baseurl = '//www.airportview.net/awos/', script = document.getElementById('awos-widget'), html = document.createElement('div'), data = {"CurrentReport":"KRGK 271655Z AUTO 29007KT 10SM OVC018 18\/14 A2995 RMK AO2","AgeDateString":"14 min old, 16:55 UTC, 27 Jun","Icao":"KRGK","StationName":"Red Wing, Red Wing Municipal Airport","CityState":"RED WING, MN","StationActive":"20","LinkUrl":"\/\/www.airportview.net\/weather\/KRGK","BigLeaf":"\/\/helioza.com"}, content = ''; if (document.createStyleSheet) { document.createStyleSheet(baseurl + 'css/combo.css'); } else { content+= ''; } content+='
' + '
' + '

Airport View

' + '
' + '

' + data['Icao'] + '

' + '

' + data['StationName'] + '

' + '

' + data['CityState'] + '

' + '
' + '
' + '
Current Observation:
' + '

' + data['CurrentReport'] + '

' + '
' + data['AgeDateString'] + '
' + '
' + '' + '
'; html.innerHTML = content; script.parentNode.insertBefore(html,script); }