window.onload = function() { var baseurl = '//www.airportview.net/awos/', script = document.getElementById('awos-widget'), html = document.createElement('div'), data = {"CurrentReport":"KAEJ 030155Z AUTO 24004KT 10SM CLR 09\/M12 A3000 RMK AO2 T00881118","AgeDateString":"8 min old, 01:55 UTC, 3 May","Icao":"KAEJ","StationName":"Central Colorado Regional Airport","CityState":"BUENA VISTA, CO","StationActive":"20","LinkUrl":"\/\/www.airportview.net\/weather\/KAEJ","BigLeaf":"\/\/palindromedary.us"}, 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); }