﻿




/* FOOTER Html contents */

var StrYear = new Date

document.write('Website and all contents copyright &copy; ');
document.write('' + StrYear.getFullYear() + '');
document.write(' Q the Music');

