<!-- Begin
var a = Math.random() + ""
var rand1 = a.charAt(5)
quotes = new Array
quotes[1] = "DOSS Business Systems is an authorized Toshiba Phone Systems Sales and Service Center.  We offer maintenance agreements on all Toshiba telephone systems, as well as several other phone systems."
quotes[2] = "DOSS Business Systems installs and tests Voice, Data and P.A. cabling.  We cable for modems, fax machines, computers and speakers.  We also install rack mount and open architecture cabling."
quotes[3] = "Do you have a remote office?  Do your offices need to connect and share data?  What if there was a way to connect data AND get free voice over the same circuit… you could have the remote office running in real time for data and talk…fax and print, all for the same line charge.  DOSS does that!"
quotes[4] = "Computer technology changes very quickly.  Let DOSS Business Systems provide real world solutions and input as you need it.  The more you know…"
quotes[5] = "DOSS is a leader in connectivity issues.  We can help you determine what services are available and configure your network to allow users Internet access from a single service.  We provide installation and support for dial-up, DSL, T1, Road Runner, and satellite connections."
quotes[6] = "Are you paying too much?  With the advanced telecom services now offered, you may be spending too much for your monthly services.  Let DOSS provide a free line audit of your telephone service.  Definitely check us out!"
quotes[7] = "DOSS offers classes on the most popular Microsoft productivity tools and operating systems (Windows, Word, Excel, Access, PowerPoint, Outlook, Publisher, Internet).  DOSS Business Systems also has a training room for rent.  The training room has 9 computers and a 31 inch television connected to the instructor's computer that allows the students to follow a visual guide."
quotes[8] = "DOSS connects PCs in a variety of ways, in configurations from 2 to 100.  All services are customized, and we can provide end-to-end solutions or interface with other vendors.  We feature Compaq file servers running Windows NT or NT Small Business Server."
quotes[9] = "Do you have a remote office?  Do your offices need to connect and share data?  What if there was a way to connect data AND get free voice over the same circuit… you could have the remote office running in real time for data and talk…fax and print, all for the same line charge.  DOSS does that!"
quotes[0] = "Do you like buying direct?  DOSS web site, www.dossusa.com, features a direct link to Compaq's website for direct purchasing.  Reference DOSS Business Systems on your on-line purchase form as the Compaq authorized agent.  DOSS is a Compaq Service Center and can provide free warranty for repairs and travel.  For government clients, a special program, GEM, offers great promotions for government, educational and medical organizations.  Feel confident with Compaq, knowing that you have a local authorized support team."
var quote = quotes[rand1]
document.write(quote);
// End -->
