function techtips()
{
//10
var ranNum= Math.round(Math.random() * 10);
if (ranNum == 0){document.write('To protect your computer from viruses, install and run a good virus prevention solftware.  Once installed, keep it up to date.'); } // comment01
if (ranNum == 1){document.write('If you are having a problem sending E-mail through your website. Check with your ISP to see if they are blocking port 25. They may require you to send your E-mail using their server'); } // comment02
if (ranNum == 2){document.write('If you are not seeing changes you have recently made to your site. Click your refresh button in the browser.'); } // comment03
if (ranNum == 3){document.write('If you are asked to log-in to your admin section more then once, try closing your browser and reopening it.'); } // comment04
if (ranNum == 4){document.write('Having a problem logging into your admin section, double check your username and make sure it spelled correctly and that it is all lower case.'); } // comment05
if (ranNum == 5){document.write('When putting your text on your website, you want to use as many of your keywords as possible in the first paragraph.'); } // comment06
if (ranNum == 6){document.write('When asked for credit card information online you should always make sure you are on a secure server. A secure server will show a lock on the bottom right of the window and the address bar will start https://, you should never enter credit card or personal information anywhere on the internet without it being a secure server.'); } // comment07
if (ranNum == 7){document.write('You should run a virus scan at least once a week on your computer.'); } // comment08
if (ranNum == 8){document.write('To stop Pop-Up ads while your surfing the internet, install the Google Toolbar. It is free to use and does a wonderful job of catching the pop-ups for you.'); } // comment09
if (ranNum == 9){document.write('When using Internet Explorer, after typing the domain name if you hold the Ctrl key down and press enter, it will input the http://www and the .com at the end.'); } // comment10
if (ranNum == 10){document.write('As of May 2005, Google\'s new toolbar will allow you to spell check any forms you filling out online. This a great tool to use with your RealTime System.'); } // comment11
}