// Let users know this page is meant to be viewed within a FRAMESET!
function frameless_redirect(gourl)
{
if (top == self) {
document.write(
'
' +
'
' +
'This page is meant to be viewed in a ' +
'framed document.' +
'' +
'
');
}
}
function stationSelector(page, station)
{
if ( station.length < 5 ) {
alert('Please select a station from the World Map or Station List first!');
return false;
} else {
return true;
}
}