var roxWasFree = true, roxAltUrl = 'https://euro.swreg.org/cgi-bin/s.cgi?d=0&s=83218&p=83218-', roxProdName = '', roxHomeInterval = 0, roxTexture = 0, roxPageDesc = '&nbsp;', roxPreserveTitle = false, roxAnims = false, initialSection = 0, picHeights = {}, roxThumbSize = '96px', isHome = false, homeItem = null, homeHider = null, homeShower = null, urlParams = {}, swapUber = false, swapMode = 0, swapAnim = false, swapBlock = false, doTitles = true, altCorners = (jQuery.browser.opera || (jQuery.browser.msie && (jQuery.browser.version >= 7.0))), roxProd = '', roxProdTabs = 0, roxProdIndex = -1, resetTimer = null, hideTimer = null, animInterval = 5000, bgColors = ['#747d6a', '#ea8439', '#7890b4', '#568a04', '#e6db81'], forumUrls = ['http://roxority.com/forum', 'http://roxority.com/filterzen-forum', 'http://roxority.com/peoplezen-forum', 'http://roxority.com/exportzen-forum', 'http://roxority.com/uploadzen-forum', 'http://roxority.com/duplexzen', 'http://roxority.com/sharepoint/duplexzen-web-part-page-cloner'], forumIndex = 0, forumThreads = { 'fullurl': 'threadid' };

function roxRefreshLicEds() {
  var isLite = jQuery('#radiolite')[0].checked, isBasic = jQuery('#radiobasic')[0].checked, isUltra = jQuery('#radioultra')[0].checked, isFree = isLite || jQuery('#roxcharity')[0].checked, is50, is100, isN, isSite, isFarm, isFarms, isAlt = (jQuery('#roxpayddl')[0].selectedIndex > 0), newPrice, index, ppSel = jQuery('#roxppform select')[0], wasDis = jQuery('#roxuserddl')[0].disabled;
  if (isFree) {
    jQuery('#roxuserddl')[0].selectedIndex = 2;
    jQuery('#roxsiteddl')[0].selectedIndex = 2;
  } else if (roxWasFree) {
    jQuery('#roxuserddl')[0].selectedIndex = 0;
    jQuery('#roxsiteddl')[0].selectedIndex = 0;
  }
  jQuery('#roxsiteddl')[0].disabled = roxWasFree = isFree;
  isSite = ((index = jQuery('#roxsiteddl')[0].selectedIndex) == 0);
  isFarm = (index == 1);
  if (jQuery('#roxuserddl')[0].disabled = isFarms = (index == 2))
    jQuery('#roxuserddl')[0].selectedIndex = 2;
  else if (wasDis)
    jQuery('#roxuserddl')[0].selectedIndex = 0;
  is50 = ((index = jQuery('#roxuserddl')[0].selectedIndex) == 0);
  jQuery('#roxquantity').val((is100 = (index == 1)) ? 2 : 1);
  isN = (index == 2);
  if (isBasic && (is50 || is100) && isSite)
    roxAltVar = ppSel.selectedIndex = 0;
  else if (isUltra && (is50 || is100) && isSite)
    roxAltVar = ppSel.selectedIndex = 1;
  else if (isBasic && (is50 || is100) && isFarm)
    roxAltVar = ppSel.selectedIndex = 2;
  else if (isUltra && (is50 || is100) && isFarm)
    roxAltVar = ppSel.selectedIndex = 3;
  else if (isBasic && isN && isSite)
    roxAltVar = ppSel.selectedIndex = 4;
  else if (isUltra && isN && isSite)
    roxAltVar = ppSel.selectedIndex = 5;
  else if (isBasic && isN && isFarm)
    roxAltVar = ppSel.selectedIndex = 6;
  else if (isUltra && isN && isFarm)
    roxAltVar = ppSel.selectedIndex = 7;
  else if (isBasic && isN && isFarms)
    roxAltVar = ppSel.selectedIndex = 8;
  else if (isUltra && isN && isFarms)
    roxAltVar = ppSel.selectedIndex = 9;
  jQuery('.roxtdedlite').css({'background-image': (jQuery('#radiolite')[0].checked ? "url('/storage/images/RightNavBackground.png')" : 'none')});
  jQuery('.roxtdedbasic').css({'background-image': (jQuery('#radiobasic')[0].checked ? "url('/storage/images/RightNavBackground.png')" : 'none')});
  jQuery('.roxtdedultra').css({'background-image': (jQuery('#radioultra')[0].checked ? "url('/storage/images/RightNavBackground.png')" : 'none')});
  jQuery('#roxppform form').css({ 'display': (isFree ? 'none' : 'inline') });
  jQuery('#roxgetbtn').css({ 'display': (isFree ? 'inline' : 'none') });
  jQuery('#roxproviders').css({ 'display': (isFree ? 'none' : 'inline') });
  jQuery('#roxpaymentdiv').css({ 'display': ((isFree || !isAlt) ? 'none' : 'block') });
  jQuery('#roxcharitydiv').css({ 'display': (isLite ? 'none' : 'block') });
  jQuery('#roxacademydiv').css({ 'display': ((isLite || jQuery('#roxcharity')[0].checked || isAlt) ? 'none' : 'block') });
  jQuery('#roxacademydetails').css({ 'display': (jQuery('#roxacademy')[0].checked ? 'block' : 'none') });
  if (isFree) {
    newPrice = '0';
  } else {
    newPrice = jQuery(ppSel.options[ppSel.selectedIndex]).text().substr(jQuery(ppSel.options[ppSel.selectedIndex]).text().lastIndexOf(' ') + 2);
    newPrice = newPrice.substr(0, newPrice.indexOf(',')).replace(/\./, '');
    if (is100)
      newPrice = '' + (parseInt(newPrice) * 2);
    if (isAlt)
      newPrice = '' + (parseInt(newPrice) + 19 + (is100 ? 19 : 0));
    jQuery('#roxacdisc'). text('' + parseInt('' + (parseInt(newPrice) / 3)));
    jQuery('#roxacdisced').text('' + parseInt('' + ((parseInt(newPrice) / 3) * 2)));
  }
  if (newPrice != jQuery('#roxlicfee').text()) {
    jQuery('.roxedfee').css({'background': 'gold'});
    jQuery('#roxlicfee').html(newPrice);
    setTimeout("jQuery('.roxedfee').css({'background': 'none'});", 500);
  }
}

