// JavaScript Document

var quotes = new Array;

quotes.push("<div style='clear:both;padding-top:20px;'><img src='../images/manhome.jpg' align='left' hspace='19' alt='John Murray'/></div><div style='color:#505153;font-size:1.3em;font-family:verdana;font-weight:normal;padding-top:0px;margin-right:10px;'><b>''</b>Risk is our business ... except when it comes to our business communication systems.<b>''</b></div><div style='color:#be4530;font-size:.9em;line-height:1.2em;font-family:verdana;font-weight:normal;padding-top:10px;padding-right:10px;margin-right:5px;'><b>John Murray</b><br />CEO &amp; President, Rose &amp; Kiernan Insurance, Surety, &amp; Benefit Services</div><p style='color:#505155;font-size:1em;font-family:verdana;font-weight:normal;padding-left:15px;padding-right:20px;padding-bottom:0px'>Rose &amp; Kiernan's telephone and data networks were as diverse as the geography of their 12 remote offices. The company maintained a mix of phone systems, vendors and carriers that was becoming impossible to manage and expensive to maintain. <a href='../whytag/rose.asp' style='color:#be4530;text-decoration:underline;'>more...</a></p></div>");


quotes.push("<div style='clear:both;padding-top:20px;'><img src='../images/sipherhome.jpg' align='left' hspace='19' alt='Justin Sipher' style='margin-bottom: 80px;'/></div><div style='color:#505153;font-size:1.3em;font-family:verdana;font-weight:normal;padding-top:0px;margin-right:10px;'><b>''</b>From concept to project design, imple- entation, and ongoing support, the team at TAG Solutions has consistently delivered when called upon.<b>''</b></div><div style='color:#be4530;font-size:.9em;line-height:1.2em;font-family:verdana;font-weight:normal;padding-top:10px;padding-right:10px;margin-right:5px;'><b>Justin Sipher</b><br />CIO, Skidmore College</div><p style='color:#505155;font-size:1em;font-family:verdana;font-weight:normal;padding-left:15px;padding-right:20px;padding-bottom:0px'>&nbsp;</a></p></div>");


document.write(quotes[(Math.floor(Math.random() * quotes.length))]);
