function campaign()
{
//8
var ranNum= Math.round(Math.random() * 8);
if (ranNum == 0){document.write(''); } // flash
if (ranNum == 1){document.write(''); } // flash2
if (ranNum == 2){document.write(''); } // flash3
if (ranNum == 3){document.write(''); } // flash4
if (ranNum == 4){document.write(''); } // flash6
if (ranNum == 5){document.write(''); } // flash7
if (ranNum == 6){document.write(''); } // flash8
if (ranNum == 7){document.write(''); } // flash9
if (ranNum == 8){document.write(''); } // flash10
}