﻿// There are 5 christmas banners - 0 to 4
document.write( '<hr width="75%" class="hr christmas' + Math.floor ( Math.random ( ) * 5 ) + '">\n');