function roxGetIt(doit) {
  var box = jQuery('#roxgetitnow');
  box.css({ 'height': (jQuery(document).height() + 'px') });
  if (doit === true)
    box.show();
}

function roxOnSubmit(ev) {
  if (jQuery('#roxpayddl')[0].selectedIndex > 0) {
    location.href = roxAltUrl + roxAltId + '&v=' + roxAltVar + '&q=' + ((jQuery('#roxuserddl')[0].selectedIndex == 1) ? 2 : 1);
    ev.stopImmediatePropagation();
    return false;
  } else if (jQuery('#roxuserddl')[0].selectedIndex == 1)
    jQuery('#roxppform form').append('<input type="hidden" name="quantity" value="2"/>');
}

function roxLoadTexture(no) {
	if (!no)
		no = roxTexture;
	if (jQuery.browser.msie && (parseInt(jQuery.browser.version) >= 7)) {
		jQuery('body').append('<div id="roxiebgfix" style="position: fixed; top: 0px; left: 0px; background: gold; z-index: -1; background: url(\'/storage/images/xbg' + no + '.jpg\') repeat center center;"></div>');
		roxOnWindowResize();
	} else
		jQuery('div#pageFooter').append('<img width="0" height="0" onload="jQuery(\'body\').css(\'background-image\', \'url(\' + this.src + \')\');" src="/storage/images/xbg' + no + '.jpg"/>');
}

function roxOnWindowResize() {
	var tmp, minHeight = jQuery(window).height() - 200 - jQuery('div#pageFooterWrapper').height();
	if ((tmp = jQuery('div#sidebar1Wrapper').height()) > minHeight)
		minHeight = tmp;
	if ((tmp = jQuery('div#rox_content').height()) < minHeight)
		jQuery('div#rox_content').css('min-height', minHeight + 'px');
	jQuery('div#roxiebgfix').css({ 'width': jQuery(window).width() + 'px', 'height': jQuery(window).height() + 'px' });
}

