window.onload = function() { var baseurl = '//www.airportview.net/awos/', script = document.getElementById('awos-widget'), html = document.createElement('div'), data = {"CurrentReport":"KSUT 300459Z AUTO 22009KT 10SM CLR 21\/14 A3019 RMK AO2","AgeDateString":"13 min old, 04:59 UTC, 30 Apr","Icao":"KSUT","StationName":"Oak Island, Brunswick County Airport","CityState":"OAK ISLAND, NC","StationActive":"10","LinkUrl":"\/\/www.airportview.net\/weather\/KSUT","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); }