
<!--
var r_text = new Array ();
r_text[0] = "Regular Windows Updates will keep your computer protected and running smoothly. Microsoft releases updates to it's products when a bug is found or a vulnerability is discovered. You can connect to Windows Update by opening Internet Explorer and clicking on the Tools menu, and selecting Windows Update";
r_text[1] = "Keeping your computer clean is an important step for a smoothly running system. You can find the steps to clean your computer in the Basic Computer Care section of this website.";
r_text[2] = "The internet is a dangerous place for an unprotected computer. The best thing to do is install an antivirus product that stays current with updates. Scheduling antivirus scans weekly is a good policy, we've found it's best to schedule the scan on a weeknight and then leave the computer on over night.";
r_text[3] = "If your computer is connected directly to the internet (not through a router), you will also want to make sure you have Windows Firewall enabled. You can find the firewall settings in Control Panel and then under Windows Firewall. A firewall is used to block any applications from contacting the internet without your permission.";

var i = Math.floor(4*Math.random())

document.write(r_text[i]);

//-->