function fixupLightbox() {
	var gearUrl = 'http://roxority.com/storage/images/gears_an.gif', imgWidth;
	jQuery('body #sslightbox_loadimg').each(function(imgi, imge) {
		imge.style.width = '24px';
		imge.style.height = '24px';
		imge.style.filter = 'none';
		if (imge.src != gearUrl)
			imge.src = gearUrl;
	});
	jQuery('body #sslightbox_overlay').each(function(imgi, imge) {
		imge.style.filter = 'none';
		imge.style.backgroundColor = (jQuery.browser.msie ? '' : 'transparent');
		imge.style.backgroundRepeat = 'repeat';
		imge.style.backgroundPosition = 'left top';
		imge.style.backgroundImage = "url('/storage/images/FooterBackground.png')";
	});
	jQuery('body #sslightbox_imgholder').each(function(imgi, imge) {
		imge.style.filter = 'none';
		imge.style.backgroundRepeat = 'repeat';
		imge.style.backgroundPosition = 'right bottom';
		if (jQuery('body #sslightbox_loadimg').css('display') != 'none') {
			imge.style.backgroundColor = '#ffffff';
			imge.style.backgroundImage = '';
		} else {
			imge.style.backgroundColor = (jQuery.browser.msie ? '' : 'transparent');
			imge.style.backgroundImage = "url('/storage/images/ContentAreaBackground.png')";
		}
		imge.style.border = '0px none red';
		imgWidth = imge.style.width;
	});
	jQuery('body #sslightbox_description').each(function(imgi, imge) {
		imge.style.filter = 'none';
		if (imgWidth && (imge.style.width != imgWidth))
			imge.style.width = imgWidth;
	});
	jQuery('body #sslightbox_title').each(function(imgi, imge) {
		imge.style.filter = 'none';
		imge.style.fontSize = '18px';
		imge.style.backgroundRepeat = 'repeat';
		imge.style.backgroundPosition = '0px 0px';
		imge.style.backgroundImage = '';
		imge.style.border = '0px none red';
		if (imgWidth && (imge.style.width != imgWidth))
			imge.style.width = imgWidth;
	});
}

function roxShowTip() {
	var text = jQuery.trim(jQuery(this).text()).toLowerCase(), elem = document.getElementById('rox_info_' + text);
	if (!elem)
		elem = document.getElementById('rox_info_company');
	jQuery('div#rox_infobox div').hide(0, function() {
		jQuery(elem).show(0, function() {
			jQuery('div#rox_infobox').show();
		});
	});
}

function roxHideTip() {
	if (jQuery.browser.msie && (parseInt(jQuery.browser.version) < 7))
		jQuery('div#rox_infobox div').hide(0, function() {
			jQuery('#rox_info_ie6').show(0, function() {
				jQuery('div#rox_infobox').show();
			});
		});
	else
		jQuery('div#rox_infobox').hide(0, function() {
			jQuery('div#rox_infobox div').hide();
		});
}

