 

// Add as many taglines as you like, following the same format as the others
// Just don't use any double quotes (") or semi-colons (;) within them!
// They will be displayed on your website in the order that you see below.
var ar = new Array();
ar[0] = "Please begin by selecting a link from the menus above.";
ar[1] = "Setting the standard in networked business and communities.";
ar[2] = "Ask your Benchmark <a href='mailto:sales@benchmark-net.com'><font color=white>sales representative</font></a> about our new Monitoring and Management service.";
ar[3] = "Is your network <a href='../html/security.html' target='myIframe' onClick='javascript:sequence1()'><font color=white>secure</font></a>?";
ar[4] = "Do you know who is trying to <a href='../html/intrusiondetect.html' target='myIframe' onClick='javascript:sequence1()'><font color=white>attack</font></a> your network?";
ar[5] = "We specialize on helping you realize ROI on <a href='../html/voip.html' target='myIframe' onClick='javascript:sequence1()'><font color=white>VoIP</font></a> and <a href='../html/firewall-sec.html' target='myIframe' onClick='javascript:sequence1()'><font color=white>VPN</font></a> networks.";
 
var textnumber = 11; 
var randomnumber = Math.random() ; 
var rand1 = Math.round( (textnumber-1) * randomnumber) + 1 ; 
text = new Array 
text[1] = "<i>&quot;Such a wonderful house...space privacy and a fantastic view were the ambiences of this area.&quot; <a href=javascript:ViewPop('../html/1.html','776','600','yes')><small>...read more</small></a><BR><DIV ALIGN=RIGHT>--Jean Millikan</DIV></I>"
text[2] = "<i>&quot;We enjoyed everything this terrific place has to offer.&quot;<a href=javascript:ViewPop('../html/2.html','776','600','yes')><small>...read more</small></a><BR><DIV ALIGN=RIGHT>--Roxie Nicholson</DIV></I>"
text[3] = "<i>&quot;We had a wonderful weekend...don't change a thing!.&quot;<a href=javascript:ViewPop('../html/3.html','776','600','yes')><small>...read more</small></a><BR><DIV ALIGN=RIGHT>--Bobby, Cathy and Tyler Riley</DIV></I>"
text[4] = "<i>&quot;What a wonderful vacation. It's been a dream for all of us...&quot;<a href=javascript:ViewPop('../html/4.html','776','600','yes')><small>...read more</small></a><BR><DIV ALIGN=RIGHT>--Carol & Sam LoSasso</DIV></I>"
text[5] = "<i>&quot;We rent a house every summer.  2B2Gether is by far the favorite.&quot; <a href=javascript:ViewPop('../html/5.html','776','600','yes')><small>...read more</small></a><br><DIV ALIGN=RIGHT>--McManus & Hawkins Families</DIV></I>"
text[6] = "<i>&quot;The week spent in this lovely beach house was a luxurious vacation for us.&quot; <a href=javascript:ViewPop('../html/6.html','776','600','yes')><small>...read more</small></a><br><DIV ALIGN=RIGHT>--The Byrds</DIV></I>"
text[7] = "<i>&quot;What a beautiful house! - Very spacious. We enjoyed the pool, hot tub, beach and big TV.&quot; <a href=javascript:ViewPop('../html/7.html','776','600','yes')><small>...read more</small></a><br><DIV ALIGN=RIGHT>--The Wickershams</DIV></I>"
text[8] = "<i>&quot;A wonderful time!  We enjoyed everything!.&quot; <a href=javascript:ViewPop('../html/8.html','776','600','yes')><small>...read more</small></a><br><DIV ALIGN=RIGHT>--The Bissonettes</DIV></I>"
text[9] = "<i>&quot;I loved this vacation and we had a great feast on Thanksgiving.&quot; <a href=javascript:ViewPop('../html/9.html','776','600','yes')><small>...read more</small></a><br><DIV ALIGN=RIGHT>--Melissa, age 8</DIV></I>"
text[10] = "<i>&quot;The house is lovely, inviting and we very much felt at home.  Thanks for sharing it with us!&quot; <a href=javascript:ViewPop('../html/10.html','776','600','yes')><small>...read more</small></a><br><DIV ALIGN=RIGHT>--Steve & Pamela Anderson</DIV></I>"
text[11] = "<i>&quot;Thank you for allowing us to have our wedding here...it couldn't have been a more perfect setting for the beginning of our lives together.&quot; <a href=javascript:ViewPop('../html/11.html','776','600','yes')><small>...read more</small></a><br><DIV ALIGN=RIGHT>--The Turcks</DIV></I>"

var mytext = text[rand1];
 

function ViewPop(URL,w,h,s) {
var t=50;
var l=50;
if (s=="yes"){
var myprops = "location=yes,scrollbars=yes,menubars=yes,toolbars=yes,resizable=yes" +
",left=" + l + ",top=" + t + ",width=" + w + ",height=" + h;
}
else {
var myprops = "location=no,scrollbars=no,menubars=no,toolbars=no,resizable=yes" +
",left=" + l + ",top=" + t + ",width=" + w + ",height=" + h;

}
popup = window.open(URL,"",myprops);
}

