function dev()
{
alert ('This website is currently in development, but will be live very soon.')
}
function notlive()
{
alert ('This website is no longer available.')
}