jQuery(document).ready(function() {
	var tmp, tmp2, allFromHere = false, liFirst, pos, pageTitle = jQuery.trim(document.title.substr(0, document.title.indexOf(' - ROXORITY '))), navIcons = {
		'documentation': 'question-small-white.png',
		'try ': 'download.gif',
		'feedback ': 'balloon-small.png'
	};
	YAHOO.util.Event.removeListener(document, 'keyup');
	if (jQuery.browser.msie && (parseInt(jQuery.browser.version) < 7)) {
		jQuery('#navigationTop').css({ 'left': '714px' });
		jQuery('#rox_icons').css({ 'left': '610px' });
		roxHideTip();
	}
	jQuery('.rox-tobody').appendTo('body');
	jQuery('div#rox_infobox div').hide();
	if (!roxAnims) {
		jQuery.fx.off = true;
		jQuery('div#bannerWrapper').mouseenter(roxShowTip).mouseleave(roxHideTip);
	}
	jQuery('h3').each(function(h3i, h3e) { jQuery(h3e).append('<a name="s' + h3i + '"> </a>'); });
	tmp2 = (tmp2 = location.href.substr(location.href.indexOf('://') + 3)).substr(tmp2.indexOf('/') + 1);
	if (tmp2.toLowerCase().indexOf('-screenshots') >= 0)
		setInterval(fixupLightbox, 250);
	if (jQuery.browser.safari)
		jQuery('div#navigationBottom a').css({ 'padding-top': '6px', 'padding-bottom': '1px' });
	jQuery('div.section a').removeAttr('onclick').each(function(index, elem) {
		var href = elem.href, lower = location.href.toLowerCase();
		if ((pos = href.indexOf('://')) > 0)
			href = (href = href.substr(pos + 3)).substr(href.indexOf('/'));
		while (href.charAt(href.length - 1) == '/')
			href = href.substr(0, href.length - 1);
		while (lower.charAt(lower.length - 1) == '/')
			lower = lower.substr(0, lower.length - 1);
		href = href.toLowerCase();
		if ((lower.indexOf(href + '/') >= 0) || (lower.indexOf(href + '?') >= 0) || ((lower.length >= href.length) && ((lower.substr(lower.length - href.length) + '/') == (href + '/'))))
			jQuery(elem).addClass('rox-active');
	});
	jQuery('.entry-count').each(function(index, elem) {
		jQuery(elem).prev('a').append(elem);
	});
	jQuery('div#navigationTop li').each(function(index, elem) {
		if (((tmp = jQuery(elem)).text().indexOf('Zen') > 0) || allFromHere) {
			if (tmp2.substr(0, jQuery.trim(tmp.text()).length).toLowerCase() == jQuery.trim(tmp.text()).toLowerCase())
				roxProdName = jQuery.trim(tmp.text()).toLowerCase();
			allFromHere = true;
			tmp.hide();
		} else
			liFirst = jQuery(elem);
	});
	allFromHere = false;
	jQuery('div#navigationBottom li').each(function(index, elem) {
		if (((tmp = jQuery(elem)).text().indexOf('Zen') < 0) && !allFromHere)
			tmp.hide();
		else {
			if (!roxAnims)
				tmp.mouseenter(roxShowTip).mouseleave(roxHideTip);
			allFromHere = true;
			if (roxProdName == jQuery.trim(tmp.text()).toLowerCase())
				tmp.addClass('active-module');
		}
	});
	if (roxProdName && liFirst)
		liFirst.addClass('active-module');
	if (location.href.indexOf('stellenangebote') < 0)
		jQuery('div#navigationBottom').show();
	if (location.href.indexOf('jobs-') > 0)
		jQuery('div#navigationBottom div.horizontalNavigationBar').hide();
	jQuery('div#content').html('<div id="rox_content">' + jQuery('div#content').html() + '</div>');
	if (jQuery('div.header').length == 0)
		jQuery('div#content').prepend('<div class="header"></div>');
	else {
		if (jQuery.trim(jQuery('div.header').html()))
			jQuery(jQuery('div.header').html()).prependTo('div#rox_content');
		jQuery('div.header').html('');
	}
	jQuery('div.header').prependTo('div#content');
	if ((pos = pageTitle.lastIndexOf('-')) >= 0)
		pageTitle = jQuery.trim(pageTitle.substr(pos + 1));
	if (pageTitle.substr(0, (roxProdName + ': ').length).toLowerCase() == (roxProdName + ': '))
		pageTitle = jQuery.trim(pageTitle.substr((roxProdName + ': ').length));
	if (jQuery('h2.document-title').length && !jQuery('div.header h2.document-title').length)
		if (jQuery('h2.document-title').html().toLowerCase().indexOf('<a ') >= 0)
			jQuery('h2.document-title').html(jQuery('h2.document-title').html().substr(jQuery('h2.document-title').html().toLowerCase().indexOf('</a>') + 10));
		else
			jQuery('h2.document-title').prependTo('div.header');
	if (jQuery('div.header h2.document-title').length == 0)
		jQuery('div.header').prepend('<h2 class="document-title"></h2>');
	if (!roxPreserveTitle)
		jQuery('div.header h2.document-title').text(pageTitle);
	if (jQuery('span.rox-pagedesc').length && !jQuery('h2.document-title span.rox-pagedesc').length)
		jQuery('span.rox-pagedesc').prependTo('div.header h2.document-title').show();
	if (!jQuery('span.rox-pagedesc').length)
		jQuery('div.header h2.document-title').prepend('<span class="rox-pagedesc">' + roxPageDesc + '</span>');
	jQuery(window).resize(roxOnWindowResize);
	jQuery(window).load(function() {
		var langProps = ['language', 'userLanguage', 'systemLanguage', 'browserLanguage'], isDe = false;
		roxOnWindowResize();
		for (var i = 0; i < langProps.length; i++)
			if (isDe = (navigator[langProps[i]] && navigator[langProps[i]].length && (navigator[langProps[i]].length >= 2) && ((navigator[langProps[i]].toLowerCase() == 'de') || ((navigator[langProps[i]].length > 2) && (navigator[langProps[i]].substr(0, 3).toLowerCase() == 'de-')))))
				break;
		if (isDe)
			jQuery('#rox_icon_de').show();
		setTimeout('roxLoadTexture();', 1);
		jQuery('a.rox-topup').click(function() { jQuery.fx.off = false; });
	});
	jQuery('.paginationControlWrapper').insertBefore('.list-journal-entry-wrapper');
	jQuery('ul.link-group-list-pt div.title').each(function(index, elem) {
		var text = jQuery.trim(jQuery(elem).text()).toLowerCase();
		for (var p in navIcons)
			if ((p.length <= text.length) && (text.substr(0, p.length) == p))
				jQuery(elem).css({'background-image': "url('/storage/icons/" + navIcons[p] + "')"});
	});
	jQuery('img.rox-docpic').each(function(index, elem) {
		var $elem = jQuery(elem);
		$elem.attr('rheight', $elem.css('height')).css({ 'height': roxThumbSize }).wrap('<a class="rox-docpic rox-topup" target="_blank" href="' + this.src + '"></a>')
	});
});

