function symfheaders()
{
//9
var ranNum= Math.round(Math.random() * 9);
if (ranNum == 0){document.write('<div id="logo" style="float:center;text-align:center;background: url(templates/tcd_speakyourmind/images/header/header1.jpg) 0 0 no-repeat;">'); } // h1
if (ranNum == 1){document.write('<div id="logo" style="float:center;text-align:center;background: url(templates/tcd_speakyourmind/images/header/header2.jpg) 0 0 no-repeat;">'); } // h2
if (ranNum == 2){document.write('<div id="logo" style="float:center;text-align:center;background: url(templates/tcd_speakyourmind/images/header/header3.jpg) 0 0 no-repeat;">'); } // h3
if (ranNum == 3){document.write('<div id="logo" style="float:center;text-align:center;background: url(templates/tcd_speakyourmind/images/header/header4.jpg) 0 0 no-repeat;">'); } // h4
if (ranNum == 4){document.write('<div id="logo" style="float:center;text-align:center;background: url(templates/tcd_speakyourmind/images/header/header5.jpg) 0 0 no-repeat;">'); } // h5
if (ranNum == 5){document.write('<div id="logo" style="float:center;text-align:center;background: url(templates/tcd_speakyourmind/images/header/header6.jpg) 0 0 no-repeat;">'); } // h6
if (ranNum == 6){document.write('<div id="logo" style="float:center;text-align:center;background: url(templates/tcd_speakyourmind/images/header/header7.jpg) 0 0 no-repeat;">'); } // h7
if (ranNum == 7){document.write('<div id="logo" style="float:center;text-align:center;background: url(templates/tcd_speakyourmind/images/header/header8.jpg) 0 0 no-repeat;">'); } // h8
if (ranNum == 8){document.write('<div id="logo" style="float:center;text-align:center;background: url(templates/tcd_speakyourmind/images/header/header9.jpg) 0 0 no-repeat;">'); } // h9
if (ranNum == 9){document.write('<div id="logo" style="float:center;text-align:center;background: url(templates/tcd_speakyourmind/images/header/header10.jpg) 0 0 no-repeat;">'); } // h10
}