One thing that was missing from this script was the radar status. I've incorporated a modified version of Ken True's 'radar-status.php' into this NOAA Ridge Radar Animation. By default '$noMsgIfActive = true;' in 'radar-status-getradar.php' to suppress the display of the chosen radar's status unless a fault is present.
I've included the Stand Alone version, 'wxusradars-SA.php', which also displays the chosen radar's status using the other three supporting scripts.
As before, in 'wxusradars.php' change the default '$radar = 'oax';' to your Weather Forecast Office's three-letter code and '$radarType = 'N0R';' to your preferred default radar type. The WFO and radar type lists are in 'wxusradars-select.php' where you will need to move the 'selected="selected" text from my default choices to yours if you want the selectors to display your defaults.
You can view my 'wxusradars.php'
here with radar status turned off by default, a version with radar status turned on by default
here, and the Stand Alone version
here.
There's a bug in that for me with the radar status display always on and a normally updating radar, the status doesn't appear until a new radar or radar type is selected. Upon a second selection if any recent messages were posted, they will then also display.
Edit 5 August 2015: The bug was discovered and swatted as in the messages below. In the version dated today I also added a link to NOAA's radar status page and reformatted the attribution files while finally crediting Ken True at Saratoga-Weather for the radar-status script.