var roxUserLogos = ['adhaero.png', 'arcelor-mittal.png', 'assa-abloy.png', 'axel-springer.png', 'big-dutchman.png', 'bkk-gilsei.png', 'bp.png', 'bpmedia.png', 'bskh.gif', 'coler.png', 'dhl.png', 'drk-bsd.gif', 'dspace.png', 'dvelop.png', 'dvz.jpg', 'goede.png', 'homag.png', 'layer2.png', 'logo_swisscom.gif', 'lv.png', 'masters-wines.png', 'metaxpert.png', 'philips.png', 'runtime.png', 'salis.png', 'solarlux.png', 'sony.png', 'aa.gif', 'ad.gif', 'adr.png', 'adv.jpg', 'ag.png', 'am.png', 'amd.gif', 'ams.gif', 'ap.gif', 'as.jpg', 'at.gif', 'atw.gif', 'bb.jpg', 'bc.gif', 'be.gif', 'bi.png', 'bo.png', 'bs.jpg', 'c5.gif', 'cc.gif', 'cc.png', 'cpp.jpg', 'csg.gif', 'cx.gif', 'd.jpg', 'dh.gif', 'ei.png', 'em.gif', 'en.jpg', 'en.png', 'ep.gif', 'ex.gif', 'fs.gif', 'gc.gif', 'ge.jpg', 'gt.gif', 'ha.gif', 'hd.gif', 'hl.gif', 'hs.jpg', 'htc.gif', 'iia.jpg', 'io.png', 'iq.png', 'is.gif', 'kas.png', 'ke.gif', 'kf.jpg', 'kr.gif', 'le.jpg', 'mcd.gif', 'mce.gif', 'met.jpg', 'mfo.gif', 'mi.jpg', 'mo.jpg', 'mt.gif', 'mv.jpg', 'or.gif', 'ou.jpg', 'pf.gif', 'pl.png', 'pr.gif', 'psc.png', 'rc.gif', 'rec.gif', 'rid.png', 'rli.gif', 'rp.png', 'rsr.png', 'rt.jpg', 'rta.gif', 'sg.gif', 'sg.jpg', 'sl.gif', 'so.jpg', 'su.gif', 'sy.png', 'te.gif', 'us.png', 'vb.jpg', 'vl.png', 'vr.jpg', 'vu.jpg', 'wh.gif', 'wk.gif', 'xs.gif', 'yv.png', 'ze.png', 'bt.jpg', 'gies.gif', 'lesi.gif', 'ness.jpg', 'roch.gif', 'tyco.png', 'auon.jpg', 'bina.gif', 'csc.gif', 'fhlb.jpg', 'funt.gif', 'ieng.jpg', 'jlau.jpg', 'nsx.jpg', 'prom.jpg', 'teli.jpg', 'trbl.png', 'ango.gif', 'blli.png', 'fufi.gif', 'hife.jpg', 'nekt.gif', 'reso.jpg', 'soli.jpg', 'wege.gif'];

