function yoltbanner()
{
//1
var ranNum= Math.round(Math.random() * 1);
if (ranNum == 0){document.write('<img src="Graphics/5-header1.jpg" height=75 width=758 alt="Universal Exports\' You Only Live Twice Dossier">'); } // yoltbanner1
if (ranNum == 1){document.write('<img src="Graphics/5-header2.jpg" height=75 width=758 alt="Universal Exports\' You Only Live Twice Dossier">'); } // yoltbanner2
}
