function hdrtxt()
{
//2
var ranNum= Math.round(Math.random() * 2);
if (ranNum == 0){document.write('<font color=#B05316 face=arial size=2><b>Where our success depends on your success <br>Since 1999</b></font>'); } // sucess
if (ranNum == 1){document.write('<font color=#B05316 face=arial size=2><b>Straight forward no nonsense hosting<br>Since 1999</b></font>'); } // straight
if (ranNum == 2){document.write('<font color=#B05316 face=arial size=2><b>Tools & Resources to help you succeed.<br>Since 1999</b></font>'); } // tools
}