jQuery.roxTestimonials = {
"Awesome... I'm very happy I bought this webpart... you're impressing me with your support!": "Dean G.<br/><i>Zedi Inc.</i> (Canada)<div>on FilterZen</div>",
"I like what I see. You've done a great job.": "Mark M.<br/><i>AmSurg Corp.</i> (USA)<div>on FilterZen</div>",
"Great work with the URL filter web part. It's just what I was looking for.": "Yariv A.<br/><i>Harel Group</i> (Israel)<div>on FilterZen</div>",
"This web part looks like exactly what I need. Many thanks for your help with this.": "Christian P.<br/><i>Meticulus Solutions</i> (UK)<div>on FilterZen</div>",
"Thank you so much. This web part works perfect. Thank you for all your help.": "Shruti P.<br/><i>Vanderbilt University</i> (USA)<div>on FilterZen</div>",
"You're awesome, thanks a million! It works like a champ.": "Mike S.<br/><i>General Cable</i> (USA)<div>on FilterZen</div>",
"Thank you! It is refreshing to see that good customer service still exists. I won't hesitate to tell other SharePoint developers and professionals to give you a try.": "Jeff C.<br/><i>Georgia-Pacific</i> (USA)<div>on FilterZen</div>",
"I have just implemented your PeopleZen webpart into our MOSS2007 setup and I am very impressed!": "James D.<br/><i>Russell Cooke LLP</i> (UK)<div>on PeopleZen</div>",
"Let me tell your work is really awesome. That web part is very useful.  Thank you so much!": "Guillermo Sornoza Ortega (Equador)<div>on PeopleZen</div>",
"Love the site and this wonderful User Profiles web part. It is exactly what we want!": "Anita W.<br/><i>Queensland Government</i> (Australia) <div>on PeopleZen</div>",
"Thanks a lot for releasing your web part for listing entries in the user profile database!": "G&ouml;ran H. (MVP),<br/><i>HumanData</i> (Sweden)<div>on PeopleZen</div>",
"Thank you for developing software that can help people enormously.": "Micha&euml;l de W.<br/><i>Vroon</i> (Netherlands)<div>on PeopleZen</div>",
"This web part looks very good for us.": "Tal S.<br/><i>Precise Software</i> (USA)<div>on PeopleZen</div>",
"Just recently downloaded your User Profile Web Part and am very excited. Pretty cool!": "Ben G.<br/><i>All-Pak</i> (USA)<div>on PeopleZen</div>",
"Your SharePoint User Profile Web Part definitely meets the needs of our business units!": "Jeff Burton,<br/><i>RLI Insurance</i> (USA)<div>on PeopleZen</div>",
"I downloaded ExportZen and like it very much!": "Chris F.<br/><i>Physicians Resources, Ltd.</i><div>on ExportZen</div>",
"Very impressed with your response time! I really appreciate all the work you are putting into this. Everything is working great. Thanks for all your help with this.": "Preston J.<br/><i>M.C. Dean</i> (USA)<div>on ExportZen</div>",
"Great job on the Upload to Sharepoint tool!": "Jeff G.<br/><i>Project Associates, Inc.</i> (USA)<div>on UploadZen</div>",
"Much appreciation on this... it will be a lifesaver!": "Mike M.<br/><i>Grant Thornton LLP</i> (USA)<div>on UploadZen</div>",
"That worked flawlessly. Thank you for your great customer service.": "Kelly F.<br/><i>Beers + Cutler</i> (USA)<div>on UploadZen</div>",
"I love the product. It does exactly what I needed.": "Ron C.<br/><i>Crohn's &amp; Colitis Foundation</i> (USA)<div>on ExportZen</div>",
"I'm deeply impressed about your fast and positive feedback!": "Marcel A.<br/><i>Swisscom</i> (Switzerland)<div>on UploadZen</div>",
"Thanks for such a great tool. It's definitely better than many of the products I've seen out there. You guys have done a great job and you should be very proud of yourselves! About service, I can truly say, you are hurdles in front of any vendor I have dealt with before.": "Alex L.<br/><i>NSX</i> (USA)<div>on PeopleZen</div>",
"Awesome - you have been so helpful btw. And I do like this product. I've been searching high and low so can't wait to purchase it in the next few days. Thanks again!": "Nadya M.<br/><i>Hanson Dodge</i> (USA)<div>on PeopleZen</div>",
"Perfect... worked like a charm!": "Frank M.<br/><i>Service Communications</i> (USA)<div>on PeopleZen</div>",
"It's very nice to have someone reply as fast as you. I appreciate all your help.": "Thanasi Z.,<br/><i>Life Quality Medical</i> (USA)<div>on PeopleZen</div>",
"Thanks for the prompt reply and ongoing support. It's rarely seen and is a credit to you.": "Simon S.<br/><i>The Learning Trust</i> (UK)<div>on FilterZen</div>"
};
