// JavaScript Document
COPYRIGHT = "&copy; Air Street Records ";

function writeCopyright()
{
   document.write(COPYRIGHT, new Date().getFullYear());
} 
