var numb=5; // numbr of advantages
kview=1; // view advantages

L1='<b>NetPEO offers clients</b> the largest selection of high-quality PEOs utilized, accessing 30% to 40% more providers than the industry average in finding the best match of price and HR services. <a href="advantages_peo.html" class="white">more advantages...</a>';
L2='<b>95% of the company\'s staff members</b> and broker network have a PEO background, resulting in more than 200 combined years of industry experience put to work on behalf of clients. <a href="advantages_peo.html" class="white">more advantages...</a>';
L3='<b>100% of clients surveyed indicated</b> they have been either extremely satisfied or very satisfied with NetPEO. <a href="advantages_peo.html" class="white">more advantages...</a>';
L4='<b>Our 90% retention rate</b> is one of the highest in the industry, and stems from clients pleased with our proven customer service, accessibility, and pricing. <a href="advantages_peo.html" class="white">more advantages...</a>';
L5='<b>NetPEO is the only network</b> of its kind that maintains pro-active communication with clients once their PEO is in place, ensuring that high levels of service are maintained through regular customer satisfaction surveys. <a href="advantages_peo.html" class="white">more advantages...</a>';


var lnks = new Array(L1,L2,L3,L4,L5); 
var vlnk = new Array(kview);
np=0;
adds=true;
adda=true;
while (adds) {
var r=(Math.random()*numb);
r=(Math.round(r));
for (var i=0; i<(kview+1); i++) if (vlnk[i] == lnks[r]) { adda=false;}
if (adda){
np++; vlnk[np] = lnks[r];
if (np >= kview) adds=false;
}
adda=true;
}
for (var i=1; i<(kview+1); i++) document.writeln(vlnk[i]+'');
