// JavaScript Document
var cText = ''
var now = new Date();
var yy = now.getYear();
var year = (yy < 1000) ? yy + 1900 : yy;
cText = '<p>Copyright &copy; 2008 - '+year+' International Music Promotion vzw - <a href="http://www.international-music-promotion.be/sitemap.html">Sitemap</a></p>'
document.write(cText)
