// Display info about maintenance team // FCM contact URL var url = 'http://www.metoffice.gov.uk/research/nwp/external/fcm/' var contact = 'the FCM team' // Output string var out = '


Maintained by ' + contact + '.
' // Write to document document.write (out)