window.onload = function() { var baseurl = '//www.airportview.net/awos/', script = document.getElementById('awos-widget'), html = document.createElement('div'), data = {"CurrentReport":"KCVH 061735Z AUTO 36007KT 10SM CLR 09\/06 A3020 RMK A01","AgeDateString":"22 min old, 17:35 UTC, 6 Dec","Icao":"KCVH","StationName":"AWOS-3 HOLLISTER, CA","CityState":"HOLLISTER, CA","StationActive":"20","LinkUrl":"\/\/www.airportview.net\/weather\/KCVH","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); }