function factoid()
{
//5
var ranNum= Math.round(Math.random() * 5);
if (ranNum == 0){document.write('<strong>Open Relay</strong><br><br>An open mail relay is a mail server that allows anyone to use it to send an email without prior authentication This can cause the email server to be blacklisted by major Internet Service Providers. All our hosting servers have been tested and certified that it isn\'t an open relay.'); } // factoid1
if (ranNum == 1){document.write('<strong>Phishing</strong><br><br><i>(fish´ing) (n.)</i> The act of sending an e-mail to a user falsely claiming to be an established legitimate enterprise in an attempt to scam the user into surrendering private information that will be used for identity theft. The e-mail directs the user to visit a Web site where they are asked to update personal information, such as passwords and credit card, social security, and bank account numbers, that the legitimate organization already has. The Web site, however, is bogus and set up only to steal the user’s information. '); } // factoid2
if (ranNum == 2){document.write('<strong>Spam</strong><br><br>Electronic junk mail or junk newsgroup postings. Some people define spam even more generally as any unsolicited e-mail. However, if a long-lost brother finds your e-mail address and sends you a message, this could hardly be called spam, even though it\'s unsolicited. Real spam is generally e-mail advertising for some product sent to a mailing list or newsgroup.'); } // factoid3
if (ranNum == 3){document.write('<p><b>Merchant Accounts</b><br><br>            Did you know that when you accept credit cards online, you can expect your sales to 			increase by an astounding 50 to 400%? You simply can\'t compete if you don\'t accept 			credit cards. With our free online application, you can start accepting credit cards 			on your web site in less than 24 hours! </p>						<a href="/merchantacct.html">[Learn More..]</a>'); } // merchantaccount
if (ranNum == 4){document.write('<strong>Viruses</strong><br><br>A computer virus is a program that has the unique ability to replicate.  They can attach themselves to just about any type of file and are spread as files that are copied and sent from individual to individual.'); } // viruses
if (ranNum == 5){document.write('<strong>Spyware</strong><br><br>Spyware is programming that is put in someone\'s computer to secretly gather information about the user and relay it to advertisers or other interested parties.'); } // spyware
}