completemarkets.com
Open in
urlscan Pro
2606:4700:10::ac43:14f1
Public Scan
Submitted URL: https://completemarkets.com/AdrianHolloway/
Effective URL: https://completemarkets.com/AdrianHolloway/
Submission: On September 07 via api from US
Effective URL: https://completemarkets.com/AdrianHolloway/
Submission: On September 07 via api from US
Form analysis
1 forms found in the DOMName: aspnetForm — POST /AdrianHolloway/
<form name="aspnetForm" method="post" action="/AdrianHolloway/" onsubmit="if (!window.__cfRLUnblockHandlers) return false; javascript:return WebForm_OnSubmit();" id="aspnetForm" style="height: 100%" enctype="multipart/form-data">
<div>
<input type="hidden" name="__WPPS" id="__WPPS" value="s">
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
<input type="hidden" name="__VIEWSTATE_WAOKEY" id="__VIEWSTATE_WAOKEY" value="VIEWSTATE_43epsnlbzkch0tllbos0xwqd_-647939202_637666042332111273">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="">
</div>
<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['aspnetForm'];
if (!theForm) {
theForm = document.aspnetForm;
}
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
//]]>
</script>
<script src="/WebResource.axd?d=0rgcMZMFBSW4jkQrSO__n9wCm_9Keprr82oFJviWTH_bjpiK-WJNavRGh9A18ul9EGiBGio3fxGeRHYslCOiXT3jdis1&t=637109960440000000" type="text/javascript"></script>
<script src="/MonoX/Scripts/Common.js" type="text/javascript"></script>
<script src="/MonoX/Scripts/Common.js" type="text/javascript"></script>
<script src="/MonoX/Scripts/Common.js" type="text/javascript"></script>
<script src="/MonoX/Scripts/Common.js" type="text/javascript"></script>
<script src="/MonoX/Scripts/Common.js" type="text/javascript"></script>
<script src="/MonoX/Scripts/Common.js" type="text/javascript"></script>
<script src="/MonoX/Scripts/Common.js" type="text/javascript"></script>
<script src="/MonoX/Scripts/Common.js" type="text/javascript"></script>
<script src="../Scripts/jquery-1.11.3.min.js" type="text/javascript"></script>
<!--[if IE 8]>
<html class="ie8">
<![endif]-->
<!--[if IE 9]>
<html class="ie9">
<![endif]-->
<!--[if IE 6]>
<script type="text/javascript" src="/Scripts/common/PIE.js"></script>
<![endif]-->
<!--[if IE 7]>
<script type="text/javascript" src="/Scripts/common/PIE.js"></script>
<![endif]-->
<!--[if IE 8]>
<script type="text/javascript" src="/Scripts/common/PIE.js"></script>
<![endif]-->
<!--[if IE 9]>
<script type="text/javascript" src="/Scripts/common/PIE.js"></script>
<![endif]-->
<script src="/Scripts/jquery-ui.min.js" type="text/javascript"></script>
<script src="/Scripts/app.min.js" type="text/javascript"></script>
<script src="/Scripts/remodal/remodal.js" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
function HideToolTip_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlRating() {
var tooltip = Telerik.Web.UI.RadToolTip.getCurrent();
// Remove old entry of text and rating if not edit mode
var editMode = false;
if (!editMode) {
var ratingControl = $find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlRating_ratingBinary');
if (ratingControl) {
ratingControl.set_value(0);
}
var txtBoxControl = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_txtReview');
txtBoxControl.val('Write your review here. (Required)\n\nPlease consider the following:\n1. Would you recommend this person?\n2. What about this person do you like/dislike?\n3. Why did you choose this rating?');
var confidentialCheckbox = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_chbConfidential');
if (confidentialCheckbox) {
confidentialCheckbox.prop('checked', false);
}
} else {
var ratingControl = $find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlRating_ratingBinary');
if (ratingControl) {
var hfRating = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_hfRatingEdit').val();
ratingControl.set_value(parseFloat(hfRating));
}
var hfText = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_hfTextEdit').val();
var txtBoxControl = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_txtReview');
txtBoxControl.val(hfText);
var hfConfidentialVal = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_hfConfidentialCheckbox').val();
var confidentialCheckbox = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_chbConfidential');
if (hfConfidentialVal.toLowerCase() === 'true') {
confidentialCheckbox.prop('checked', true);
} else {
confidentialCheckbox.prop('checked', false);
}
}
if (tooltip) {
tooltip.hide();
}
}
function isReviewMaxCharValid_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip(sender, args) {
var editor = $("#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_txtReview");
var oSelElem = editor.val();
if (oSelElem.length > 3000) {
args.IsValid = false;
} else {
args.IsValid = true;
}
}
function isReviewEmptyValid_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip(source, args) {
var text = args.Value;
var defaultText = 'Write your review here. (Required)\n\nPlease consider the following:\n1. Would you recommend this person?\n2. What about this person do you like/dislike?\n3. Why did you choose this rating?';
if (text === defaultText || text.length < 25) {
args.IsValid = false;
}
}
function isRated_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlRating(source, args) {
var rating = args.Value;
args.IsValid = rating > 0;
};
//]]>
</script>
<script src="/MonoX/Scripts/jquery.watermarktext.js" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
function isReviewMaxCharValid_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup(sender, args) {
var editor = $("#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_txtReview");
var oSelElem = editor.val();
if (oSelElem.length > 3000) {
args.IsValid = false;
} else {
args.IsValid = true;
}
}
function isReviewEmptyValid_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup(source, args) {
var text = args.Value;
var defaultText = 'Write your review here. (Required)\n\nPlease consider the following:\n1. Would you recommend this person?\n2. What about this person do you like/dislike?\n3. Why did you choose this rating?';
if (text === defaultText || text.length < 25) {
args.IsValid = false;
} else {
args.IsValid = true;
}
}
function isReviewMaxCharValid_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup(sender, args) {
var editor = $("#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_txtReview");
var oSelElem = editor.val();
if (oSelElem.length > 3000) {
args.IsValid = false;
} else {
args.IsValid = true;
}
}
function isReviewEmptyValid_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup(source, args) {
var text = args.Value;
var defaultText = 'Write your review here. (Required)\n\nPlease consider the following:\n1. Would you recommend this person?\n2. What about this person do you like/dislike?\n3. Why did you choose this rating?';
if (text === defaultText || text.length < 25) {
args.IsValid = false;
} else {
args.IsValid = true;
}
}
function HideToolTip_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlRating() {
var tooltip = Telerik.Web.UI.RadToolTip.getCurrent();
// Remove old entry of text and rating if not edit mode
var editMode = false;
if (!editMode) {
var ratingControl = $find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlRating_ratingBinary');
if (ratingControl) {
ratingControl.set_value(0);
}
var txtBoxControl = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_txtReview');
txtBoxControl.val('Write your review here. (Required)\n\nPlease consider the following:\n1. Would you recommend this person?\n2. What about this person do you like/dislike?\n3. Why did you choose this rating?');
var confidentialCheckbox = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_chbConfidential');
if (confidentialCheckbox) {
confidentialCheckbox.prop('checked', false);
}
} else {
var ratingControl = $find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlRating_ratingBinary');
if (ratingControl) {
var hfRating = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_hfRatingEdit').val();
ratingControl.set_value(parseFloat(hfRating));
}
var hfText = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_hfTextEdit').val();
var txtBoxControl = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_txtReview');
txtBoxControl.val(hfText);
var hfConfidentialVal = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_hfConfidentialCheckbox').val();
var confidentialCheckbox = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_chbConfidential');
if (hfConfidentialVal.toLowerCase() === 'true') {
confidentialCheckbox.prop('checked', true);
} else {
confidentialCheckbox.prop('checked', false);
}
}
if (tooltip) {
tooltip.hide();
}
}
function isReviewMaxCharValid_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip(sender, args) {
var editor = $("#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_txtReview");
var oSelElem = editor.val();
if (oSelElem.length > 3000) {
args.IsValid = false;
} else {
args.IsValid = true;
}
}
function isReviewEmptyValid_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip(source, args) {
var text = args.Value;
var defaultText = 'Write your review here. (Required)\n\nPlease consider the following:\n1. Would you recommend this person?\n2. What about this person do you like/dislike?\n3. Why did you choose this rating?';
if (text === defaultText || text.length < 25) {
args.IsValid = false;
}
}
function isRated_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlRating(source, args) {
var rating = args.Value;
args.IsValid = rating > 0;
};
//]]>
</script>
<script src="/WebResource.axd?d=Dd93trtMGGOXOWXmMM4WnLMp5ptRHXRb7NiBSaTPjLAwM7C7ne3QLTU6HTxqlD7aLDXx2UYRIzySPrhJoUhTmIywIFcuectjmncpvPHlEbdCnsJGoxbExCjLD747WmOcsArghlwPxqhLk9E30fuMbRo_CBxFouxP7Hrx9TqFdMXU7Ttg0&amp;t=636625774513117864"
type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
function HideToolTip_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlRating() {
var tooltip = Telerik.Web.UI.RadToolTip.getCurrent();
// Remove old entry of text and rating if not edit mode
var editMode = false;
if (!editMode) {
var ratingControl = $find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlRating_ratingBinary');
if (ratingControl) {
ratingControl.set_value(0);
}
var txtBoxControl = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_txtReview');
txtBoxControl.val('Write your review here. (Required)\n\nPlease consider the following:\n1. Would you recommend this person?\n2. What about this person do you like/dislike?\n3. Why did you choose this rating?');
var confidentialCheckbox = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_chbConfidential');
if (confidentialCheckbox) {
confidentialCheckbox.prop('checked', false);
}
} else {
var ratingControl = $find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlRating_ratingBinary');
if (ratingControl) {
var hfRating = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_hfRatingEdit').val();
ratingControl.set_value(parseFloat(hfRating));
}
var hfText = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_hfTextEdit').val();
var txtBoxControl = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_txtReview');
txtBoxControl.val(hfText);
var hfConfidentialVal = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_hfConfidentialCheckbox').val();
var confidentialCheckbox = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_chbConfidential');
if (hfConfidentialVal.toLowerCase() === 'true') {
confidentialCheckbox.prop('checked', true);
} else {
confidentialCheckbox.prop('checked', false);
}
}
if (tooltip) {
tooltip.hide();
}
}
function isReviewMaxCharValid_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip(sender, args) {
var editor = $("#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_txtReview");
var oSelElem = editor.val();
if (oSelElem.length > 3000) {
args.IsValid = false;
} else {
args.IsValid = true;
}
}
function isReviewEmptyValid_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip(source, args) {
var text = args.Value;
var defaultText = 'Write your review here. (Required)\n\nPlease consider the following:\n1. Would you recommend this person?\n2. What about this person do you like/dislike?\n3. Why did you choose this rating?';
if (text === defaultText || text.length < 25) {
args.IsValid = false;
}
}
function isRated_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlRating(source, args) {
var rating = args.Value;
args.IsValid = rating > 0;
};
//]]>
</script>
<script src="/MonoX/Scripts/jquery.autogrow.js" type="text/javascript"></script>
<script src="/MonoX/Scripts/jquery.togglevisibility.js" type="text/javascript"></script>
<script src="/MonoX/Scripts/Silverlight.js" type="text/javascript"></script>
<script src="/MonoX/Scripts/jquery.silverlightupload.js" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
function openPreviewPopup(sender, width, height) {
var wnd = GetRadWindowManager().open(sender.href + '&' + new Date().getTime());
wnd.set_modal(true);
wnd.setSize(width, height);
wnd.set_behaviors(Telerik.Web.UI.WindowBehaviors.Close);
wnd.set_visibleStatusbar(false);
wnd.center();
} //]]>
</script>
<script src="/MonoX/Scripts/prettyPhoto/jquery.prettyPhoto.js" type="text/javascript"></script>
<script src="/Scripts/noty/jquery.noty.js" type="text/javascript"></script>
<script src="/Scripts/noty/layouts/center.js" type="text/javascript"></script>
<script src="/Scripts/noty/themes/imms.js" type="text/javascript"></script>
<script src="/MonoX/Scripts/Common.js" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
function isEmpty_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_employmentProfile_summary_mainContainer_radContent(sender, args) {
var editorText = args.Value;
args.IsValid = editorText.length > 0;
}
//]]>
</script>
<script src="/MonoX/Scripts/prettyPhoto/jquery.prettyPhoto.startup.js" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
function HideToolTip_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlReviewContainer_ctlReviewsTooltip_ctlRating() {
var tooltip = Telerik.Web.UI.RadToolTip.getCurrent();
// Remove old entry of text and rating if not edit mode
var editMode = false;
if (!editMode) {
var ratingControl = $find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlReviewContainer_ctlReviewsTooltip_ctlRating_ratingBinary');
if (ratingControl) {
ratingControl.set_value(0);
}
var txtBoxControl = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlReviewContainer_ctlReviewsTooltip_txtReview');
txtBoxControl.val('Write your review here. (Required)\n\nPlease consider the following:\n1. Would you recommend this person?\n2. What about this person do you like/dislike?\n3. Why did you choose this rating?');
var confidentialCheckbox = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlReviewContainer_ctlReviewsTooltip_chbConfidential');
if (confidentialCheckbox) {
confidentialCheckbox.prop('checked', false);
}
} else {
var ratingControl = $find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlReviewContainer_ctlReviewsTooltip_ctlRating_ratingBinary');
if (ratingControl) {
var hfRating = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlReviewContainer_ctlReviewsTooltip_hfRatingEdit').val();
ratingControl.set_value(parseFloat(hfRating));
}
var hfText = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlReviewContainer_ctlReviewsTooltip_hfTextEdit').val();
var txtBoxControl = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlReviewContainer_ctlReviewsTooltip_txtReview');
txtBoxControl.val(hfText);
var hfConfidentialVal = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlReviewContainer_ctlReviewsTooltip_hfConfidentialCheckbox').val();
var confidentialCheckbox = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlReviewContainer_ctlReviewsTooltip_chbConfidential');
if (hfConfidentialVal.toLowerCase() === 'true') {
confidentialCheckbox.prop('checked', true);
} else {
confidentialCheckbox.prop('checked', false);
}
}
if (tooltip) {
tooltip.hide();
}
}
function isReviewMaxCharValid_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlReviewContainer_ctlReviewsTooltip(sender, args) {
var editor = $("#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlReviewContainer_ctlReviewsTooltip_txtReview");
var oSelElem = editor.val();
if (oSelElem.length > 3000) {
args.IsValid = false;
} else {
args.IsValid = true;
}
}
function isReviewEmptyValid_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlReviewContainer_ctlReviewsTooltip(source, args) {
var text = args.Value;
var defaultText = 'Write your review here. (Required)\n\nPlease consider the following:\n1. Would you recommend this person?\n2. What about this person do you like/dislike?\n3. Why did you choose this rating?';
if (text === defaultText || text.length < 25) {
args.IsValid = false;
}
}
function isRated_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlReviewContainer_ctlReviewsTooltip_ctlRating(source, args) {
var rating = args.Value;
args.IsValid = rating > 0;
};
function isEmpty_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileSettings_joinSettings_txtCustomMessage(sender, args) {
var editorText = args.Value;
args.IsValid = editorText.length > 0;
}
//]]>
</script>
<script src="/Scripts/common/parseurls.js" type="text/javascript"></script>
<script src="/Scripts/analytics/analytics.js" type="text/javascript"></script>
<script type="text/javascript" language="javascript">
//<![CDATA[
//Note: This is a hack for ajaxToolkit:CollapsiblePanelExtender lack of functionality (HideOnLoad)
function ToolBoxUnHideOnLoad() {
var ToolBoxHideOnLoadTargetControlID = document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_toolbox_content');
if (ToolBoxHideOnLoadTargetControlID) {
if (ToolBoxHideOnLoadTargetControlID.style.height) ToolBoxHideOnLoadTargetControlID.style.height = '100%';
if (ToolBoxHideOnLoadTargetControlID.style.visibility) ToolBoxHideOnLoadTargetControlID.style.visibility = 'visible';
if (ToolBoxHideOnLoadTargetControlID.style.display) ToolBoxHideOnLoadTargetControlID.style.display = 'block';
}
}
//]]>
</script>
<script src="/MonoX/Scripts/Common.js" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=A_mPrTm6ll6e7nT-cF5-NC1zNnRLqWgaBXIfY4X644V6swGk6-5dbECUFdr4VxbdXSVqPXpOQZ7ohhX2n3Xr0pB3boo2gRVOXvSIk0fXaxI4SFzaOqHLHliT9bVszJAG7H_aTnIhJkxYpnOM_IMtY79wIvo1&t=125d5fef" type="text/javascript"></script>
<script src="/Scripts/multiple-select/jquery.multiple.select.js" type="text/javascript"></script>
<script src="/MonoX/Scripts/jquery.parentSelector.js" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=aClIF3uYMqBPqa3GgH4gpiiDPZ9Y7i0XIqrQIFbxvuHdHfIQdZ6ZelgOumNVgmqX5IgX3kmnDsIuOMEsXk78mQpesDQzFKCGXnoGkqaWRQL_cDUt0SRdiRRevH333dIcJ0gsQx5F5kb7v8V36IuRxj7yD9g1&t=ffffffffe6d5a9ac" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=2_wvr5WwutdYF1DNy7OaK8dTqBFylw6J1JO2wyAyPQaYRxc6lyCEkDBhX_BCfY6RbtdXXy2y6pMrH-O3Nqlhg5u7P_9EPbw85a93TViVXiZIkZjrO6pCxHAhRHGBwHlSFRcoUZcziB9DT72Y8yq2degMTK3Ps1dYF_zijryepceuS0ON0&t=ffffffffe6d5a9ac"
type="text/javascript"></script>
<script src="../MonoX/Scripts/WebKitAjax.js" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=BQWtt0LjPqbi5vZErqvBT0JpfC3v6bmTKUn4vuiUqzJNEMcQEfhpSmQf8viOiAL18t_Q1iLsyjOp2VSeHAP6Y4IBUcuW_zdAnYQT7zorBwfgEwfUqdsypVLhcMqgSGhEC8X3gw2&t=12349140" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=QItoxU-zbv9yfAhDXSquEpQilzrB6E1xnmQoA3Jv0J8RdghSNo5L9BwF1wt_wA99mYnomqtZdHGqdLrVA_4sChN-ZY0pqPzJ3uiunhz2E4LE_WazwlePBB28rRHOaFQOvxTsBw2&t=12349140" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=RQwR5q-30UqVE3HSdj9Ip6no3eMf3MOEENG1eYyOLMvQpNK1g6law2d3UmCS-poOxTOQ-EEVSDBGzefbZtorbE6kppCv4ealt3_eeR8-dNxnxNgnOR4JHlQ5bQ4tRfCHba_z2Q2&t=12349140" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=M-urBWgcj1zFRmYvsA5YnKAGUrI3F4uLGJvWEdExIXmjcsezsUz8VldXcypP2lCtLwz7_mlElzV4R9X6PGs6vz-_8SyWyYQv4a5QwG6yUhO6sBAaGiqUFveZNd19D353DQOz0uDMyEKnYNh9YXsiDXX5AWo1&t=12349140" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=8vpf0azzjf96mJHJQNGNOpc5WEwldEtICCHooIj875hGNTPu6ISiXa55Ru4pH-HPQfastAveanxvV93VcS9oYbT-9REo8KbanCmtJvc34C4QD84IEYj4wVHyJgtog194YqTADofNe62fpBa2EqguZMcDN5w1&t=12349140" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=oxREqhBxasEHkTE1A3d8-AhU4X6NsbUHmsLK9LQwhiLARzpsJk-rR0qK3ispNVUxSIzawpKUCAFMRVs4RdkXL1lriDPJG7_JXDxlzQCpstWI1v7yjGUI95l6vCwnVKaT1ajyCrt4ZaLr3Qk2fe5iE7NxCGY1&t=12349140" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=M24u3GGWoGNsLFrQQfpHrMEnB3cj7uOWaLCC2pC1SJql5F7xkRnj6vUgfTfDIi87QpWBWDgRVGEolq0mpNuJpMXAM8E1OGmxSryToupIm_FA20Fg_Lk9-TWRK1bj3bxEiUyj3w2&t=12349140" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=63M-fk6ZnB7qjyDbdmnroUSWQrqzuBnKAA-6b6IxV21Ti0uF0Row-3IuQ1LEFrZcsmoh_4Hb58Qdjj_MrHoVhlzhzhu8b14WeZUR-lEdKVX0IS_GsuTmcDgWj26XJcWo_GA4Ug2&t=12349140" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=jcCyZrc8aBlQ0qiTgydSkpfhmxO19bjdMgT6wKic5Eiri3tereB8OyfjzDOxEP8WZOAb9dfW1k2QiloJIWwUp3py1or8kyZB8AMNs9MKm2myFrrrbZXmbUAk1U5MAtbyafHnL5t6iRgfFB5rJ2xA6IjiSDs1&t=12349140" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=8dxa86osdYzSUNjFv4R8fwiSkU0Si4eUAcYi3vI9lqk1LEe0PrW2ccBHuLKWgQfLAxpi387w8TZiAyb_NfyZRCbC4QeoTZjz4m0IKuF7hPfIR8fHpXsmQGIbsXrLstaP6mxJcym_pFs8kR0AkCGx-PxSfpo1&t=12349140" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=nagE5Tt-lrdVnnMIZ10ngnTaXrXE5TwqbMR9IJ7gGLwrtw7dGIgD3DkpEOVq1vIJ-sPfaLcRkkWhO-b2j3ExAHba9dm3Vl7bjKiMVc6tAXYrLJ0jh_UmSFbBS7yn_BugpCyw4H_KoGzbYhTuTkb7HbzAwag1&t=12349140" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=UQhyTEKphgxCn1FdS-hNETdkEAqOBb5GVS7EK7PS6o4zvvwi-o3Gu8vddUvyxMWXmNlSN0ha_Sv6SnRJpS3PiX9qnJQOFYyuTdwUmgpbHC4DbgW34k2OT-fVBYoXrwtVrGyQBensj6jmzClWYECQ_NMIbsl1lVE8GhEbf15kWO_xKXwM0&t=12349140"
type="text/javascript"></script>
<script src="/ScriptResource.axd?d=UFKw5O8HGcSOrwDpTRm3y_valXpoOcXrrkgkTQbm5fXdzzKDdcAPcYjLAmpCUaYwVN8uknNfA28y7sVfh0YH9CMKLDSddowoI2k2SnqSYGidvzJpxihiL_q19utAGQ8dht8Q_8vJF4FJ0egth3_GEhujNW41&t=12349140" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=ucKS0nXTc_7H-HMyljy4UdrgcpHciDYqBhbyfK0_aeq6PuJV58JRC4k7I-TBMSgyLGxWUcJBH6LRGV01aU1q7uzblR152YqIX0jqnemZBFkrC9cib62NVQWNNiX7_FEevKN9BB1PMtOQ3QZ2kxwHGyy-ARs1&t=12349140" type="text/javascript"></script>
<script src="../WebServices/GenericService.asmx/js" type="text/javascript"></script>
<script src="/MonoX/Scripts/jquery.field_selection.js" type="text/javascript"></script>
<script src="/MonoX/Scripts/SyntaxHighlighter/syntax.highlight.js" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
function WebForm_OnSubmit() {
null;
if (typeof(ValidatorOnSubmit) == "function" && ValidatorOnSubmit() == false) return false;
return true;
}
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
Sys.WebForms.PageRequestManager._initialize('ctl00$ctl00$ctl01$ctl00$AjaxScriptManager', 'aspnetForm', ['tctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$upProfileHeader', '',
'tctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$ctlReviewsTooltip$ctlLoggedOutUser$upTooltip', '',
'tctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$ctlReviewsTooltip$ctlRating$up', '',
'tctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$ttAddConnection$ctlLoggedOutUser$upTooltip', '',
'tctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$customRatingPopup$upPanel', '',
'tctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$customRatingPopup$rating$up', '', 'tctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ajaxPanelMain', '',
'tctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$upProfileHeader', '', 'tctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$lbHeader$customRatingPopup$upPanel',
'', 'tctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$lbHeader$customRatingPopup$rating$up', '',
'tctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$lbHeader$ctlReviewsTooltip$ctlLoggedOutUser$upTooltip', '',
'tctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$lbHeader$ctlReviewsTooltip$ctlRating$up', '',
'tctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$lbHeader$ttAddConnection$ctlLoggedOutUser$upTooltip', '',
'tctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$upProfileAboutMe', '',
'tctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlReviewsTooltip$ctlLoggedOutUser$upTooltip', '',
'tctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlReviewsTooltip$ctlRating$up', '',
'tctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlPosReviewsSummary$ctlRating$up', '',
'tctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$snWallNotes$up', '',
'tctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlReviewsCount$rptRatings$ctl00$rating$up', '',
'tctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlReviewsCount$rptRatings$ctl01$rating$up', '',
'tctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlReviewsCount$rptRatings$ctl02$rating$up', '',
'tctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlReviewsCount$rptRatings$ctl03$rating$up', '',
'tctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlReviewsCount$rptRatings$ctl04$rating$up', '',
'tctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlReviewsList$lvItems$ctrl0$rating_18446744071643387958$up', ''
], [], [], 90, 'ctl00$ctl00$ctl01$ctl00');
//]]>
</script>
<script type="text/javascript" language="javascript">
//<![CDATA[
Sys.WebForms.PageRequestManager.getInstance().add_endRequest(EndRequestHandler);
function EndRequestHandler(sender, args) {
if (args.get_error() != undefined && args.get_error().httpStatusCode == '500') {
var errorMessage = args.get_error().message
args.set_errorHandled(true);
if (true) alert(errorMessage.replace("Sys.WebForms.PageRequestManagerServerErrorException: ", ""));
else window.location.href = '../pages/error/Error.aspx';
}
}
//]]>
</script>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm___Drag" style="display:none;position:absolute;z-index:32000;filter:alpha(opacity=75);">
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_toolbox_content" style="">
</div>
<input type="hidden" name="ctl00$ctl00$ctl01$ctl00$cp$cp$cpeToolbox_ClientState" id="ctl00_ctl00_ctl01_ctl00_cp_cp_cpeToolbox_ClientState">
<div class="wrapper">
<div class="cm-header">
<div class="cm-row">
<div class="cm-header__top">
<div class="cm-header__branding">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_smallheader_HyperLink1" href="../default.aspx">
<div class="cm-logo__title">
<img src="../App_Themes/Default.src/assets/img/cm-logo-icon.png" id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_smallheader_imgLogoIcon" class="cm-logo__title--primary" title="CompleteMarkets – Where Insurance Goes to Network™" alt="CompleteMarkets – Where Insurance Goes to Network™"><img src="../App_Themes/Default.src/assets/img/cm-logo-full.png" id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_smallheader_imgLogoFull" class="cm-logo__title--secondary" title="CompleteMarkets – Where Insurance Goes to Network™" alt="CompleteMarkets – Where Insurance Goes to Network™">
</div>
</a>
</div>
<div class="cm-header__mobilenav">
<button type="button" class="cm-hamburger js-offscreen-toggle"><i class="material-icons md-24 md-light"></i></button>
</div>
<div class="cm-header__search" role="search">
<div class="cm-search">
<div class="cm-search__holder">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_smallheader_pnlSearch" class="cm-input-group"
onkeypress="if (!window.__cfRLUnblockHandlers) return false; javascript:return WebForm_FireDefaultButton(event, 'ctl00_ctl00_ctl01_ctl00_cp_cp_cp_smallheader_btnSearch')">
<div class="cm-input-group--main">
<input name="ctl00$ctl00$ctl01$ctl00$cp$cp$cp$smallheader$txtSearch" type="text" value="Search CompleteMarkets" id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_smallheader_txtSearch"
class="cm-input cm-input--sml cm-rounded jq_swap_value cm-rounded--left">
</div>
<div class="cm-input-group--aside">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_smallheader_btnSearch" class="cm-search__btn jq-zoom-search" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$cp$smallheader$btnSearch", "", true, "", "", false, true))">
<i class="material-icons"></i>
</a>
</div>
</div>
</div>
</div>
<a href="javascript:void(0)" class="cm-search__toggle"><i class="material-icons"></i></a>
</div>
<div class="cm-header__login">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_smallheader_btnLoginRegister" class="cm-header__login__btn" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$cp$smallheader$btnLoginRegister", "", true, "", "", false, true))">Login/Register</a>
</div>
<div class="cm-header__user">
<div class="cm-userbar cm-img-roundness--full">
<button type="button" class="cm-avatar js-dropdown-toggle">
<div class="cm-pull">
<table cellpadding="0" cellspacing="0" class="cm-w--full">
<tbody>
<tr>
<td id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_smallheader_userAvatar_rowGravatar">
<img id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_smallheader_userAvatar_gravatar" src="/App_Themes/Common/img/avatar_blank.jpg" style="height:36px;width:36px;border-width:0px;">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_smallheader_userAvatar_pnlBtnBrowse" class="cm-profile__card__header__action cm-radial">
</div>
</td>
</tr>
</tbody>
</table>
<h3>
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_smallheader_userAvatar_labInvalidFile"></span>
</h3>
<script type="text/javascript">
function validUpload_ctl00_ctl00_ctl01_ctl00_cp_cp_cp_smallheader_userAvatar(source, arguments) {
arguments.IsValid = getRadUpload('ctl00_ctl00_ctl01_ctl00_cp_cp_cp_smallheader_userAvatar_uploadAvatar').validateExtensions();
}
</script>
</div>
<div class="cm-avatar__name">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_smallheader_lblUserFirstName"></span>
</div>
<span class="cm-avatar__caret"><i class="material-icons md-18 md-light"></i></span>
</button>
<div class="cm-drop">
<div class="cm-drop__menu">
<div class="">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_smallheader_ctlMemership_lnkRegister" class="cm-list--dropdown__link" href="../Membership/Register.aspx">Create a Free CompleteMarkets Account</a><a id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_smallheader_ctlMemership_loginStatus1_btnLink" class="cm-list--dropdown__link" href="/login.aspx?ReturnUrl=%2fAdrianHolloway%2f">Login to CompleteMarkets</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="navigation">
<nav role="navigation" class="cm-nav">
<style>
ul.nav-highlight>li>a>span {
background-color: #dc613f;
border-radius: 10px;
padding: 2px 12px;
}
li.nav-selected>a>span {
color: #dc613f;
}
</style>
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_smallheader_ctlMenu_btnLoginRegisterMobile" class="cm-header__login__mobile" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$cp$smallheader$ctlMenu$btnLoginRegisterMobile", "", true, "", "", false, true))">Login/Register</a>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_smallheader_ctlMenu_repeater" class="cm-nav--primary">
<ul class=" first">
<li class="
" title="Home">
<a href="/Default.aspx"><span>Home</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
<ul class="level0 jq-subitem-0">
<li class="
" title="About Us">
<a href="/contentpage/aboutus/"><span>About Us</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Membership">
<a href="/contentpage/members/"><span>Membership</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Consumers">
<a href="/Pages/Consumer.aspx"><span>Consumers</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Contact Us">
<a href="/contentpage/contactus/"><span>Contact Us</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Manage Your Subscriptions">
<a href="/subscriptionoverview/"><span>Manage Your Subscriptions</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
</ul>
</li>
</ul>
<ul class=" ">
<li class="
" title="Find A Market">
<a href="/FindIt"><span>Find A Market</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(32)" class="cm-nav--primary__toggle"></span>
<ul class="level0 jq-subitem-32">
<li class="
" title="Find Insurance Markets">
<a href="/FindIt/Markets"><span>Find Insurance Markets</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Find A Company">
<a href="/FindIt/Companies"><span>Find A Company</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Search Blogs">
<a href="/FindIt/Blogs"><span>Search Blogs</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Search Users">
<a href="/FindIt/Users"><span>Search Users</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Search Industry Articles">
<a href="/FindIt/Articles"><span>Search Industry Articles</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Search Discussions/Topics">
<a href="/FindIt/Discussions"><span>Search Discussions/Topics</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Find Tools/Products">
<a href="/FindIt/Products"><span>Find Tools/Products</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Insurance News">
<a href="/pages/articlesnews.aspx"><span>Insurance News</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
</ul>
</li>
</ul>
<ul class=" ">
<li class="
" title="Agent Discussions">
<a href="/pages/discussion.aspx"><span>Agent Discussions</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(38)" class="cm-nav--primary__toggle"></span>
<ul class="level0 jq-subitem-38">
<li class="
" title="Ask Your Peers (Market Requests)">
<a href="/pages/discussion/dboard/6fFg_ZNGhkCb3KBEAMrKAA/Ask-Your-Peers/"><span>Ask Your Peers (Market Requests)</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Agency Management">
<a href="/pages/discussion/dboard/DXLRjbbJA0qzsqBEAMRfxw/Agency-Management/"><span>Agency Management</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Careers & Jobs">
<a href="/pages/discussion/dboard/R7ImQ3AxekuKRqBEAMVpZA/Careers/"><span>Careers & Jobs</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Life, Health & Fin Svcs">
<a href="/pages/discussion/dboard/HlHqEczeLkiiMqBEAMMXJQ/Life-Health-Financial-Services/"><span>Life, Health & Fin Svcs</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Marketing">
<a href="/pages/discussion/dboard/WHYwMlwKdUmME6BEAMlpSQ/Marketing/"><span>Marketing</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Property & Casualty">
<a href="/pages/discussion/dboard/a883K5N1FEySWqBEAMIYPQ/Property-Casualty/"><span>Property & Casualty</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Technology & Tools">
<a href="/pages/discussion/dboard/iKH4zcTn7UKn9KBEAMiPYg/Technology-Tools/"><span>Technology & Tools</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Using CompleteMarkets">
<a href="/pages/discussion/dboard/L1Q6VQKmQUiCEKAnASCqkQ/Using-CompleteMarkets/"><span>Using CompleteMarkets</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
</ul>
</li>
</ul>
<ul class=" ">
<li class="
" title="Insurance Articles">
<a href="/article.aspx"><span>Insurance Articles</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(42)" class="cm-nav--primary__toggle"></span>
<ul class="level0 jq-subitem-42">
<li class="
" title="All Articles">
<a href="/Articles"><span>All Articles</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Search The Library">
<a href="/FindIt/Articles"><span>Search The Library</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Article Categories">
<a href="/articles?selTab=TabCategory"><span>Article Categories</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
</ul>
</li>
</ul>
<ul class=" ">
<li class="
" title="Insurance Jobs">
<a href="/jobs/"><span>Insurance Jobs</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(47)" class="cm-nav--primary__toggle"></span>
<ul class="level0 jq-subitem-47">
<li class="
" title="Find A Job">
<a href="/jobs/"><span>Find A Job</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Post A Job">
<a href="/postajob"><span>Post A Job</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Articles for Candidates">
<a href="/Article/article-content-package/IMMS-Library/TabCategory/"><span>Articles for Candidates</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Articles for Employers">
<a href="/Article/article-search/category/human-resources/?selTab=TabCategory"><span>Articles for Employers</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Talent Solutions">
<a href="/contentpage/talentsolutions/"><span>Talent Solutions</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="ATS (Applicant Tracking)">
<a href="/shop/product/ats/"><span>ATS (Applicant Tracking)</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Find Candidate(s)">
<a href="/FindIt/FindCandidate"><span>Find Candidate(s)</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
</ul>
</li>
</ul>
<ul class=" ">
<li class="
" title="Blogs">
<a href="/blogs"><span>Blogs</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(55)" class="cm-nav--primary__toggle"></span>
<ul class="level0 jq-subitem-55">
<li class="
" title="Create Your Own Blog">
<a href="/blogcreate"><span>Create Your Own Blog</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="All Blogs">
<a href="/blogs"><span>All Blogs</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Insurance Professionals">
<a href="/Blog/Insurance-Professionals-Blog/"><span>Insurance Professionals</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Insurance Marketing">
<a href="/Blog/Marketing-Solutions-for-Insurance-Professionals/"><span>Insurance Marketing</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
</ul>
</li>
</ul>
<ul class=" ">
<li class="
" title="Shop">
<a href="/shop"><span>Shop</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(58)" class="cm-nav--primary__toggle"></span>
<ul class="level0 jq-subitem-58">
<li class="
" title="Consumer Leads (Exclusive)">
<a href="/leads"><span>Consumer Leads (Exclusive)</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="For Agents">
<a href="/shop/categories/Agents/"><span>For Agents</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="For Agencies">
<a href="/shop/categories/Agencies/"><span>For Agencies</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="For Advertisers (Wholesalers)">
<a href="/shop/categories/Advertisers/"><span>For Advertisers (Wholesalers)</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="For Recruiters">
<a href="/shop/categories/Careers/"><span>For Recruiters</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Insurance Newsletters">
<a href="/shop/categories/onlinenewsletters/"><span>Insurance Newsletters</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="CallTracking">
<a href="/shop/categories/call-tracking/"><span>CallTracking</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="All Categories">
<a href="/shop"><span>All Categories</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
</ul>
</li>
</ul>
<ul class=" ">
<li class="
" title="Consumers">
<a href="/quote"><span>Consumers</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(62)" class="cm-nav--primary__toggle"></span>
<ul class="level0 jq-subitem-62">
<li class="
" title="Get A Quote">
<a href="/quote"><span>Get A Quote</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Insurance Articles">
<a href="/consumers"><span>Insurance Articles</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Business Insurance Blog">
<a href="/Blog/business-insurance/"><span>Business Insurance Blog</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Find An Agent">
<a href="/InsuranceAgents"><span>Find An Agent</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
</ul>
</li>
</ul>
<ul class=" ">
<li class="
" title="Advertise">
<a href="/contentpage/advertisersolutions/"><span>Advertise</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(64)" class="cm-nav--primary__toggle"></span>
<ul class="level0 jq-subitem-64">
<li class="
" title="Advertising Solutions">
<a href="/contentpage/advertisersolutions/"><span>Advertising Solutions</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Advertiser Best Practices">
<a href="/contentpage/BestPractices/Advertiser"><span>Advertiser Best Practices</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Talent Solutions">
<a href="/contentpage/talentsolutions/"><span>Talent Solutions</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Advertiser Blog">
<a href="/Blog/Advertiser-Blog/"><span>Advertiser Blog</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Demo/Media Kit">
<a href="/pages/advertisercontact.aspx"><span>Demo/Media Kit</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
</ul>
</li>
</ul>
<ul class=" last">
<li class="
" title="Resources">
<a href="#"><span>Resources</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(66)" class="cm-nav--primary__toggle"></span>
<ul class="level0 jq-subitem-66">
<li class="
" title="Frequently Asked Questions">
<a href="/contentpage/FAQ/"><span>Frequently Asked Questions</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Spam Whitelist Instructions">
<a href="/contentpage/resources/whitelist-instructions/"><span>Spam Whitelist Instructions</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Copyright Credit">
<a href="/contentpage/credit/"><span>Copyright Credit</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="Logos & Images">
<a href="/logos.aspx"><span>Logos & Images</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
<li class="
" title="The Complete Marketeer">
<a href="/contentpage/TheCompleteMarketeer/"><span>The Complete Marketeer</span>
</a>
<span onclick="if (!window.__cfRLUnblockHandlers) return false; toggleSubItemVisibility(0)" class="cm-nav--primary__toggle"></span>
</li>
</ul>
</li>
</ul>
</div>
</nav>
<script type="text/javascript">
function toggleSubItemVisibility(index) {
$('.jq-subitem-' + index).toggle('fast');
}
</script>
</div>
</div>
</div>
<input type="hidden" name="ctl00$ctl00$ctl01$ctl00$cp$cp$cp$smallheader$hfSearchValue" id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_smallheader_hfSearchValue">
<script type="text/javascript">
//the menu should be adjusted even before the document loads
setupMenuFirstItemToggle();
$(document).ready(function() {
setupMenuToggle();
setupMainMenuToggle();
setKeyDownPressEvent();
setupMobileSearchBarToggle();
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
//update panel messes up the javascript functions below
var isAdmin = 'False';
if (isAdmin === 'True') {
setupMenuFirstItemToggle();
setupMenuToggle();
setupMainMenuToggle();
setKeyDownPressEvent();
setupMobileSearchBarToggle();
}
});
}
});
function setKeyDownPressEvent() {
$(".jq-zoom-text").keydown(function(key) {
if (key.which == 13) {
$('.jq-zoom-search').click();
}
});
}
function setupMobileSearchBarToggle() {
$('.cm-search__toggle').click(function() {
$('.cm-search').toggleClass('jq-searchActive');
});
$('.cm-hamburger').click(function() {
$('.cm-search').removeClass('jq-searchActive');
});
}
function setupMenuToggle() {
$('.js-dropdown-toggle').click(function(e) {
e.stopPropagation();
});
$('.js-dropdown-toggle').click(function() {
$('.cm-drop').toggleClass('cm-drop--open');
});
$('html').click(function() {
if ($('.cm-drop').hasClass('cm-drop--open')) {
$('.cm-drop').removeClass('cm-drop--open');
}
});
}
function setupMainMenuToggle() {
$('.js-offscreen-toggle').click(function() {
$('.cm-nav').toggleClass('cm-nav--open');
$('.cm-container').toggleClass('cm-container--pushed');
});
$('.js-offscreen-toggle').click(function(e) {
e.stopPropagation();
});
$('.js-close-nav').click(function() {
$('.cm-nav').removeClass('cm-nav--open');
$('.cm-container').removeClass('cm-container--pushed');
});
$('.cm-nav').click(function(e) {
e.stopPropagation();
});
$('html').click(function() {
if ($('.cm-nav').hasClass('cm-nav--open')) {
$('.cm-nav').removeClass('cm-nav--open');
}
if ($('.cm-container').hasClass('cm-container--pushed')) {
$('.cm-container').removeClass('cm-container--pushed');
}
});
}
function setupMenuFirstItemToggle() {
$('.cm-nav').mouseenter(function() {
setTimeout(function() {
$($('.jq-menu-first-item')[0]).toggleClass('level0');
}, 50);
});
$('.cm-nav').mouseleave(function() {
setTimeout(function() {
var firstItem = $($('.jq-menu-first-item')[0]);
if (firstItem.hasClass('level0')) {
firstItem.removeClass('level0');
}
}, 50);
});
}
</script>
<div>
<div id="ctl00-ctl00-ctl01-ctl00-cp-cp-cp-cp-leftPartZone" class="webPartZoneClass" style="overflow:visible;">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_pnlContainer">
<div>
<div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_pnlProfileHeader" class="cm-tabbedarea--horizontal">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup_remodalDiv" class=".remodal" data-remodal-options="hashTracking: false, closeOnCancel: true"
data-remodal-id="modal_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup" style="display:none;">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup_plhclose" class="cm-topright cm-offright--tny" style="display:;">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup_lnkXCloseButton" class="jq-close" data-remodal-action="close" href="javascript:void(0);">
<div class="exit-popup-button float-right mr10 mb10">
x</div></a>
</div>
<div class="iframe-scroll iframe-ajax-loader">
<iframe id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup_popupFrame" width="100%" style="min-height:500px;" class="jq-popup-window" src="about:blank"></iframe>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup_plhNoThanks" style="display:none;">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup_lnkCloseButton" class="no-thanks jq-close" data-remodal-action="close" href="javascript:void(0);">No Thanks</a>
</div>
<div style="display: none;">
<input type="submit" name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$popup$btnRefresh" value=""
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup_btnRefresh" class="jq_refresh_parent_window_from_popup">
<input type="submit" name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$popup$btnShowNewPopup" value=""
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup_btnShowNewPopup" class="jq_newpopup_parent_window_from_popup">
<input type="submit" name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$popup$btnClose" value=""
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup_btnClose" class="jq_close_popup_event" data-remodal-action="close">
</div>
</div>
<div class="jq-progress-bar">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup_upProgressPopup" style="display:none;" role="status" aria-hidden="true">
<div class="ajaxOverlay" style="z-index:100000;">
</div>
<div class="ajaxLoader" style="z-index:100002;"> Please wait...<br>
<br>
<img src="../App_Themes/Common/img/ajaxLoader.gif" id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup_Img1" alt="Please wait...">
</div>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_upProfileHeader">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_panHold">
<table cellpadding="0" cellspacing="0" class="light-box-simple category-list-item blog-description-container profile-general" style="width: 100%; height: 100%;">
<tbody>
<tr>
<td class="left-top-corner">
</td>
<td class="top">
</td>
<td class="right-top-corner">
</td>
</tr>
<tr>
<td class="left-side">
</td>
<td class="center-content">
<div class="cm-well--primary cm-profile--onlarge cm-pad--top--med">
<div class="cm-row">
<div class="group-alt cm-rel cm-pad--top--xsml cm-pad--bottom--xsml">
<div class="cm-profile__info">
<div>
<h3 class="cm-profile__title cm-disp--inline-block"> Adrian Holloway </h3>
<span class="social-links cm-spc--left--sml">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_rptSocialLinks_ctl00_lnkUrl" class="cm-smmlist__link cm-valign--2" onclick="if (!window.__cfRLUnblockHandlers) return false; $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup_popupFrame')[0].src = 'https://completemarkets.com/Pages/ProfileContactForm.aspx?cpt=User&UserName=AdrianHolloway'; $('[data-remodal-id=modal_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup]')[0].style.display = ''; $('[data-remodal-id=modal_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup]').remodal().open(); return false;" href="https://completemarkets.com/Pages/ProfileContactForm.aspx?cpt=User&UserName=AdrianHolloway" target="_blank"><img id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_rptSocialLinks_ctl00_imgSocialSite" title="Send a Message" src="https://completemarkets.com/App_Themes/Default/img/UserSocialLinks/Updated-MailIcon.png" style="height:42px;width:42px;border-width:0px;vertical-align:text-bottom;"></a>
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_rptSocialLinks_ctl01_lnkUrl" class="cm-smmlist__link cm-valign--2" href="https://www.linkedin.com/in/adrianholloway/" target="_blank"><img id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_rptSocialLinks_ctl01_imgSocialSite" title="LinkedIn" src="https://completemarkets.com/App_Themes/Default/img/UserSocialLinks/LinkedIn.gif" alt="LinkedIn" style="height:32px;width:32px;border-width:0px;vertical-align:text-bottom;"></a>
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_rptSocialLinks_ctl02_lnkUrl" class="cm-smmlist__link cm-valign--2" href="https://plus.google.com/u/0/103680688351572861153" target="_blank"><img id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_rptSocialLinks_ctl02_imgSocialSite" title="Google+" src="https://completemarkets.com/App_Themes/Default/img/UserSocialLinks/GooglePlus.gif" alt="Google+" style="height:32px;width:32px;border-width:0px;vertical-align:text-bottom;"></a>
</span>
</div>
<div class="cm-profile__subtitle">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_lblJobTitle" class="job-name">CEO</span>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_pnlCompany" class="disp-inline">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_lblConjuctionAt" class="job-name">at</span>
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_lnkCompanyName" class="orange" href="https://completemarkets.com/company/CompleteMarkets" style="font-weight:bold;">CompleteMarkets</a>
</div>
<div class="cm-spc--top--xsml cm-spc--bottom--xsml">
</div>
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_lnkGetAQuote" class="cm-btn cm-btn--primary cm-btn--tny cm-radial cm-pull cm-spc--right--tny " href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$lnkGetAQuote", "", true, "", "", false, true))">Get a Quote</a>
<a onclick="if (!window.__cfRLUnblockHandlers) return false; $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup_popupFrame')[0].src = 'https://completemarkets.com/Pages/ProfileContactForm.aspx?cpt=User&UserName=AdrianHolloway'; $('[data-remodal-id=modal_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup]')[0].style.display = ''; $('[data-remodal-id=modal_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup]').remodal().open(); return false;" id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_lnkContactUs" class="cm-btn cm-btn--primary cm-btn--tny cm-radial cm-pull cm-spc--right--tny " href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$lnkContactUs", "", true, "", "", false, true))">Contact Me</a>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_pnlTooltipContainer" class="cm-pull cm-spc--right--tny cm-spc--bottom--sml">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_lnkShowTooltip" class="cm-btn cm-btn--primary cm-btn--tny cm-radial" href="javascript:void(0);">Write a Review</a>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_divScroll"></div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_wndTooltip" class="review-tooltip RadToolTip-centered"
style="display:none;position:absolute;">
<div class="tooltip-popup cm-modal">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_pnlSocialLogin" class="cm-modal__content cm-modal__content--alt">
<div class="cm-type--center cm-spc--bottom--sml">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_lblPleaseLogin"><span><span class="font-italic bold f13">Please authenticate
first</span> to post and/or edit reviews.</span></span>
</div>
<div class="cm-type--center">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_lnkFacebook" class="ui btn facebook mb5" href="/Pages/SocialLogin/FacebookConsumerSocialLogin.aspx?returningUrl=https://completemarkets.com/AdrianHolloway/Reviews?srtt=True">Connect</a>
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_lnkLinkedIn" class="ui btn linkedin mb5" href="/Pages/SocialLogin/LinkedInConsumerSocialLogin.aspx?returningUrl=https://completemarkets.com/AdrianHolloway/Reviews?srtt=True">Connect</a>
</div>
</div>
<div class="cm-modal__content cm-modal__content--alt">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_pnlLoggedOutSubmit">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_upTooltip">
<div class="">
<div class="cm-spc--bottom--sml">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_lblLoggedoutMessage">Or <br>
<br> Fill out the form below to submit the review.</span>
</div>
<div class="cm-grid__row">
<div class="cm-grid__col col-sml-12 col-md-6 input-form">
<div class="cm-field">
<label for="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_txtFirstName" class="cm-input__label"> First
name:</label>
<input name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$ctlReviewsTooltip$ctlLoggedOutUser$txtFirstName" type="text"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_txtFirstName" class="cm-input cm-input--sml jq-firstName">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName"
class="ValidatorAdapter membership-editor-validator" style="color:Red;display:none;"><img src="/App_Themes/Default/img/validator.png" title="First name is required" alt="!"
class="ValidatorAdapterImage"></span>
</div>
</div>
<div class="cm-grid__col col-sm-12 col-md-6 input-form">
<div class="cm-field">
<label for="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_txtLastName" class="cm-input__label"> Last
name:</label>
<input name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$ctlReviewsTooltip$ctlLoggedOutUser$txtLastName" type="text"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_txtLastName" class="cm-input cm-input--sml jq-lastName">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName"
class="ValidatorAdapter membership-editor-validator" style="color:Red;display:none;"><img src="/App_Themes/Default/img/validator.png" title="Last name is required" alt="!"
class="ValidatorAdapterImage"></span>
</div>
</div>
</div>
<div class="cm-grid__row">
<div class="cm-grid__col col-sm-12 col-md-6 input-form">
<label for="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_txtEmail" class="cm-input__label"> Email:</label>
<input name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$ctlReviewsTooltip$ctlLoggedOutUser$txtEmail" type="text"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_txtEmail" class="cm-input cm-input--sml jq-email">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail"
class="ValidatorAdapter membership-editor-validator" style="color:Red;display:none;"><img src="/App_Themes/Default/img/validator.png" title="Email is required" alt="!"
class="ValidatorAdapterImage"></span>
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail" class="ValidatorAdapter"
style="color:Red;display:none;"><img src="/App_Themes/Default/img/validator.png" title="Please enter a valid email address" alt="!" class="ValidatorAdapterImage"></span>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_pnlReview">
<div class="cm-modal__content">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_pnlUserType" class="cm-spc--bottom--sml">
<label for="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ddlUserType"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_lblUserType" class="cm-input__label">I am a ...</label>
<select name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$ctlReviewsTooltip$ddlUserType"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ddlUserType" class="cm-input cm-input--sml cm-input--select">
<option value="927e6f04-34c3-4a80-8605-f6cb83930661">Client</option>
<option value="9450b339-5a6a-4581-9bed-c7ce7ea991a7">Peer</option>
</select>
</div>
<div class="cm-type--bold">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_lblTitle">Please give star rating (5 highest/1 lowest)</span>
</div>
<div class="cm-spc--bottom--sml">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlRating_up">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlRating_ratingBinary" class="RadRating RadRating_PortalRating jq-rating">
<ul class="rrtItem">
<li><a title="1" href="#"><span>1</span></a></li>
<li><a title="2" href="#"><span>2</span></a></li>
<li><a title="3" href="#"><span>3</span></a></li>
<li><a title="4" href="#"><span>4</span></a></li>
<li><a title="5" href="#"><span>5</span></a></li>
</ul><input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlRating_ratingBinary_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlRating_ratingBinary_ClientState" type="hidden" autocomplete="off">
</div>
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlRating_cvRating" style="color:Red;display:none;">Rating field is
required.</span>
</div>
</div>
<textarea name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$ctlReviewsTooltip$txtReview" rows="4" cols="20"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_txtReview" class="jq_swap_value cm-input cm-input--textarea cm-input--textarea--sml">Write your review here. (Required)
Please consider the following:
1. Would you recommend this person?
2. What about this person do you like/dislike?
3. Why did you choose this rating?</textarea>
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_cvTextBoxReview" style="color:Red;display:none;">Please enter text with minimum
of 25 characters long.</span>
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_cvTextEditorMaxTextLength" class="ValidatorAdapter"
style="color:Red;display:none;"><img src="/App_Themes/Default/img/validator.png" title="" alt="!" class="ValidatorAdapterImage"></span>
<div class="cm-spc--top--sml">
<input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_chbConfidential" type="checkbox"
name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$ctlReviewsTooltip$chbConfidential"><label
for="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_chbConfidential">Submit This Anonymously</label>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_pnPleaseLoginBottom">
</div>
</div>
<div class="cm-modal__footer" id="buttonsDiv">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_btnSubmit" class="cm-btn cm-btn--primary cm-btn--sml cm-radial jq-submit-btn" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$ctlReviewsTooltip$btnSubmit", "", true, "vgReview_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip", "", false, true))">Submit</a>
<a onclick="if (!window.__cfRLUnblockHandlers) return false; showBtnSubmit(); HideToolTip_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlRating(); return false;" id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_btnCancel" class="cm-btn cm-btn--sml cm-btn--neutral cm-radial" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$ctlReviewsTooltip$btnCancel", "", true, "", "", false, true))">Cancel</a>
</div>
<div class="jq-valid">
<input type="hidden" name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$ctlReviewsTooltip$hfPageValid"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_hfPageValid">
</div>
<input type="hidden" name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$ctlReviewsTooltip$hfRatingEdit"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_hfRatingEdit" value="0">
<input type="hidden" name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$ctlReviewsTooltip$hfTextEdit"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_hfTextEdit">
<input type="hidden" name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$ctlReviewsTooltip$hfConfidentialCheckbox"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_hfConfidentialCheckbox" value="False">
</div>
</div>
<input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_wndTooltip_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_wndTooltip_ClientState" type="hidden" autocomplete="off">
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_wndWarningTooltip" class="review-tooltip" style="display:none;position:absolute;">
<div class="cm-type--center cm-modal__content">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_lblAuthorizationWarning" class="cm-input__label">You are only authorized to leave one
review user. If you wish you can edit your review below.</span>
</div>
<input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_wndWarningTooltip_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_wndWarningTooltip_ClientState" type="hidden" autocomplete="off">
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_wndLogin" class="review-tooltip" style="display:none;position:absolute;">
<div class="cm-type--center cm-modal__content">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_lblPleaseLoginTooltip" class="cm-input__label">Please login to leave a review under
those user credentials.</span>
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_lnkLogin" class="cm-btn cm-btn--primary cm-btn--sml cm-radial" href="/login.aspx?ReturnUrl=%2fAdrianHolloway%2f">Login</a>
<a onclick="if (!window.__cfRLUnblockHandlers) return false; window.parent.Telerik.Web.UI.RadToolTip.getCurrent().hide();" id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_btnClose" class="cm-btn cm-btn--sml cm-btn--neutral cm-radial" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$ctlReviewsTooltip$btnClose", "", true, "", "", false, true))">Close</a>
</div>
<input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_wndLogin_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_wndLogin_ClientState" type="hidden" autocomplete="off">
</div>
<script type="text/javascript">
$(document).ready(function() {
bindEvents_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip();
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
bindEvents_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip();
});
}
});
function bindEvents_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_btnSubmit').click(function() {
var isPageValid = true;
// Do nothing if client validation is not active
if (typeof(Page_Validators) != "undefined") {
if (typeof(Page_ClientValidate) == 'function') {
if ($('#ctlLoggedOutUser').is(':hidden')) {
isPageValid = Page_ClientValidate('vgReview_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip');
} else {
var isLoggedOutGroupValid = Page_ClientValidate('vgLoggedOut_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip');
if (isLoggedOutGroupValid) {
var reviewValid = Page_ClientValidate('vgReview_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip');
isPageValid = reviewValid && isLoggedOutGroupValid;
} else {
isPageValid = isLoggedOutGroupValid;
}
}
}
}
if (isPageValid) {
$(this).hide();
} else {
$(this).show();
return false;
}
});
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_btnCancel').click(function() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_btnSubmit').show();
});
}
</script>
<div class="cm-group">
<div class="cm-btncountergroup cm-pull">
<a onclick="if (!window.__cfRLUnblockHandlers) return false; monox_OpenRadPopup($find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_wndFollowUser')); $('.jq-email').val(''); $('.jq-firstName').val(''); $('.jq-lastName').val(''); return false;" id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_lnkShowTooltipLoggedOut" class="cm-btn cm-btn--primary cm-btn--tny" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$ttAddConnection$lnkShowTooltipLoggedOut", "", true, "", "", false, true))">Follow</a>
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_lblConnectionsCount"
class="connection-tooltip cm-btncounter cm-btncounter--tny cm-btncounter--right">24</span>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_wndTooltip" style="display:none;position:absolute;">
<div class="tooltip-popup cm-modal__content">
<div class="content">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_labMessage" class="cm-input__label">The person you selected will have to confirm your
request. You may add a personal message:</span>
<div class="cm-spc--bottom--sml">
<textarea name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$ttAddConnection$txtMessage" rows="4" cols="20"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_txtMessage" class="cm-input cm-input--textarea cm-input--textarea--sml"></textarea>
</div>
<input type="submit" name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$ttAddConnection$btnSend" value="Send"
onclick="if (!window.__cfRLUnblockHandlers) return false; javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$ttAddConnection$btnSend", "", true, "", "", false, false))"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_btnSend" class="cm-btn cm-btn--primary cm-btn--sml cm-radial">
<div style="clear: both">
</div>
</div>
</div>
<input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_wndTooltip_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_wndTooltip_ClientState" type="hidden" autocomplete="off">
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_wndFollowUser" style="display:none;position:absolute;">
<div class="cm-modal">
<div class="cm-modal__content">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_pnlLoggedOutSubmit">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_upTooltip">
<div class="">
<div class="cm-spc--bottom--sml">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_lblLoggedoutMessage">Fill out the form below to follow
Adrian Holloway.</span>
</div>
<div class="cm-grid__row">
<div class="cm-grid__col col-sml-12 col-md-6 input-form">
<div class="cm-field">
<label for="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_txtFirstName" class="cm-input__label"> First
name:</label>
<input name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$ttAddConnection$ctlLoggedOutUser$txtFirstName" type="text"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_txtFirstName" class="cm-input cm-input--sml jq-firstName">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvFirstName"
class="ValidatorAdapter membership-editor-validator" style="color:Red;display:none;"><img src="/App_Themes/Default/img/validator.png" title="First name is required" alt="!"
class="ValidatorAdapterImage"></span>
</div>
</div>
<div class="cm-grid__col col-sm-12 col-md-6 input-form">
<div class="cm-field">
<label for="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_txtLastName" class="cm-input__label"> Last
name:</label>
<input name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$ttAddConnection$ctlLoggedOutUser$txtLastName" type="text"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_txtLastName" class="cm-input cm-input--sml jq-lastName">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvLastName"
class="ValidatorAdapter membership-editor-validator" style="color:Red;display:none;"><img src="/App_Themes/Default/img/validator.png" title="Last name is required" alt="!"
class="ValidatorAdapterImage"></span>
</div>
</div>
</div>
<div class="cm-grid__row">
<div class="cm-grid__col col-sm-12 col-md-6 input-form">
<label for="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_txtEmail" class="cm-input__label"> Email:</label>
<input name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$ttAddConnection$ctlLoggedOutUser$txtEmail" type="text"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_txtEmail" class="cm-input cm-input--sml jq-email">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvEmail"
class="ValidatorAdapter membership-editor-validator" style="color:Red;display:none;"><img src="/App_Themes/Default/img/validator.png" title="Email is required" alt="!"
class="ValidatorAdapterImage"></span>
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_vldRegexEmail" class="ValidatorAdapter"
style="color:Red;display:none;"><img src="/App_Themes/Default/img/validator.png" title="Please enter a valid email address" alt="!" class="ValidatorAdapterImage"></span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="cm-modal__footer">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_lnkLoggedOutFollowUser" class="cm-btn cm-btn--primary cm-btn--sml cm-radial" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$ttAddConnection$lnkLoggedOutFollowUser", "", true, "", "", false, true))">Follow</a>
</div>
</div>
<input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_wndFollowUser_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_wndFollowUser_ClientState" type="hidden" autocomplete="off">
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_wndSuccessMessage" style="display:none;position:absolute;">
<div class="cm-modal__content">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_lblSuccessMessage">You are now following Adrian Holloway.</span>
</div>
<input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_wndSuccessMessage_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_wndSuccessMessage_ClientState" type="hidden" autocomplete="off">
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_wndUnfollowUser" style="display:none;position:absolute;">
<div class="cm-modal">
<div class="cm-modal__content">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_lblUnfollowMessage">You are already following Adrian Holloway.</span>
</div>
<div class="cm-modal__footer">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_lnkUnfollowCompany" class="cm-btn cm-btn--primary cm-btn--sml cm-radial" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$ttAddConnection$lnkUnfollowCompany", "", true, "", "", false, true))">Unfollow</a>
</div>
</div>
<input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_wndUnfollowUser_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_wndUnfollowUser_ClientState" type="hidden" autocomplete="off">
</div>
<script type="text/javascript">
$(document).ready(function() {
bindEvents_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection();
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
bindEvents_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection();
});
}
});
function bindEvents_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_lnkLoggedOutFollowUser').click(function() {
var isPageValid = true;
// Do nothing if client validation is not active
if (typeof(Page_Validators) != "undefined") {
if (typeof(Page_ClientValidate) == 'function') {
isPageValid = Page_ClientValidate('FollowUserLoggedOut');
}
}
if (isPageValid) {
$(this).hide();
} else {
$(this).show();
return false;
}
});
}
</script>
</div>
<div class="cm-profile__row cm-flex cm-spc--bottom--xsml">
<div class="cm-profile__col">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_upPanel">
<div class="monox-rating" style="position:relative;">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_rating_up">
<div class="monox-rating">
<div class="">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_rating_rb" class="RadRating RadRating_PortalRating"
style="width: 104px; height: 24px;">
<ul class="rrtItem">
<li class="rrtSelected"><a title="5" href="#"><span>1</span></a></li>
<li class="rrtSelected"><a title="5" href="#"><span>2</span></a></li>
<li class="rrtSelected"><a title="5" href="#"><span>3</span></a></li>
<li class="rrtSelected"><a title="5" href="#"><span>4</span></a></li>
<li class="rrtSelected"><a title="5" href="#"><span>5</span></a></li>
</ul><input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_rating_rb_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_rating_rb_ClientState" type="hidden"
value="{"value":"5","readOnly":true}" autocomplete="off">
</div>
</div>
<div class="cm-type--note"><small><span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_rating_labRC"
title="Content is rated 1.00 of 5 vote(s)."><a href="/AdrianHolloway/Reviews"><strong>1 Verified Reviews - 5 of 5.0</strong></a></span></small></div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_rating_wndUpload" style="display:none;position:absolute;">
<div style="padding: 10px;">
<strong>
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_rating_labRatingHistoryTitle">Rating history (Content is rated 5.00 of
3 vote(s).)</span></strong><br>
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_rating_labRatingHistorySubTitle">Shows who have rated the content, and the
rating score.</span>
<div style="max-height: 350px; overflow-y: auto; margin-top: 10px;">
</div>
</div>
<input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_rating_wndUpload_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_rating_wndUpload_ClientState" type="hidden" autocomplete="off">
</div>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_wndTooltip" class="review-tooltip RadToolTip-centered"
style="display:none;position:absolute;">
<div class="tooltip-popup cm-modal">
<div class="cm-modal__content">
<textarea name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$customRatingPopup$txtReview" rows="4" cols="20"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_txtReview"
class="cm-input cm-input--textarea cm-input--textarea--sml jq_swap_value">Write your review here. (Required)
Please consider the following:
1. Would you recommend this person?
2. What about this person do you like/dislike?
3. Why did you choose this rating?</textarea>
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_cvTextBoxReview" class="ValidatorAdapter" style="color:Red;display:none;"><img
src="/App_Themes/Default/img/validator.png" title="Please enter text with minimum of 25 characters long." alt="!" class="ValidatorAdapterImage"></span>
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_cvTextEditorMaxTextLength" class="ValidatorAdapter"
style="color:Red;display:none;"><img src="/App_Themes/Default/img/validator.png" title="Your review text is too long." alt="!" class="ValidatorAdapterImage"></span>
<div class="cm-spc--top--xsml">
<span><input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_chbConfidential" type="checkbox"
name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$customRatingPopup$chbConfidential"><label
for="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_chbConfidential">Submit This Anonymously</label></span>
</div>
</div>
<div class="cm-modal__footer">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_btnSubmit" class="cm-btn cm-btn--primary cm-btn--sml cm-radial" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$customRatingPopup$btnSubmit", "", true, "1506271270", "", false, true))">Submit</a>
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_btnCancel" class="cm-btn cm-btn--light cm-btn--sml cm-radial" href="javascript:__doPostBack('ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$customRatingPopup$btnCancel','')">Cancel</a>
</div>
<input type="hidden" name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$customRatingPopup$hfRatingValue"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_hfRatingValue">
<input type="hidden" name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$customRatingPopup$hfTextEdit"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_hfTextEdit">
</div>
<input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_wndTooltip_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_wndTooltip_ClientState" type="hidden" autocomplete="off">
</div>
</div>
</div>
<div class="cm-profile__col">
<p>Profile Created:</p>
<p><strong>February 2009</strong></p>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_divBirthday" class="cm-profile__col">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_pnBirthday">
<p>Birthday:</p>
<p><strong></strong></p>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_divGender" class="cm-profile__col">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_pnGender">
<p>Gender:</p>
<p><strong>Male</strong></p>
</div>
</div>
<div class="cm-profile__col">
<div>
<span> Reputation </span>
<span class="cm-tooltip-resizer">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_tooltipReputationInfo_divTooltip" class="cm-topright cm-offright--tny cm-type--small">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_tooltipReputationInfo_lnkShowTooltip" href="javascript: void(0);">?</a>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_tooltipReputationInfo_wndTooltip" style="display:none;position:absolute;">
<div class="tooltip-popup">
<div class="content cm-modal__content ">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_tooltipReputationInfo_labMessage">
<p>The higher your score, the more credibility you have as a member of the site. A reputation score is a system calculated score that takes the following factors into consideration: </p>
<ul>
<li>Your profile completeness and accuracy (including pictures)</li>
<li>Your connections and followers</li>
<li>Your activity on blogs, discussions, groups.</li>
<li>How others rate your content, contributions, answers to questions.</li>
<li>Your expertise in your field - other users can rate your responses and that affects your overall reputation score.</li>
<li>The value and frequency of your contributions to the member community.</li>
</ul>
<p></p>
</span>
</div>
</div>
<input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_tooltipReputationInfo_wndTooltip_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_tooltipReputationInfo_wndTooltip_ClientState" type="hidden" autocomplete="off">
</div>
</span>
</div>
<p>
<strong>3780</strong>
</p>
</div>
</div>
</div>
<div class="cm-profile__card">
<div class="cm-profile__card__header">
<div class="cm-spc--bottom--sml">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_pnlUserAvatar" class="cm-profile__card__header__avatar cm-img-roundness--full">
<table cellpadding="0" cellspacing="0" class="cm-w--full">
<tbody>
<tr>
<td id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_userAvatar_rowGravatar">
<img id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_userAvatar_gravatar" title="AdrianHolloway"
src="../ModuleGallery/PersonalProfileModule/CompleteMarkets?git=UserAvatar&entityid=1679ab34-3236-4eb7-a78f-7d19e4c3b383&CacheDuration=600&18446744072126239876" alt="AdrianHolloway"
style="height:80px;width:80px;border-width:0px;">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_userAvatar_pnlBtnBrowse" class="cm-profile__card__header__action cm-radial">
</div>
</td>
</tr>
</tbody>
</table>
<h3>
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_userAvatar_labInvalidFile"></span>
</h3>
<script type="text/javascript">
function validUpload_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_userAvatar(source, arguments) {
arguments.IsValid = getRadUpload('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_userAvatar_uploadAvatar').validateExtensions();
}
</script>
</div>
</div>
</div>
</div>
</div>
<div>
<p class="public-profile-link orange-link">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_lnkProfileUrl"></a>
</p>
</div>
</div>
</div>
</td>
<td class="right-side">
</td>
</tr>
<tr>
<td class="left-bottom-corner">
</td>
<td class="bottom">
</td>
<td class="right-bottom-corner">
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_upProgress" style="display:none;" role="status" aria-hidden="true">
<div class="ajaxOverlay"></div>
<div class="ajaxLoader"> Please wait...<br>
<br>
<img src="../App_Themes/Common/img/ajaxLoader.gif" id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_Img1" alt="Please wait...">
</div>
</div>
</div>
<div class="clearfix">
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_pnlProfileContent">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_pnTabs">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ajaxPanelMain">
<div class="cm-row">
<div class="cm-tabbedarea">
<div class="cm-tabbedarea__side cm-side-tabs">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_tabStrip" class="RadTabStrip RadTabStrip_MonoxTabStrip RadTabStripTop_MonoxTabStrip" style="width:100%;">
<div class="rtsLevel rtsLevel1">
<ul class="rtsUL">
<li class="rtsLI rtsFirst">
<a class="rtsLink rtsSelected" id="tabAboutMe" href="https://completemarkets.com/AdrianHolloway/AboutMe"><span class="rtsOut"><span class="rtsIn"><span class="rtsTxt">About Me</span></span></span></a></li>
<li class="rtsLI js-tabmark js-tabmark1" style="">
<a class="rtsLink rtsAfter" id="tabEmploymentProfile" href="https://completemarkets.com/AdrianHolloway/CareerHistory" style=""><span class="rtsOut"><span class="rtsIn"><span class="rtsTxt">Career History</span></span></span></a>
</li>
<li class="rtsLI js-tabmark js-tabmark2" style="">
<a class="rtsLink" id="tabContent" href="https://completemarkets.com/AdrianHolloway/Content" style=""><span class="rtsOut"><span class="rtsIn"><span class="rtsTxt">Content</span></span></span></a></li>
<li class="rtsLI js-tabmark js-tabmark3" style="">
<a class="rtsLink" id="tabConnections" href="https://completemarkets.com/AdrianHolloway/Connections" style=""><span class="rtsOut"><span class="rtsIn"><span class="rtsTxt">Connections</span></span></span></a></li>
<li class="rtsLI js-tabmark js-tabmark4" style="">
<a class="rtsLink" id="tabPhotos" href="https://completemarkets.com/AdrianHolloway/Photos" style=""><span class="rtsOut"><span class="rtsIn"><span class="rtsTxt">Photos</span></span></span></a></li>
<li class="rtsLI"><a class="rtsLink" id="tabReview" href="https://completemarkets.com/AdrianHolloway/Reviews"><span class="rtsOut"><span class="rtsIn"><span class="rtsTxt">Reviews</span></span></span></a></li>
<li class="rtsLI rtsLast js-tabmark js-tabmark7" style="">
<a class="rtsLink" id="tabNewsletter" href="https://completemarkets.com/AdrianHolloway/UserNewsletter" style=""><span class="rtsOut"><span class="rtsIn"><span class="rtsTxt">Newsletters</span></span></span></a></li>
</ul>
</div><input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_tabStrip_ClientState" name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_tabStrip_ClientState" type="hidden"
autocomplete="off" value="{"selectedIndexes":["0"],"logEntries":[],"scrollState":{}}">
</div>
</div>
<div class="cm-tabbedarea__mobileselect">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup_remodalDiv" class=".remodal" data-remodal-options="hashTracking: false, closeOnCancel: true"
data-remodal-id="modal_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup" style="display:none;">
<div class="iframe-scroll iframe-ajax-loader">
<iframe id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup_popupFrame" width="100%" style="min-height:500px;" class="jq-popup-window" src="about:blank"></iframe>
</div>
<div style="display: none;">
<input type="submit" name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$popup$btnRefresh" value=""
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup_btnRefresh" class="jq_refresh_parent_window_from_popup">
<input type="submit" name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$popup$btnShowNewPopup" value=""
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup_btnShowNewPopup" class="jq_newpopup_parent_window_from_popup">
<input type="submit" name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$popup$btnClose" value=""
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup_btnClose" class="jq_close_popup_event" data-remodal-action="close">
</div>
</div>
<div class="jq-progress-bar">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup_upProgressPopup" style="display:none;" role="status" aria-hidden="true">
<div class="ajaxOverlay" style="z-index:100000;">
</div>
<div class="ajaxLoader" style="z-index:100002;"> Please wait...<br>
<br>
<img src="../App_Themes/Common/img/ajaxLoader.gif" id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup_Img1" alt="Please wait...">
</div>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_upProfileHeader">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_panHold">
<table cellpadding="0" cellspacing="0" class="light-box-simple category-list-item blog-description-container" style="width: 100%; height: 100%;">
<tbody>
<tr>
<td class="left-top-corner">
</td>
<td class="top">
</td>
<td class="right-top-corner">
</td>
</tr>
<tr>
<td class="left-side">
</td>
<td class="center-content">
<div class="cm-spc--bottom--med">
<div class="cm-row">
<div class="cm-profile--compact group-alt">
<div class="cm-profile--compact__info cm-spc--bottom--xsml">
<h3 class="cm-profile--compact__title cm-type--bold">Adrian Holloway</h3>
<div class="cm-profile--compact__subtitle">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_lblJobTitle" class="job-name cm-disp--block cm-type--medium">CEO</span>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_pnlCompany" class="disp-inline cm-type--medium">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_lblConjuctionAt" class="job-name cm-disp--none">at</span>
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_lnkCompanyName" class="orange" href="https://completemarkets.com/company/CompleteMarkets" style="font-weight:bold;">CompleteMarkets</a>
</div>
<div class="cm-spc--top--xsml">
</div>
</div>
<div class="cm-profile--compact__rating">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_upPanel">
<div class="monox-rating" style="position:relative;">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_rating_up">
<div class="monox-rating">
<div class="">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_rating_rb" class="RadRating RadRating_PortalRating">
<ul class="rrtItem">
<li class="rrtSelected"><a title="5" href="#"><span>1</span></a></li>
<li class="rrtSelected"><a title="5" href="#"><span>2</span></a></li>
<li class="rrtSelected"><a title="5" href="#"><span>3</span></a></li>
<li class="rrtSelected"><a title="5" href="#"><span>4</span></a></li>
<li class="rrtSelected"><a title="5" href="#"><span>5</span></a></li>
</ul><input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_rating_rb_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_rating_rb_ClientState" type="hidden"
value="{"value":"5","readOnly":true}" autocomplete="off">
</div>
</div>
<div class="cm-type--note"><small><span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_rating_labRC"
title="Content is rated 1.00 of 5 vote(s)."><a href="/AdrianHolloway/Reviews"><strong>1 Verified Reviews - 5 of 5.0</strong></a></span></small></div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_rating_wndUpload" style="display:none;position:absolute;">
<div style="padding: 10px;">
<strong>
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_rating_labRatingHistoryTitle">Rating history (Content is
rated 5.00 of 3 vote(s).)</span></strong><br>
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_rating_labRatingHistorySubTitle">Shows who have rated the content,
and the rating score.</span>
<div style="max-height: 350px; overflow-y: auto; margin-top: 10px;">
</div>
</div>
<input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_rating_wndUpload_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_rating_wndUpload_ClientState" type="hidden" autocomplete="off">
</div>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_wndTooltip" class="review-tooltip RadToolTip-centered"
style="display:none;position:absolute;">
<div class="tooltip-popup cm-modal">
<div class="cm-modal__content">
<textarea name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$lbHeader$customRatingPopup$txtReview" rows="4" cols="20"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_txtReview"
class="cm-input cm-input--textarea cm-input--textarea--sml jq_swap_value">Write your review here. (Required)
Please consider the following:
1. Would you recommend this person?
2. What about this person do you like/dislike?
3. Why did you choose this rating?</textarea>
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_cvTextBoxReview" class="ValidatorAdapter"
style="color:Red;display:none;"><img src="/App_Themes/Default/img/validator.png" title="Please enter text with minimum of 25 characters long." alt="!" class="ValidatorAdapterImage"></span>
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_cvTextEditorMaxTextLength" class="ValidatorAdapter"
style="color:Red;display:none;"><img src="/App_Themes/Default/img/validator.png" title="Your review text is too long." alt="!" class="ValidatorAdapterImage"></span>
<div class="cm-spc--top--xsml">
<span><input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_chbConfidential" type="checkbox"
name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$lbHeader$customRatingPopup$chbConfidential"><label
for="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_chbConfidential">Submit This Anonymously</label></span>
</div>
</div>
<div class="cm-modal__footer">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_btnSubmit" class="cm-btn cm-btn--primary cm-btn--sml cm-radial" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$lbHeader$customRatingPopup$btnSubmit", "", true, "921199019", "", false, true))">Submit</a>
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_btnCancel" class="cm-btn cm-btn--light cm-btn--sml cm-radial" href="javascript:__doPostBack('ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$lbHeader$customRatingPopup$btnCancel','')">Cancel</a>
</div>
<input type="hidden" name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$lbHeader$customRatingPopup$hfRatingValue"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_hfRatingValue">
<input type="hidden" name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$lbHeader$customRatingPopup$hfTextEdit"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_hfTextEdit">
</div>
<input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_wndTooltip_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_wndTooltip_ClientState" type="hidden" autocomplete="off">
</div>
</div>
</div>
</div>
<div class="cm-profile--compact__card">
<div class="cm-profile--compact__card__header">
<div class="cm-profile--compact__card__header__avatar">
<table cellpadding="0" cellspacing="0" class="cm-w--full">
<tbody>
<tr>
<td id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_userAvatar_rowGravatar">
<img id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_userAvatar_gravatar" title="AdrianHolloway"
src="../ModuleGallery/PersonalProfileModule/CompleteMarkets?git=UserAvatar&entityid=1679ab34-3236-4eb7-a78f-7d19e4c3b383&CacheDuration=600&18446744072126239876"
alt="AdrianHolloway" style="height:80px;width:80px;border-width:0px;">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_userAvatar_pnlBtnBrowse" class="cm-profile__card__header__action cm-radial">
</div>
</td>
</tr>
</tbody>
</table>
<h3>
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_userAvatar_labInvalidFile"></span>
</h3>
<script type="text/javascript">
function validUpload_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_userAvatar(source, arguments) {
arguments.IsValid = getRadUpload('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_userAvatar_uploadAvatar').validateExtensions();
}
</script>
</div>
</div>
<div class="cm-profile--compact__card__details">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_pnlTooltipContainer" class="cm-spc--bottom--sml">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_lnkShowTooltip" class="cm-btn cm-btn--primary cm-btn--tny cm-radial" href="javascript:void(0);">Write a Review</a>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_divScroll"></div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_wndTooltip" class="review-tooltip RadToolTip-centered"
style="display:none;position:absolute;">
<div class="tooltip-popup cm-modal">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_pnlSocialLogin" class="cm-modal__content cm-modal__content--alt">
<div class="cm-type--center cm-spc--bottom--sml">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_lblPleaseLogin"><span><span class="font-italic bold f13">Please
authenticate first</span> to post and/or edit reviews.</span></span>
</div>
<div class="cm-type--center">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_lnkFacebook" class="ui btn facebook mb5" href="/Pages/SocialLogin/FacebookConsumerSocialLogin.aspx?returningUrl=https://completemarkets.com/AdrianHolloway/Reviews?srtt=True">Connect</a>
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_lnkLinkedIn" class="ui btn linkedin mb5" href="/Pages/SocialLogin/LinkedInConsumerSocialLogin.aspx?returningUrl=https://completemarkets.com/AdrianHolloway/Reviews?srtt=True">Connect</a>
</div>
</div>
<div class="cm-modal__content cm-modal__content--alt">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_pnlLoggedOutSubmit">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_upTooltip">
<div class="">
<div class="cm-spc--bottom--sml">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_lblLoggedoutMessage">Or <br>
<br> Fill out the form below to submit the review.</span>
</div>
<div class="cm-grid__row">
<div class="cm-grid__col col-sml-12 col-md-6 input-form">
<div class="cm-field">
<label for="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_txtFirstName" class="cm-input__label">
First name:</label>
<input name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$lbHeader$ctlReviewsTooltip$ctlLoggedOutUser$txtFirstName" type="text"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_txtFirstName"
class="cm-input cm-input--sml jq-firstName">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName"
class="ValidatorAdapter membership-editor-validator" style="color:Red;display:none;"><img src="/App_Themes/Default/img/validator.png" title="First name is required" alt="!"
class="ValidatorAdapterImage"></span>
</div>
</div>
<div class="cm-grid__col col-sm-12 col-md-6 input-form">
<div class="cm-field">
<label for="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_txtLastName" class="cm-input__label">
Last name:</label>
<input name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$lbHeader$ctlReviewsTooltip$ctlLoggedOutUser$txtLastName" type="text"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_txtLastName"
class="cm-input cm-input--sml jq-lastName">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName"
class="ValidatorAdapter membership-editor-validator" style="color:Red;display:none;"><img src="/App_Themes/Default/img/validator.png" title="Last name is required" alt="!"
class="ValidatorAdapterImage"></span>
</div>
</div>
</div>
<div class="cm-grid__row">
<div class="cm-grid__col col-sm-12 col-md-6 input-form">
<label for="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_txtEmail" class="cm-input__label">
Email:</label>
<input name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$lbHeader$ctlReviewsTooltip$ctlLoggedOutUser$txtEmail" type="text"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_txtEmail"
class="cm-input cm-input--sml jq-email">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail"
class="ValidatorAdapter membership-editor-validator" style="color:Red;display:none;"><img src="/App_Themes/Default/img/validator.png" title="Email is required" alt="!"
class="ValidatorAdapterImage"></span>
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail" class="ValidatorAdapter"
style="color:Red;display:none;"><img src="/App_Themes/Default/img/validator.png" title="Please enter a valid email address" alt="!" class="ValidatorAdapterImage"></span>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_pnlReview">
<div class="cm-modal__content">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_pnlUserType" class="cm-spc--bottom--sml">
<label for="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ddlUserType"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_lblUserType" class="cm-input__label">I am a ...</label>
<select name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$lbHeader$ctlReviewsTooltip$ddlUserType"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ddlUserType" class="cm-input cm-input--sml cm-input--select">
<option value="927e6f04-34c3-4a80-8605-f6cb83930661">Client</option>
<option value="9450b339-5a6a-4581-9bed-c7ce7ea991a7">Peer</option>
</select>
</div>
<div class="cm-type--bold">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_lblTitle">Please give star rating (5 highest/1 lowest)</span>
</div>
<div class="cm-spc--bottom--sml">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlRating_up">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlRating_ratingBinary"
class="RadRating RadRating_PortalRating jq-rating">
<ul class="rrtItem">
<li><a title="1" href="#"><span>1</span></a></li>
<li><a title="2" href="#"><span>2</span></a></li>
<li><a title="3" href="#"><span>3</span></a></li>
<li><a title="4" href="#"><span>4</span></a></li>
<li><a title="5" href="#"><span>5</span></a></li>
</ul><input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlRating_ratingBinary_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlRating_ratingBinary_ClientState" type="hidden"
autocomplete="off">
</div>
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlRating_cvRating" style="color:Red;display:none;">Rating field
is required.</span>
</div>
</div>
<textarea name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$lbHeader$ctlReviewsTooltip$txtReview" rows="4" cols="20"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_txtReview"
class="jq_swap_value cm-input cm-input--textarea cm-input--textarea--sml">Write your review here. (Required)
Please consider the following:
1. Would you recommend this person?
2. What about this person do you like/dislike?
3. Why did you choose this rating?</textarea>
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_cvTextBoxReview" style="color:Red;display:none;">Please enter text
with minimum of 25 characters long.</span>
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_cvTextEditorMaxTextLength" class="ValidatorAdapter"
style="color:Red;display:none;"><img src="/App_Themes/Default/img/validator.png" title="" alt="!" class="ValidatorAdapterImage"></span>
<div class="cm-spc--top--sml">
<input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_chbConfidential" type="checkbox"
name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$lbHeader$ctlReviewsTooltip$chbConfidential"><label
for="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_chbConfidential">Submit This Anonymously</label>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_pnPleaseLoginBottom">
</div>
</div>
<div class="cm-modal__footer" id="buttonsDiv">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_btnSubmit" class="cm-btn cm-btn--primary cm-btn--sml cm-radial jq-submit-btn" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$lbHeader$ctlReviewsTooltip$btnSubmit", "", true, "vgReview_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip", "", false, true))">Submit</a>
<a onclick="if (!window.__cfRLUnblockHandlers) return false; showBtnSubmit(); HideToolTip_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlRating(); return false;" id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_btnCancel" class="cm-btn cm-btn--sml cm-btn--neutral cm-radial" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$lbHeader$ctlReviewsTooltip$btnCancel", "", true, "", "", false, true))">Cancel</a>
</div>
<div class="jq-valid">
<input type="hidden" name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$lbHeader$ctlReviewsTooltip$hfPageValid"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_hfPageValid">
</div>
<input type="hidden" name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$lbHeader$ctlReviewsTooltip$hfRatingEdit"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_hfRatingEdit" value="0">
<input type="hidden" name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$lbHeader$ctlReviewsTooltip$hfTextEdit"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_hfTextEdit">
<input type="hidden" name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$lbHeader$ctlReviewsTooltip$hfConfidentialCheckbox"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_hfConfidentialCheckbox" value="False">
</div>
</div>
<input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_wndTooltip_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_wndTooltip_ClientState" type="hidden" autocomplete="off">
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_wndWarningTooltip" class="review-tooltip"
style="display:none;position:absolute;">
<div class="cm-type--center cm-modal__content">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_lblAuthorizationWarning" class="cm-input__label">You are only authorized
to leave one review user. If you wish you can edit your review below.</span>
</div>
<input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_wndWarningTooltip_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_wndWarningTooltip_ClientState" type="hidden" autocomplete="off">
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_wndLogin" class="review-tooltip" style="display:none;position:absolute;">
<div class="cm-type--center cm-modal__content">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_lblPleaseLoginTooltip" class="cm-input__label">Please login to leave a
review under those user credentials.</span>
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_lnkLogin" class="cm-btn cm-btn--primary cm-btn--sml cm-radial" href="/login.aspx?ReturnUrl=%2fAdrianHolloway%2f">Login</a>
<a onclick="if (!window.__cfRLUnblockHandlers) return false; window.parent.Telerik.Web.UI.RadToolTip.getCurrent().hide();" id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_btnClose" class="cm-btn cm-btn--sml cm-btn--neutral cm-radial" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$lbHeader$ctlReviewsTooltip$btnClose", "", true, "", "", false, true))">Close</a>
</div>
<input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_wndLogin_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_wndLogin_ClientState" type="hidden" autocomplete="off">
</div>
<script type="text/javascript">
$(document).ready(function() {
bindEvents_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip();
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
bindEvents_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip();
});
}
});
function bindEvents_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_btnSubmit').click(function() {
var isPageValid = true;
// Do nothing if client validation is not active
if (typeof(Page_Validators) != "undefined") {
if (typeof(Page_ClientValidate) == 'function') {
if ($('#ctlLoggedOutUser').is(':hidden')) {
isPageValid = Page_ClientValidate('vgReview_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip');
} else {
var isLoggedOutGroupValid = Page_ClientValidate('vgLoggedOut_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip');
if (isLoggedOutGroupValid) {
var reviewValid = Page_ClientValidate('vgReview_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip');
isPageValid = reviewValid && isLoggedOutGroupValid;
} else {
isPageValid = isLoggedOutGroupValid;
}
}
}
}
if (isPageValid) {
$(this).hide();
} else {
$(this).show();
return false;
}
});
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_btnCancel').click(function() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_btnSubmit').show();
});
}
</script>
<div class="cm-spc--bottom--sml cm-profile--compact__card__action">
<div class="cm-group">
<div class="cm-btncountergroup cm-pull">
<a onclick="if (!window.__cfRLUnblockHandlers) return false; monox_OpenRadPopup($find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_wndFollowUser')); $('.jq-email').val(''); $('.jq-firstName').val(''); $('.jq-lastName').val(''); return false;" id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_lnkShowTooltipLoggedOut" class="cm-btn cm-btn--primary cm-btn--tny" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$lbHeader$ttAddConnection$lnkShowTooltipLoggedOut", "", true, "", "", false, true))">Follow</a>
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_lblConnectionsCount"
class="connection-tooltip cm-btncounter cm-btncounter--tny cm-btncounter--right">24</span>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_wndTooltip" style="display:none;position:absolute;">
<div class="tooltip-popup cm-modal__content">
<div class="content">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_labMessage" class="cm-input__label">The person you selected will have
to confirm your request. You may add a personal message:</span>
<div class="cm-spc--bottom--sml">
<textarea name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$lbHeader$ttAddConnection$txtMessage" rows="4" cols="20"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_txtMessage"
class="cm-input cm-input--textarea cm-input--textarea--sml"></textarea>
</div>
<input type="submit" name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$lbHeader$ttAddConnection$btnSend" value="Send"
onclick="if (!window.__cfRLUnblockHandlers) return false; javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$lbHeader$ttAddConnection$btnSend", "", true, "", "", false, false))"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_btnSend" class="cm-btn cm-btn--primary cm-btn--sml cm-radial">
<div style="clear: both">
</div>
</div>
</div>
<input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_wndTooltip_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_wndTooltip_ClientState" type="hidden" autocomplete="off">
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_wndFollowUser" style="display:none;position:absolute;">
<div class="cm-modal">
<div class="cm-modal__content">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_pnlLoggedOutSubmit">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_upTooltip">
<div class="">
<div class="cm-spc--bottom--sml">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_lblLoggedoutMessage">Fill out the form below
to follow Adrian Holloway.</span>
</div>
<div class="cm-grid__row">
<div class="cm-grid__col col-sml-12 col-md-6 input-form">
<div class="cm-field">
<label for="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_txtFirstName" class="cm-input__label">
First name:</label>
<input name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$lbHeader$ttAddConnection$ctlLoggedOutUser$txtFirstName" type="text"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_txtFirstName"
class="cm-input cm-input--sml jq-firstName">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvFirstName"
class="ValidatorAdapter membership-editor-validator" style="color:Red;display:none;"><img src="/App_Themes/Default/img/validator.png" title="First name is required" alt="!"
class="ValidatorAdapterImage"></span>
</div>
</div>
<div class="cm-grid__col col-sm-12 col-md-6 input-form">
<div class="cm-field">
<label for="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_txtLastName" class="cm-input__label">
Last name:</label>
<input name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$lbHeader$ttAddConnection$ctlLoggedOutUser$txtLastName" type="text"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_txtLastName"
class="cm-input cm-input--sml jq-lastName">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvLastName"
class="ValidatorAdapter membership-editor-validator" style="color:Red;display:none;"><img src="/App_Themes/Default/img/validator.png" title="Last name is required" alt="!"
class="ValidatorAdapterImage"></span>
</div>
</div>
</div>
<div class="cm-grid__row">
<div class="cm-grid__col col-sm-12 col-md-6 input-form">
<label for="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_txtEmail" class="cm-input__label">
Email:</label>
<input name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$lbHeader$ttAddConnection$ctlLoggedOutUser$txtEmail" type="text"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_txtEmail"
class="cm-input cm-input--sml jq-email">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvEmail"
class="ValidatorAdapter membership-editor-validator" style="color:Red;display:none;"><img src="/App_Themes/Default/img/validator.png" title="Email is required" alt="!"
class="ValidatorAdapterImage"></span>
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_vldRegexEmail" class="ValidatorAdapter"
style="color:Red;display:none;"><img src="/App_Themes/Default/img/validator.png" title="Please enter a valid email address" alt="!" class="ValidatorAdapterImage"></span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="cm-modal__footer">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_lnkLoggedOutFollowUser" class="cm-btn cm-btn--primary cm-btn--sml cm-radial" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$lbHeader$ttAddConnection$lnkLoggedOutFollowUser", "", true, "", "", false, true))">Follow</a>
</div>
</div>
<input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_wndFollowUser_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_wndFollowUser_ClientState" type="hidden" autocomplete="off">
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_wndSuccessMessage" style="display:none;position:absolute;">
<div class="cm-modal__content">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_lblSuccessMessage">You are now following Adrian Holloway.</span>
</div>
<input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_wndSuccessMessage_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_wndSuccessMessage_ClientState" type="hidden" autocomplete="off">
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_wndUnfollowUser" style="display:none;position:absolute;">
<div class="cm-modal">
<div class="cm-modal__content">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_lblUnfollowMessage">You are already following Adrian Holloway.</span>
</div>
<div class="cm-modal__footer">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_lnkUnfollowCompany" class="cm-btn cm-btn--primary cm-btn--sml cm-radial" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$lbHeader$ttAddConnection$lnkUnfollowCompany", "", true, "", "", false, true))">Unfollow</a>
</div>
</div>
<input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_wndUnfollowUser_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_wndUnfollowUser_ClientState" type="hidden" autocomplete="off">
</div>
<script type="text/javascript">
$(document).ready(function() {
bindEvents_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection();
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
bindEvents_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection();
});
}
});
function bindEvents_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_lnkLoggedOutFollowUser').click(function() {
var isPageValid = true;
// Do nothing if client validation is not active
if (typeof(Page_Validators) != "undefined") {
if (typeof(Page_ClientValidate) == 'function') {
isPageValid = Page_ClientValidate('FollowUserLoggedOut');
}
}
if (isPageValid) {
$(this).hide();
} else {
$(this).show();
return false;
}
});
}
</script>
</div>
<div class="social-links">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_rptSocialLinks_ctl00_lnkUrl" class="cm-smmlist__link" href="/contact-person/AdrianHolloway/" target="_blank"><img id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_rptSocialLinks_ctl00_imgSocialSite" title="Send a Message" src="https://completemarkets.com/App_Themes/Default/img/UserSocialLinks/Updated-MailIcon.png" style="height:42px;width:42px;border-width:0px;"></a>
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_rptSocialLinks_ctl01_lnkUrl" class="cm-smmlist__link" href="https://www.linkedin.com/in/adrianholloway/" target="_blank"><img id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_rptSocialLinks_ctl01_imgSocialSite" title="LinkedIn" src="https://completemarkets.com/App_Themes/Default/img/UserSocialLinks/LinkedIn.gif" alt="LinkedIn" style="height:32px;width:32px;border-width:0px;"></a>
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_rptSocialLinks_ctl02_lnkUrl" class="cm-smmlist__link" href="https://plus.google.com/u/0/103680688351572861153" target="_blank"><img id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_rptSocialLinks_ctl02_imgSocialSite" title="Google+" src="https://completemarkets.com/App_Themes/Default/img/UserSocialLinks/GooglePlus.gif" alt="Google+" style="height:32px;width:32px;border-width:0px;"></a>
</div>
</div>
</div>
</div>
<div>
<p class="public-profile-link orange-link">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_lnkProfileUrl"></a>
</p>
</div>
</div>
</div>
</td>
<td class="right-side">
</td>
</tr>
<tr>
<td class="left-bottom-corner">
</td>
<td class="bottom">
</td>
<td class="right-bottom-corner">
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_upProgress" style="display:none;" role="status" aria-hidden="true">
<div class="ajaxOverlay"></div>
<div class="ajaxLoader"> Please wait...<br>
<br>
<img src="../App_Themes/Common/img/ajaxLoader.gif" id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_Img1" alt="Please wait...">
</div>
</div>
<select name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ddlTabStrip"
onchange="if (!window.__cfRLUnblockHandlers) return false; javascript:setTimeout('__doPostBack(\'ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ddlTabStrip\',\'\')', 0)"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ddlTabStrip" class="cm-input cm-input--select cm-input--lrg">
<option selected="selected" value="About Me">About Me</option>
<option value="CareerHistory">CareerHistory</option>
<option value="Content">Content</option>
<option value="Connections">Connections</option>
<option value="Photos">Photos</option>
<option value="Reviews">Reviews</option>
<option value="Newsletters">Newsletters</option>
</select>
</div>
<input type="hidden" name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$hfSelectedTabs" id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_hfSelectedTabs">
<div class="cm-tabbedarea__content cm-tabbedarea__content--padded">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_multipage">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_pageViewAboutMe">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_upProfileAboutMe">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_pnlContainer">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_pnlPreview" class="cm-group cm-spc--bottom--med">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_pnlMain" class="cm-spc--bottom--sml">
<div class="cm-tabbedarea--split__body">
<div class="cm-spc--bottom--med cm-styledtext">
<p>
</p>
<p style="border: 0px currentcolor; text-align: left; padding-bottom: 20px; margin-top: 0px; margin-bottom: 0px; vertical-align: baseline; outline-width: 0px;"><span style="font-family: calibri;">Adrian is
CEO of CompleteMarkets.com, the fastest growing insurance professionals network.<br>
<br>Adrian is a technocrat that has lived and worked in different parts of the world. With a problem solving mindset and a practical approach to real-world problems he has led large solution building
teams throughout his career.<br>
<br> He has held high profile CTO/CIO positions before founding and running various technology and insurance service related companies.<br>
<br></span><span style="font-family: calibri;">When he is not working, Adrian is hiking, playing golf, reading non-fiction or playing music.</span></p>
<p></p>
</div>
<input type="hidden" name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$UserInsurancePreview$hfUserId"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_hfUserId" value="1679ab34-3236-4eb7-a78f-7d19e4c3b383">
<div class="hide"><input type="submit" name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$UserInsurancePreview$btnRefresh" value="Button"
onclick="if (!window.__cfRLUnblockHandlers) return false; javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$UserInsurancePreview$btnRefresh", "", true, "", "", false, false))"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_btnRefresh" class="jq-refresh"></div>
<div class="input-form">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_rowInsurancePart" class="">
<div class="cm-heading--primary">
<div class="cm-heading--primary__content">
<h1 class="cm-title--primary">Licensing/Certifications</h1>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_pnlPreview">
<ul class="cm-list--definition cm-spc--bottom--med">
<li id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_rowInsuranceLinesPreview" class="cm-list--definition__item">
<div class="cm-list--definition__title">
<label for="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_cbInsuranceLines"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_lblInsuranceLinesLabel">Main Insurance Lines:</label>
</div>
<div class="cm-list--definition__content">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_lblInsuranceLinesPreview">Insurance Products/Services</span>
</div>
</li>
<li id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_rowActiveLicensePreview" class="cm-list--definition__item">
<div class="cm-list--definition__title">
<label for="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_cbActiveLicenses"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_lblActiveLicenceLabel" class="primary-color bold">Active Licences:</label>
</div>
<div class="cm-list--definition__content">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_lblActiveLicensePreview">Not Licensed</span>
</div>
</li>
<li id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_rowYearsLicensedPreview" class="cm-list--definition__item">
<div class="cm-list--definition__title">
<label for="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_ddlYearsLicensed"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_lblYearsLicensedLabel" class="primary-color bold"># Years Licensed:</label>
</div>
<div class="cm-list--definition__content">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_lblYearsLicensedPreview">Not Applicable</span>
</div>
</li>
<li id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_rowLicensedInPreview" class="cm-list--definition__item">
<div class="cm-list--definition__title">
<label for="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_ddlLicensedIn"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_lblLicensedInLabel" class="primary-color bold">Licensed In:</label>
</div>
<div class="cm-list--definition__content">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_lblLicensedInPreview">Not Licensed</span>
</div>
</li>
</ul>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_rowInsuranceProductsPreview">
<div class="cm-heading--primary">
<div class="cm-heading--primary__content">
<h1 class="cm-title--primary">Insurance Products Offered</h1>
</div>
</div>
<div class="cm-spc--bottom--med">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_lblInsuranceProductsPreview"></span>
</div>
</div>
</div>
</div>
<script type="text/javascript">
$(document).ready(function() {
bindInsuranceEvents();
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
bindInsuranceEvents();
});
}
});
function bindInsuranceEvents() {
$('.jq-privacy-level').change(function() {
$('.jq-refresh').click();
});
$('.jq-representativeCRD').change(function() {
autosaveInsuranceTextbox($(this).val(), 'RepCRD');
});
$('.jq-licensed-in').change(function() {
autosaveInsuranceDropdown($(this).val(), 'LicensedIn');
});
$('.jq-years-licensed').change(function() {
autosaveInsuranceDropdown($(this).val(), 'YearsLicensed');
});
$('.jq-insurance-lines').change(function() {
var selectedItems = [];
$(".jq-insurance-lines input:checked").each(function() {
selectedItems.push($(this).parent().attr('hiddenValue'));
});
autosaveInsuranceMultipleValuesGUID(selectedItems, 'MainInsuranceLines');
});
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_ddlInsuranceCertificationLicense').multipleSelect({
filter: true,
onClose: function() {
var selectedItems = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_ddlInsuranceCertificationLicense').multipleSelect('getSelects');
autosaveInsuranceMultipleValuesGUID(selectedItems, 'CertificationLicenses');
}
});
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_ddlInsuranceProducts').multipleSelect({
filter: true,
onClose: function() {
var selectedItems = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_ddlInsuranceProducts').multipleSelect('getSelects');
autosaveInsuranceMultipleValuesGUID(selectedItems, 'InsuranceProduct');
}
});
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_ddlCarrierBrand').multipleSelect({
filter: true,
onClose: function() {
var selectedItems = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_ddlCarrierBrand').multipleSelect('getSelects');
autosaveInsuranceMultipleValuesINT(selectedItems, 'CarrierBrand');
}
});
$('.jq-active-licenses').change(function() {
var selectedItems = [];
$(".jq-active-licenses input:checked").each(function() {
selectedItems.push($(this).parent().attr('hiddenValue'));
});
autosaveInsuranceMultipleValuesGUID(selectedItems, 'ActiveLicenses');
});
}
function autosaveInsuranceTextbox(text, type) {
var params = new Object();
params.UserId = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_hfUserId').val();
params.Text = text;
params.Type = type;
params.DropdownSelectionId = null;
params.GuidArrayValues = [];
params.IntArrayValues = [];
autosaveInsuranceValues(params);
}
function autosaveInsuranceDropdown(dropdownSelectionId, type) {
var params = new Object();
params.UserId = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_hfUserId').val();
params.Text = "";
params.Type = type;
params.DropdownSelectionId = dropdownSelectionId;
params.GuidArrayValues = [];
params.IntArrayValues = [];
autosaveInsuranceValues(params);
}
function autosaveInsuranceMultipleValuesGUID(arrayGuidVal, type) {
var params = new Object();
params.UserId = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_hfUserId').val();
params.Text = "";
params.Type = type;
params.DropdownSelectionId = null;
params.GuidArrayValues = arrayGuidVal;
params.IntArrayValues = [];
autosaveInsuranceValues(params);
}
function autosaveInsuranceMultipleValuesINT(arrayINTVal, type) {
var params = new Object();
params.UserId = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_hfUserId').val();
params.Text = "";
params.Type = type;
params.DropdownSelectionId = null;
params.GuidArrayValues = [];
params.IntArrayValues = arrayINTVal;
autosaveInsuranceValues(params);
}
function autosaveInsuranceValues(params) {
$.ajax({
async: true,
type: "POST",
cache: false,
processData: false,
url: 'https://completemarkets.com/WebServices/UserProfileService.asmx/SaveProfileLicensingValues',
data: "{'args':" + JSON.stringify(params) + "}",
contentType: "application/json; charset=utf-8",
dataType: "json",
success: function(data) {},
error: function(XMLHttpRequest, textStatus, errorThrown) {}
});
}
</script>
<input type="hidden" name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$UserCompanyPreview$hfUserId"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserCompanyPreview_hfUserId" value="1679ab34-3236-4eb7-a78f-7d19e4c3b383">
<div>
<div class="cm-heading--primary">
<div class="cm-heading--primary__content">
<h1 class="cm-title--primary">Company/Agency</h1>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserCompanyPreview_pnlPreview">
<ul class="cm-list--definition">
<li id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserCompanyPreview_rowCompanyNamePreview" class="cm-list--definition__item">
<div class="cm-list--definition__title">
<label for="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserCompanyPreview_txtCompanyName"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserCompanyPreview_lblCompanyNameLabel">Name:</label>
</div>
<div class="cm-list--definition__content">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserCompanyPreview_lblCompanyNamePreview">INSOMIS Corp.</span>
</div>
</li>
<li id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserCompanyPreview_rowCompanyCategoryPreview" class="cm-list--definition__item">
<div class="cm-list--definition__title">
<label for="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserCompanyPreview_ddlCompanyCategory"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserCompanyPreview_lblCompanyCategoryLabel">Category:</label>
</div>
<div class="cm-list--definition__content">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserCompanyPreview_lblCompanyCategoryPreview">Service Provider</span>
</div>
</li>
<li id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserCompanyPreview_rowAnnualRevenuePreview" class="cm-list--definition__item">
<div class="cm-list--definition__title">
<label for="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserCompanyPreview_ddlCompanyRevenue"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserCompanyPreview_lblCompanyRevenueLabel">Annual Revenue:</label>
</div>
<div class="cm-list--definition__content">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserCompanyPreview_lblCompanyRevenuePreview">$3-$5M</span>
</div>
</li>
<li id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserCompanyPreview_rowNumberOfEmployeesPreview" class="cm-list--definition__item">
<div class="cm-list--definition__title">
<label for="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserCompanyPreview_txtCompanyNumberOfEmployees"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserCompanyPreview_lblCompanyNumberOfEmployeesLabel"># of Employees:</label>
</div>
<div class="cm-list--definition__content">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserCompanyPreview_lblCompanyNumberOfEmployeesPreview">20</span>
</div>
</li>
</ul>
<ul class="cm-list--definition">
</ul>
</div>
</div>
<script type="text/javascript">
$(document).ready(function() {
bindCompanyEvents();
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
bindCompanyEvents();
});
}
});
function bindCompanyEvents() {
$('.jq-companyName').change(function() {
if (Page_ClientValidate("vgCompanyName")) {
autosaveCompanyTextbox($(this).val(), 'Name');
}
});
$('.jq-companyCategory').change(function() {
autosaveCompanyDropdown($(this).val(), 'Category');
});
$('.jq-companyPremium').change(function() {
if (Page_ClientValidate("vgCompanyPremium")) {
autosaveCompanyTextbox($(this).val(), 'AnnualPremium');
}
});
$('.jq-companyRevenue').change(function() {
autosaveCompanyDropdown($(this).val(), 'AnnualRevenue');
});
$('.jq-companyNumberOfEmployees').change(function() {
if (Page_ClientValidate("vgNumberOfEmployees")) {
autosaveCompanyTextbox($(this).val(), 'NumberOfEmployees');
}
});
$('.jq-companyPersonalLines').change(function() {
autosaveCompanyTextbox($(this).val(), 'PersonalLines');
});
$('.jq-companyCommercialLines').change(function() {
autosaveCompanyTextbox($(this).val(), 'CommercialLines');
});
$('.jq-companyLifeHealthFS').change(function() {
autosaveCompanyTextbox($(this).val(), 'LifeHealthFS');
});
$('.jq-companyPrimaryBooksOfBusinesses').change(function() {
autosaveCompanyTextbox($(this).val(), 'PrimaryBooksOfBusinesses');
});
}
function autosaveCompanyTextbox(text, type) {
var params = new Object();
params.UserId = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserCompanyPreview_hfUserId').val();
params.Text = text;
params.Type = type;
params.DropDownSelectionId = null;
params.ArrayValues = [];
autosaveCompanyValues(params);
}
function autosaveCompanyDropdown(dropdownSelectionId, type) {
var params = new Object();
params.UserId = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserCompanyPreview_hfUserId').val();
params.Text = "";
params.Type = type;
params.DropDownSelectionId = dropdownSelectionId == '00000000-0000-0000-0000-000000000000' ? 0 : dropdownSelectionId;
params.ArrayValues = [];
autosaveCompanyValues(params);
}
function autosaveCompanyValues(params) {
$.ajax({
async: true,
type: "POST",
cache: false,
processData: false,
url: 'https://completemarkets.com/WebServices/UserProfileService.asmx/SaveProfileCompanyValues',
data: "{'args':" + JSON.stringify(params) + "}",
contentType: "application/json; charset=utf-8",
dataType: "json",
success: function(data) {},
error: function(XMLHttpRequest, textStatus, errorThrown) {}
});
}
</script>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_pnlContainer">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_pnlReviewsCount">
<div class="cm-widget cm-widget--primary cm-spc--top--sml">
<div class="cm-widget--primary__header cm-disp--none">
<h1 class="cm-widget--primary__title">Leave your review</h1>
</div>
<div class="cm-widget--primary__content">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_pnlContainer" class="cm-spc--top--sml">
<div class="cm-group">
<div class="cm-pull cm-spc--right--sml cm-color--primary cm-w--30p">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl00_lblRating">(1)</span>
</div>
<div class="cm-pull">
<div class="monox-rating" style="position:relative;">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl00_rating_up">
<div class="monox-rating">
<div class="monox-rating-stars">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl00_rating_rb"
class="RadRating RadRating_PortalRating" style="width: 104px; height: 24px;">
<ul class="rrtItem">
<li class="rrtSelected"><a title="5" href="#"><span>1</span></a></li>
<li class="rrtSelected"><a title="5" href="#"><span>2</span></a></li>
<li class="rrtSelected"><a title="5" href="#"><span>3</span></a></li>
<li class="rrtSelected"><a title="5" href="#"><span>4</span></a></li>
<li class="rrtSelected"><a title="5" href="#"><span>5</span></a></li>
</ul><input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl00_rating_rb_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl00_rating_rb_ClientState"
type="hidden" value="{"value":"5","readOnly":true}" autocomplete="off">
</div>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl00_rating_wndUpload"
style="display:none;position:absolute;">
<div style="padding: 10px;">
<strong>
<span
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl00_rating_labRatingHistoryTitle">Rating
history (Content is rated 0.00 of 0 vote(s).)</span></strong><br>
<span
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl00_rating_labRatingHistorySubTitle">Shows
who have rated the content, and the rating score.</span>
<div style="max-height: 350px; overflow-y: auto; margin-top: 10px;">
</div>
</div>
<input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl00_rating_wndUpload_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl00_rating_wndUpload_ClientState"
type="hidden" autocomplete="off">
</div>
</div>
</div>
</div>
</div>
<div class="cm-group">
<div class="cm-pull cm-spc--right--sml cm-color--primary cm-w--30p">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl01_lblRating">(0)</span>
</div>
<div class="cm-pull">
<div class="monox-rating" style="position:relative;">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl01_rating_up">
<div class="monox-rating">
<div class="monox-rating-stars">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl01_rating_rb"
class="RadRating RadRating_PortalRating" style="width: 104px; height: 24px;">
<ul class="rrtItem">
<li class="rrtSelected"><a title="4" href="#"><span>1</span></a></li>
<li class="rrtSelected"><a title="4" href="#"><span>2</span></a></li>
<li class="rrtSelected"><a title="4" href="#"><span>3</span></a></li>
<li class="rrtSelected"><a title="4" href="#"><span>4</span></a></li>
<li><a title="4" href="#"><span>5</span></a></li>
</ul><input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl01_rating_rb_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl01_rating_rb_ClientState"
type="hidden" value="{"value":"4","readOnly":true}" autocomplete="off">
</div>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl01_rating_wndUpload"
style="display:none;position:absolute;">
<div style="padding: 10px;">
<strong>
<span
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl01_rating_labRatingHistoryTitle">Rating
history (Content is rated 0.00 of 0 vote(s).)</span></strong><br>
<span
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl01_rating_labRatingHistorySubTitle">Shows
who have rated the content, and the rating score.</span>
<div style="max-height: 350px; overflow-y: auto; margin-top: 10px;">
</div>
</div>
<input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl01_rating_wndUpload_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl01_rating_wndUpload_ClientState"
type="hidden" autocomplete="off">
</div>
</div>
</div>
</div>
</div>
<div class="cm-group">
<div class="cm-pull cm-spc--right--sml cm-color--primary cm-w--30p">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl02_lblRating">(0)</span>
</div>
<div class="cm-pull">
<div class="monox-rating" style="position:relative;">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl02_rating_up">
<div class="monox-rating">
<div class="monox-rating-stars">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl02_rating_rb"
class="RadRating RadRating_PortalRating" style="width: 104px; height: 24px;">
<ul class="rrtItem">
<li class="rrtSelected"><a title="3" href="#"><span>1</span></a></li>
<li class="rrtSelected"><a title="3" href="#"><span>2</span></a></li>
<li class="rrtSelected"><a title="3" href="#"><span>3</span></a></li>
<li><a title="3" href="#"><span>4</span></a></li>
<li><a title="3" href="#"><span>5</span></a></li>
</ul><input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl02_rating_rb_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl02_rating_rb_ClientState"
type="hidden" value="{"value":"3","readOnly":true}" autocomplete="off">
</div>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl02_rating_wndUpload"
style="display:none;position:absolute;">
<div style="padding: 10px;">
<strong>
<span
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl02_rating_labRatingHistoryTitle">Rating
history (Content is rated 0.00 of 0 vote(s).)</span></strong><br>
<span
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl02_rating_labRatingHistorySubTitle">Shows
who have rated the content, and the rating score.</span>
<div style="max-height: 350px; overflow-y: auto; margin-top: 10px;">
</div>
</div>
<input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl02_rating_wndUpload_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl02_rating_wndUpload_ClientState"
type="hidden" autocomplete="off">
</div>
</div>
</div>
</div>
</div>
<div class="cm-group">
<div class="cm-pull cm-spc--right--sml cm-color--primary cm-w--30p">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl03_lblRating">(0)</span>
</div>
<div class="cm-pull">
<div class="monox-rating" style="position:relative;">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl03_rating_up">
<div class="monox-rating">
<div class="monox-rating-stars">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl03_rating_rb"
class="RadRating RadRating_PortalRating" style="width: 104px; height: 24px;">
<ul class="rrtItem">
<li class="rrtSelected"><a title="2" href="#"><span>1</span></a></li>
<li class="rrtSelected"><a title="2" href="#"><span>2</span></a></li>
<li><a title="2" href="#"><span>3</span></a></li>
<li><a title="2" href="#"><span>4</span></a></li>
<li><a title="2" href="#"><span>5</span></a></li>
</ul><input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl03_rating_rb_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl03_rating_rb_ClientState"
type="hidden" value="{"value":"2","readOnly":true}" autocomplete="off">
</div>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl03_rating_wndUpload"
style="display:none;position:absolute;">
<div style="padding: 10px;">
<strong>
<span
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl03_rating_labRatingHistoryTitle">Rating
history (Content is rated 0.00 of 0 vote(s).)</span></strong><br>
<span
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl03_rating_labRatingHistorySubTitle">Shows
who have rated the content, and the rating score.</span>
<div style="max-height: 350px; overflow-y: auto; margin-top: 10px;">
</div>
</div>
<input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl03_rating_wndUpload_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl03_rating_wndUpload_ClientState"
type="hidden" autocomplete="off">
</div>
</div>
</div>
</div>
</div>
<div class="cm-group">
<div class="cm-pull cm-spc--right--sml cm-color--primary cm-w--30p">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl04_lblRating">(0)</span>
</div>
<div class="cm-pull">
<div class="monox-rating" style="position:relative;">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl04_rating_up">
<div class="monox-rating">
<div class="monox-rating-stars">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl04_rating_rb"
class="RadRating RadRating_PortalRating" style="width: 104px; height: 24px;">
<ul class="rrtItem">
<li class="rrtSelected"><a title="1" href="#"><span>1</span></a></li>
<li><a title="1" href="#"><span>2</span></a></li>
<li><a title="1" href="#"><span>3</span></a></li>
<li><a title="1" href="#"><span>4</span></a></li>
<li><a title="1" href="#"><span>5</span></a></li>
</ul><input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl04_rating_rb_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl04_rating_rb_ClientState"
type="hidden" value="{"value":"1","readOnly":true}" autocomplete="off">
</div>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl04_rating_wndUpload"
style="display:none;position:absolute;">
<div style="padding: 10px;">
<strong>
<span
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl04_rating_labRatingHistoryTitle">Rating
history (Content is rated 0.00 of 0 vote(s).)</span></strong><br>
<span
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl04_rating_labRatingHistorySubTitle">Shows
who have rated the content, and the rating score.</span>
<div style="max-height: 350px; overflow-y: auto; margin-top: 10px;">
</div>
</div>
<input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl04_rating_wndUpload_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl04_rating_wndUpload_ClientState"
type="hidden" autocomplete="off">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_pnlTooltipContainer" class="cm-spc--bottom--sml">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_lnkShowTooltip" class="cm-btn cm-btn--primary cm-btn--tny cm-radial" href="javascript:void(0);">Write a Review</a>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_divScroll"></div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_wndTooltip" class="review-tooltip RadToolTip-centered"
style="display:none;position:absolute;">
<div class="tooltip-popup cm-modal">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_pnlSocialLogin"
class="cm-modal__content cm-modal__content--alt">
<div class="cm-type--center cm-spc--bottom--sml">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_lblPleaseLogin"><span><span
class="font-italic bold f13">Please authenticate first</span> to post and/or edit reviews.</span></span>
</div>
<div class="cm-type--center">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_lnkFacebook" class="ui btn facebook mb5" href="/Pages/SocialLogin/FacebookConsumerSocialLogin.aspx?returningUrl=https://completemarkets.com/AdrianHolloway/Reviews?srtt=True">Connect</a>
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_lnkLinkedIn" class="ui btn linkedin mb5" href="/Pages/SocialLogin/LinkedInConsumerSocialLogin.aspx?returningUrl=https://completemarkets.com/AdrianHolloway/Reviews?srtt=True">Connect</a>
</div>
</div>
<div class="cm-modal__content cm-modal__content--alt">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_pnlLoggedOutSubmit">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_upTooltip">
<div class="">
<div class="cm-spc--bottom--sml">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_lblLoggedoutMessage">Or <br>
<br> Fill out the form below to submit the review.</span>
</div>
<div class="cm-grid__row">
<div class="cm-grid__col col-sml-12 col-md-6 input-form">
<div class="cm-field">
<label for="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_txtFirstName"
class="cm-input__label"> First name:</label>
<input name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlReviewsTooltip$ctlLoggedOutUser$txtFirstName" type="text"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_txtFirstName"
class="cm-input cm-input--sml jq-firstName">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName"
class="ValidatorAdapter membership-editor-validator" style="color:Red;display:none;"><img src="/App_Themes/Default/img/validator.png" title="First name is required" alt="!"
class="ValidatorAdapterImage"></span>
</div>
</div>
<div class="cm-grid__col col-sm-12 col-md-6 input-form">
<div class="cm-field">
<label for="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_txtLastName"
class="cm-input__label"> Last name:</label>
<input name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlReviewsTooltip$ctlLoggedOutUser$txtLastName" type="text"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_txtLastName"
class="cm-input cm-input--sml jq-lastName">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName"
class="ValidatorAdapter membership-editor-validator" style="color:Red;display:none;"><img src="/App_Themes/Default/img/validator.png" title="Last name is required" alt="!"
class="ValidatorAdapterImage"></span>
</div>
</div>
</div>
<div class="cm-grid__row">
<div class="cm-grid__col col-sm-12 col-md-6 input-form">
<label for="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_txtEmail"
class="cm-input__label"> Email:</label>
<input name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlReviewsTooltip$ctlLoggedOutUser$txtEmail" type="text"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_txtEmail"
class="cm-input cm-input--sml jq-email">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail"
class="ValidatorAdapter membership-editor-validator" style="color:Red;display:none;"><img src="/App_Themes/Default/img/validator.png" title="Email is required" alt="!"
class="ValidatorAdapterImage"></span>
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail"
class="ValidatorAdapter" style="color:Red;display:none;"><img src="/App_Themes/Default/img/validator.png" title="Please enter a valid email address" alt="!"
class="ValidatorAdapterImage"></span>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_pnlReview">
<div class="cm-modal__content">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_pnlUserType" class="cm-spc--bottom--sml">
<label for="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ddlUserType"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_lblUserType" class="cm-input__label">I am a ...</label>
<select name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlReviewsTooltip$ddlUserType"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ddlUserType"
class="cm-input cm-input--sml cm-input--select">
<option value="927e6f04-34c3-4a80-8605-f6cb83930661">Client</option>
<option value="9450b339-5a6a-4581-9bed-c7ce7ea991a7">Peer</option>
</select>
</div>
<div class="cm-type--bold">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_lblTitle">Please give star rating (5 highest/1
lowest)</span>
</div>
<div class="cm-spc--bottom--sml">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlRating_up">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlRating_ratingBinary"
class="RadRating RadRating_PortalRating jq-rating">
<ul class="rrtItem">
<li><a title="1" href="#"><span>1</span></a></li>
<li><a title="2" href="#"><span>2</span></a></li>
<li><a title="3" href="#"><span>3</span></a></li>
<li><a title="4" href="#"><span>4</span></a></li>
<li><a title="5" href="#"><span>5</span></a></li>
</ul><input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlRating_ratingBinary_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlRating_ratingBinary_ClientState" type="hidden"
autocomplete="off">
</div>
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlRating_cvRating"
style="color:Red;display:none;">Rating field is required.</span>
</div>
</div>
<textarea name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlReviewsTooltip$txtReview" rows="4" cols="20"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_txtReview"
class="jq_swap_value cm-input cm-input--textarea cm-input--textarea--sml">Write your review here. (Required)
Please consider the following:
1. Would you recommend this person?
2. What about this person do you like/dislike?
3. Why did you choose this rating?</textarea>
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_cvTextBoxReview" style="color:Red;display:none;">Please
enter text with minimum of 25 characters long.</span>
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_cvTextEditorMaxTextLength" class="ValidatorAdapter"
style="color:Red;display:none;"><img src="/App_Themes/Default/img/validator.png" title="" alt="!" class="ValidatorAdapterImage"></span>
<div class="cm-spc--top--sml">
<input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_chbConfidential" type="checkbox"
name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlReviewsTooltip$chbConfidential"><label
for="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_chbConfidential">Submit This Anonymously</label>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_pnPleaseLoginBottom">
</div>
</div>
<div class="cm-modal__footer" id="buttonsDiv">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_btnSubmit" class="cm-btn cm-btn--primary cm-btn--sml cm-radial jq-submit-btn" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlReviewsTooltip$btnSubmit", "", true, "vgReview_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip", "", false, true))">Submit</a>
<a onclick="if (!window.__cfRLUnblockHandlers) return false; showBtnSubmit(); HideToolTip_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlRating(); return false;" id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_btnCancel" class="cm-btn cm-btn--sml cm-btn--neutral cm-radial" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlReviewsTooltip$btnCancel", "", true, "", "", false, true))">Cancel</a>
</div>
<div class="jq-valid">
<input type="hidden" name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlReviewsTooltip$hfPageValid"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_hfPageValid">
</div>
<input type="hidden" name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlReviewsTooltip$hfRatingEdit"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_hfRatingEdit" value="0">
<input type="hidden" name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlReviewsTooltip$hfTextEdit"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_hfTextEdit">
<input type="hidden" name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlReviewsTooltip$hfConfidentialCheckbox"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_hfConfidentialCheckbox" value="False">
</div>
</div>
<input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_wndTooltip_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_wndTooltip_ClientState" type="hidden" autocomplete="off">
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_wndWarningTooltip" class="review-tooltip"
style="display:none;position:absolute;">
<div class="cm-type--center cm-modal__content">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_lblAuthorizationWarning" class="cm-input__label">You are only
authorized to leave one review user. If you wish you can edit your review below.</span>
</div>
<input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_wndWarningTooltip_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_wndWarningTooltip_ClientState" type="hidden" autocomplete="off">
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_wndLogin" class="review-tooltip"
style="display:none;position:absolute;">
<div class="cm-type--center cm-modal__content">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_lblPleaseLoginTooltip" class="cm-input__label">Please login to
leave a review under those user credentials.</span>
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_lnkLogin" class="cm-btn cm-btn--primary cm-btn--sml cm-radial" href="/login.aspx?ReturnUrl=%2fAdrianHolloway%2f">Login</a>
<a onclick="if (!window.__cfRLUnblockHandlers) return false; window.parent.Telerik.Web.UI.RadToolTip.getCurrent().hide();" id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_btnClose" class="cm-btn cm-btn--sml cm-btn--neutral cm-radial" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlReviewsTooltip$btnClose", "", true, "", "", false, true))">Close</a>
</div>
<input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_wndLogin_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_wndLogin_ClientState" type="hidden" autocomplete="off">
</div>
<script type="text/javascript">
$(document).ready(function() {
bindEvents_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip();
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
bindEvents_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip();
});
}
});
function bindEvents_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_btnSubmit').click(function() {
var isPageValid = true;
// Do nothing if client validation is not active
if (typeof(Page_Validators) != "undefined") {
if (typeof(Page_ClientValidate) == 'function') {
if ($('#ctlLoggedOutUser').is(':hidden')) {
isPageValid = Page_ClientValidate('vgReview_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip');
} else {
var isLoggedOutGroupValid = Page_ClientValidate(
'vgLoggedOut_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip');
if (isLoggedOutGroupValid) {
var reviewValid = Page_ClientValidate('vgReview_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip');
isPageValid = reviewValid && isLoggedOutGroupValid;
} else {
isPageValid = isLoggedOutGroupValid;
}
}
}
}
if (isPageValid) {
$(this).hide();
} else {
$(this).show();
return false;
}
});
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_btnCancel').click(function() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_btnSubmit').show();
});
}
</script>
</div>
<ul class="cm-spc--bottom--med">
<li>
<div class="cm-type--bold">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlPosReviewsSummary_lblTitle">Most helpful positive review:</span>
</div>
<div>
<div class="cm-group">
<div class="cm-pull cm-spc--right--sml">
<div class="monox-rating" style="position:relative;">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlPosReviewsSummary_ctlRating_up">
<div class="monox-rating">
<div class="monox-rating-stars">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlPosReviewsSummary_ctlRating_rb"
class="RadRating RadRating_PortalRating" style="width: 104px; height: 24px;">
<ul class="rrtItem">
<li class="rrtSelected"><a title="5" href="#"><span>1</span></a></li>
<li class="rrtSelected"><a title="5" href="#"><span>2</span></a></li>
<li class="rrtSelected"><a title="5" href="#"><span>3</span></a></li>
<li class="rrtSelected"><a title="5" href="#"><span>4</span></a></li>
<li class="rrtSelected"><a title="5" href="#"><span>5</span></a></li>
</ul><input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlPosReviewsSummary_ctlRating_rb_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlPosReviewsSummary_ctlRating_rb_ClientState" type="hidden"
value="{"value":"5","readOnly":true}" autocomplete="off">
</div>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlPosReviewsSummary_ctlRating_wndUpload"
style="display:none;position:absolute;">
<div style="padding: 10px;">
<strong>
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlPosReviewsSummary_ctlRating_labRatingHistoryTitle">Rating
history (Content is rated 0.00 of 0 vote(s).)</span></strong><br>
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlPosReviewsSummary_ctlRating_labRatingHistorySubTitle">Shows who
have rated the content, and the rating score.</span>
<div style="max-height: 350px; overflow-y: auto; margin-top: 10px;">
</div>
</div>
<input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlPosReviewsSummary_ctlRating_wndUpload_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlPosReviewsSummary_ctlRating_wndUpload_ClientState" type="hidden"
autocomplete="off">
</div>
</div>
</div>
</div>
<div class="cm-review__content__date cm-type--small">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlPosReviewsSummary_lblDate">(Apr 21, 2015)</span>
</div>
</div>
<div>
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlPosReviewsSummary_lblReview">Adrian Holloway is a brilliant man and leader.
He is passionate about what he does and brings experience and creativity to every encounter. I have loved working directly with him and appreciate everything he has taught me and the team over
the years.</span>
</div>
</div>
</li>
</ul>
<script type="text/javascript">
$(document).ready(function() {
setupExpander();
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
setupExpander();
});
}
});
function setupExpander() {
$('div.expandable').expander({
slicePoint: 280,
preserveWords: true,
moreClass: 'read-more',
lessClass: 'read-less f13 ui style-sans',
userCollapse: true,
expandEffect: 'show',
expandSpeed: 0,
collapseEffect: 'hide',
collapseSpeed: 0,
userCollapseText: '(Less)',
expandText: '(Read more)',
});
}
</script>
<ul class="cm-spc--bottom--med">
<li>
<div class="cm-type--bold">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlNegReviewsSummary_lblTitle">Most helpful negative review:</span>
</div>
<div>
<div class="cm-group">
<div class="cm-pull cm-spc--right--sml">
</div>
<div class="cm-review__content__date cm-type--small">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlNegReviewsSummary_lblDate"></span>
</div>
</div>
<div>
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlNegReviewsSummary_lblReview"></span>
</div>
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlNegReviewsSummary_lblEmptyReview">There have been no negative reviews posted
yet. Be the first to review. </span>
</div>
</li>
</ul>
<script type="text/javascript">
$(document).ready(function() {
setupExpander();
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
setupExpander();
});
}
});
function setupExpander() {
$('div.expandable').expander({
slicePoint: 280,
preserveWords: true,
moreClass: 'read-more',
lessClass: 'read-less f13 ui style-sans',
userCollapse: true,
expandEffect: 'show',
expandSpeed: 0,
collapseEffect: 'hide',
collapseSpeed: 0,
userCollapseText: '(Less)',
expandText: '(Read more)',
});
}
</script>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_pnlReviewsList">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_pnlContainer">
<div class="sn-events jq_snNote cm-spc--bottom--sml">
<div class="cm-group cm-well cm-well--tny cm-bg--tertiary">
<div class="cm-review__avatar">
<a href="/ErinCarlson/"><img id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lvItems_ctrl0_ctlReviewGtr9l9Oz4uWykmCUqSBASWYSQ" title="ErinCarlson" src="../ModuleGallery/PersonalProfileModule/Reviews/CompleteMarkets?git=UserAvatar&entityid=0d07ca66-ebaf-4495-91c8-4fb2cc9ac8b4&CacheDuration=0&18446744071929375403" alt="ErinCarlson" style="border-width:0px;"></a>
</div>
<div class="cm-review__content">
<div class="cm-group">
<div class="cm-review__content__author">
<a href="/ErinCarlson/">Erin Carlson</a>
</div>
<div class="cm-review__content__date">
<span>Apr 21, 2015</span>
<script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4b336f2519e1dbd3"></script>
<a id="a935170651" class="addthis_button" href="https://www.addthis.com/bookmark.php?v=250&username=xa-4b336f2519e1dbd3" addthis:url="https://completemarkets.com/AdrianHolloway/Reviews" addthis:title="Erin Carlson has reviewed Adrian Holloway with 5 stars." addthis:description="Adrian Holloway is a brilliant man and leader. He is passionate about what he d...">
<img src="https://completemarkets.com:443/App_Themes/Default/img/AddThisButton.gif" alt="Bookmark and Share" style="border: 0">
</a>
</div>
</div>
<div>
<span>Reputation</span> <span>7427</span>
</div>
<div class="cm-group">
<div class="cm-pull">
<div class="monox-rating" style="position:relative;">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lvItems_ctrl0_rating_18446744071643387958_up">
<div class="monox-rating">
<p class="monox-rating-text"><strong><span
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lvItems_ctrl0_rating_18446744071643387958_labRC"
title="Content is rated 0.00 of 5 vote(s)."></span></strong></p>
<div class="monox-rating-stars">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lvItems_ctrl0_rating_18446744071643387958_rb"
class="RadRating RadRating_PortalRating" style="width: 104px; height: 24px;">
<ul class="rrtItem">
<li class="rrtSelected"><a title="5" href="#"><span>1</span></a></li>
<li class="rrtSelected"><a title="5" href="#"><span>2</span></a></li>
<li class="rrtSelected"><a title="5" href="#"><span>3</span></a></li>
<li class="rrtSelected"><a title="5" href="#"><span>4</span></a></li>
<li class="rrtSelected"><a title="5" href="#"><span>5</span></a></li>
</ul><input
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lvItems_ctrl0_rating_18446744071643387958_rb_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lvItems_ctrl0_rating_18446744071643387958_rb_ClientState"
type="hidden" value="{"value":"5","readOnly":true}" autocomplete="off">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="rating-content">
<p class="linkify mb10 clearfix"><span>Verified Review: Adrian Holloway is a brilliant man and leader. He is passionate about what he does and brings experience and creativity to every
encounter. I have loved working directly with him and appreciate everything he has taught me and the team over the years.</span></p>
</div>
<div class="cm-group cm-type--small">
<div class="cm-review__footer__action">
<a onclick="if (!window.__cfRLUnblockHandlers) return false; monox_OpenRadPopup($find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_wndSocialLogin')); return false;" id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lvItems_ctrl0_lnkReviewCmnt{0}9l9Oz4uWykmCUqSBASWYSQ" class="cm-btn cm-btn--primary cm-btn--tny cm-radial" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlReviewsList$lvItems$ctrl0$lnkReviewCmnt{0}9l9Oz4uWykmCUqSBASWYSQ", "", true, "", "", false, true))">Comment</a>
</div>
<div class="cm-review__footer__feedback">
<span class="cm-spc--right--xsml"><span>Was this Review Helpful?</span></span>
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lvItems_ctrl0_lnkHelpfulYes{0}9l9Oz4uWykmCUqSBASWYSQ" class="cm-btn cm-btn--primary cm-btn--tny cm-radial" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlReviewsList$lvItems$ctrl0$lnkHelpfulYes{0}9l9Oz4uWykmCUqSBASWYSQ", "", true, "", "", false, true))">Yes</a>
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lvItems_ctrl0_lnkHelpfulNo{0}9l9Oz4uWykmCUqSBASWYSQ" class="cm-btn cm-btn--primary cm-btn--tny cm-radial" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlReviewsList$lvItems$ctrl0$lnkHelpfulNo{0}9l9Oz4uWykmCUqSBASWYSQ", "", true, "", "", false, true))">No</a>
</div>
</div>
</div>
</div>
<div class="profile-activity">
<div class="comments review-comments">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lvItems_ctrl0_ctlReviewCmnt9l9Oz4uWykmCUqSBASWYSQ_pnlContainer">
<div
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lvItems_ctrl0_ctlReviewCmnt9l9Oz4uWykmCUqSBASWYSQ_pnlCommentBox"
class="jq_wallCommentBox" style="display:none">
<div
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lvItems_ctrl0_ctlReviewCmnt9l9Oz4uWykmCUqSBASWYSQ_LightBox1_panHold">
<table cellpadding="0" cellspacing="0" class="light-box-simple " style="width: 100%; height: 100%;">
<tbody>
<tr>
<td class="left-top-corner">
</td>
<td class="top">
</td>
<td class="right-top-corner">
</td>
</tr>
<tr>
<td class="left-side">
</td>
<td class="center-content">
<div class="cm-group cm-well cm-well--tny cm-well--negative">
<textarea
name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlReviewsList$lvItems$ctrl0$ctlReviewCmnt9l9Oz4uWykmCUqSBASWYSQ$LightBox1$txtInput"
rows="2" cols="20"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lvItems_ctrl0_ctlReviewCmnt9l9Oz4uWykmCUqSBASWYSQ_LightBox1_txtInput"
class="cm-input cm-input--textarea cm-spc--bottom--sml jq_expandingTextBoxSmall growfield" style="overflow: hidden; height: 160px;"></textarea><textarea name="" rows="2"
cols="20"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lvItems_ctrl0_ctlReviewCmnt9l9Oz4uWykmCUqSBASWYSQ_LightBox1_txtInput-dummy"
class="cm-input cm-input--textarea cm-spc--bottom--sml jq_expandingTextBoxSmall growfield growfieldDummy"
style="overflow: hidden; position: absolute; left: -9999px; top: 0px; height: 20px; resize: none;" tabindex="-9999"></textarea>
<span
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lvItems_ctrl0_ctlReviewCmnt9l9Oz4uWykmCUqSBASWYSQ_LightBox1_reqInput"
class="ValidatorAdapter" style="color:Red;display:none;"><img src="/App_Themes/Default/img/validator.png" title="Please insert your comment." alt="!"
class="ValidatorAdapterImage"></span>
<div>
<input type="submit" value="" style="display: none;"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lvItems_ctrl0_ctlReviewCmnt9l9Oz4uWykmCUqSBASWYSQ_LightBox1_btnSave"
name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlReviewsList$lvItems$ctrl0$ctlReviewCmnt9l9Oz4uWykmCUqSBASWYSQ$LightBox1$btnSave"
onclick="if (!window.__cfRLUnblockHandlers) return false; javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlReviewsList$lvItems$ctrl0$ctlReviewCmnt9l9Oz4uWykmCUqSBASWYSQ$LightBox1$btnSave$btnButton", "", true, "171280713", "", false, true))">
<div class="styled-button CommentButton cm-btn cm-btn--primary cm-btn--sml cm-radial">
<ul class="button">
<li style="margin-right: 2px; margin-left: 2px;">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lvItems_ctrl0_ctlReviewCmnt9l9Oz4uWykmCUqSBASWYSQ_LightBox1_btnSave_btnButton" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlReviewsList$lvItems$ctrl0$ctlReviewCmnt9l9Oz4uWykmCUqSBASWYSQ$LightBox1$btnSave$btnButton", "", true, "171280713", "", false, true))"><span>Save</span></a>
</li>
</ul>
</div>
</div>
</div>
</td>
<td class="right-side">
</td>
</tr>
<tr>
<td class="left-bottom-corner">
</td>
<td class="bottom">
</td>
<td class="right-bottom-corner">
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="cm-spc--bottom--med cm-type--center">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lblReviewsLink" href="https://completemarkets.com/AdrianHolloway/Reviews">View more</a>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_wndSocialLogin" style="display:none;position:absolute;">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_pnlSocialLogin">
<div class="text-center">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lblPleaseLogin">Please login to leave a comment.</span>
</div>
<div class="fb-connect">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lnkFacebook" href="/Pages/SocialLogin/FacebookConsumerSocialLogin.aspx?returningUrl=/AdrianHolloway/">Connect</a>
</div>
<div class="lnkd-connect">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lnkLinkedIn" href="/Pages/SocialLogin/LinkedInConsumerSocialLogin.aspx?returningUrl=/AdrianHolloway/">Connect</a>
</div>
</div>
<input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_wndSocialLogin_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_wndSocialLogin_ClientState" type="hidden" autocomplete="off">
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_wndNotAuthorized" style="display:none;position:absolute;">
<div class="text-center p10">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lblNotAuthorized">You are only authorized to leave one review user.
If you wish you can edit your review below.</span>
</div>
<input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_wndNotAuthorized_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_wndNotAuthorized_ClientState" type="hidden" autocomplete="off">
</div>
<script type="text/javascript">
$(document).ready(function() {
setupExpander();
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
setupExpander();
});
}
});
function setupExpander() {
$('div.expandable').expander({
slicePoint: 280,
preserveWords: true,
moreClass: 'read-more',
lessClass: 'read-less',
userCollapse: true,
expandEffect: 'show',
expandSpeed: 0,
collapseEffect: 'hide',
collapseSpeed: 0,
userCollapseText: '(Less)',
expandText: '(Read more)',
});
}
</script>
</div>
</div>
</div>
</div>
<div class="cm-tabbedarea--split__aside">
<input type="hidden" name="ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$UserContactPreview$hfUserId"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserContactPreview_hfUserId" value="1679ab34-3236-4eb7-a78f-7d19e4c3b383">
<div class="input-form">
<div class="">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserContactPreview_pnlPreview">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserContactPreview_rowContactName" class="cm-widget cm-widget--primary">
<div class="cm-widget--primary__header">
<h1 class="cm-widget--primary__title">Contact Information</h1>
</div>
<div class="cm-widget--primary__content">
<div class="cm-type--small">
<div class="cm-type--bold"> Public Profile: </div>
</div>
<div class="cm-usercard__text">
<div class="cm-spc--bottom--xsml cm-color--primary">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserContactPreview_lnkContactPreview" href="https://completemarkets.com/AdrianHolloway/">Adrian Holloway</a>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserContactPreview_rowPhonePreview" class="cm-spc--bottom--xsml">
<div class="">
<strong><label for="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserContactPreview_txtPhone"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserContactPreview_lblPhoneLabel">Phone:</label></strong>
</div>
<div class="">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserContactPreview_lblPhonePreview">800-753-4467</span>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserContactPreview_rowWebsitesPreview" class="">
<div class="">
<strong><label for="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserContactPreview_txtWebsites"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserContactPreview_lblWebsitesLabel">Websites:</label></strong>
</div>
<div>
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserContactPreview_lnkProfileUrl" href="https://completemarkets.com/AdrianHolloway/">https://completemarkets.com/AdrianHolloway/</a>
</div>
<div class="">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserContactPreview_lblWebsitesPreview">
<div><a href="http://www.completemarkets.com" rel="nofollow">http://www.completemarkets.com</a></div>
</span>
</div>
</div>
</div>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserContactPreview_Div1" class="cm-widget cm-widget--primary">
<div class="cm-widget--primary__header">
<h1 class="cm-widget--primary__title">Location</h1>
</div>
<div class="cm-widget--primary__content">
<div class="cm-usercard__text">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserContactPreview_rowAddressPreview" class="">
<div class="">
<label for="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserContactPreview_txtAddress"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserContactPreview_lblAddressLabel" class="primary-color bold">Address:</label>
</div>
<div class="">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserContactPreview_lblAddressPreview">PO Box 542, Big Bear City, CA, 92314, USA</span>
</div>
</div>
</div>
</div>
</div>
<div class="hide">
<div class="cm-widget cm-widget--primary">
<div class="cm-widget--primary__content">
<div class="cm-usercard__text">
</div>
</div>
</div>
<div class="cm-widget cm-widget--primary">
<div class="cm-widget--primary__header">
<h1 class="cm-widget--primary__title">General</h1>
</div>
<div class="cm-widget--primary__content">
<div class="cm-usercard__text">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserContactPreview_rowTimeZonePreview" class="">
<div class="">
<label for="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserContactPreview_ddlTimeZone"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserContactPreview_lblTimeZoneLabel" class="primary-color bold">Time Zone:</label>
</div>
<div class="">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserContactPreview_lblTimeZonePreview" class="jq-time-zone">Pacific Standard Time</span>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserContactPreview_rowLanguagesSpokenPreview" class="">
<div class="">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserContactPreview_lblLanguagesSpokenLabel" class="primary-color bold">Languages Spoken:</span>
</div>
<div class="">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserContactPreview_lblLanguagesSpokenPreview" class="pl40">English, Hindi</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
$(document).ready(function() {
bindContactEvents();
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserContactPreview_txtPhone').mask('000-000-0000');
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserContactPreview_txtFax').mask('000-000-0000');
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
bindContactEvents();
});
}
});
function bindContactEvents() {
$('.jq-address').change(function() {
autosaveContactTextbox($(this).val(), 'Address');
});
$('.jq-phone').change(function() {
if (Page_ClientValidate("userPhone")) {
autosaveContactTextbox($(this).val(), 'Phone');
}
});
$('.jq-phone-ext').change(function() {
if (Page_ClientValidate("userExtPhone")) {
autosaveContactTextbox($(this).val(), 'PhoneExt');
}
});
$('.jq-fax').change(function() {
if (Page_ClientValidate("userFax")) {
autosaveContactTextbox($(this).val(), 'Fax');
}
});
$('.jq-time-zone').change(function() {
autosaveContactTextbox($(this).val(), 'TimeZone');
});
$('.jq-websites').change(function() {
autosaveContactTextbox($(this).val(), 'Websites');
});
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserContactPreview_ddlLanguagesSpoken').multipleSelect({
filter: true,
onClose: function() {
var selectedItems = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserContactPreview_ddlLanguagesSpoken').multipleSelect('getSelects');
autosaveContactMultipleValues(selectedItems, 'LanguagesSpoken');
}
});
}
function autosaveContactTextbox(text, type) {
var params = new Object();
params.UserId = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserContactPreview_hfUserId').val();
params.Text = text;
params.Type = type;
params.DropdownSelectionId = null;
params.ArrayValues = [];
autosaveContactValues(params);
}
function autosaveContactDropdown(dropdownSelectionId, type) {
var params = new Object();
params.UserId = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserContactPreview_hfUserId').val();
params.Text = "";
params.Type = type;
params.DropdownSelectionId = dropdownSelectionId;
params.ArrayValues = [];
autosaveContactValues(params);
}
function autosaveContactMultipleValues(arrayVal, type) {
var params = new Object();
params.UserId = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserContactPreview_hfUserId').val();
params.Text = "";
params.Type = type;
params.DropdownSelectionId = null;
params.ArrayValues = arrayVal;
autosaveContactValues(params);
}
function autosaveContactValues(params) {
$.ajax({
async: true,
type: "POST",
cache: false,
processData: false,
url: 'https://completemarkets.com/WebServices/UserProfileService.asmx/SaveProfileContactValues',
data: "{'args':" + JSON.stringify(params) + "}",
contentType: "application/json; charset=utf-8",
dataType: "json",
success: function(data) {},
error: function(XMLHttpRequest, textStatus, errorThrown) {}
});
}
</script>
</div>
</div>
<div class="cm-tabbedarea--split__body">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_pnlWall">
<div class="cm-heading--primary">
<div class="cm-heading--primary__content">
<h1 class="cm-title--primary">News Feed</h1>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_pnlContainer">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_up">
<div class="cm-alert cm-alert--note cm-spc--top--sml cm-spc--bottom--sml">
</div>
<div class="jq_snNote">
<div class="cm-group cm-well cm-well--tny cm-bg--tertiary cm-spc--bottom--sml">
<div class="cm-review__avatar">
<a href="/AdrianHolloway/"><img id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl0_ctlWallGtrC37SB8mbukWZbKKlAOnlDA" title="Adrian Holloway" src="../ModuleGallery/PersonalProfileModule/CompleteMarkets?git=UserAvatar&entityid=1679ab34-3236-4eb7-a78f-7d19e4c3b383&CacheDuration=0&18446744072126239876" alt="Adrian Holloway" style="border-width:0px;"></a>
</div>
<div class="cm-review__content">
<div class="cm-group cm-spc--bottom--xsml">
<div class="cm-review__content__author"><small><a href="/AdrianHolloway/">Adrian Holloway</a></small></div>
<div class="cm-review__content__date"><small><span title="12/31/2013 12:46:25 PM">7 year(s) 5 month(s) ago</span></small></div>
</div>
<div class="author-content"> Here's to a happy and successful 2014 for the insurance industry (and everyone really)! :-) </div>
<div class="date-option">
</div>
<div class="separatedListNoSeparator">
<div class="cm-grid cm-grid__row">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl0_ctlWallFileGalleryC37SB8mbukWZbKKlAOnlDA_wndManager" style="display:none;">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl0_ctlWallFileGalleryC37SB8mbukWZbKKlAOnlDA_wndManager_alerttemplate"
style="display:none;">
<div class="rwDialogPopup radalert">
<div class="rwDialogText"> {1} </div>
<div>
<a onclick="if (!window.__cfRLUnblockHandlers) return false; $find('{0}').close(true);" class="rwPopupButton" href="javascript:void(0);">
<span class="rwOuterSpan">
<span class="rwInnerSpan">##LOC[OK]##</span>
</span>
</a>
</div>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl0_ctlWallFileGalleryC37SB8mbukWZbKKlAOnlDA_wndManager_prompttemplate"
style="display:none;">
<div class="rwDialogPopup radprompt">
<div class="rwDialogText"> {1} </div>
<div>
<script type="text/javascript">
function RadWindowprompt_detectenter(id, ev, input) {
if (!ev) ev = window.event;
if (ev.keyCode == 13) {
var but = input.parentNode.parentNode.getElementsByTagName("A")[0];
if (but) {
if (but.click) but.click();
else if (but.onclick) {
but.focus();
var click = but.onclick;
but.onclick = null;
if (click) click.call(but);
}
}
return false;
} else return true;
}
</script>
<input title="Eneter Value" onkeydown="if (!window.__cfRLUnblockHandlers) return false; return RadWindowprompt_detectenter('{0}', event, this);" type="text" class="rwDialogInput"
value="{2}">
</div>
<div>
<a onclick="if (!window.__cfRLUnblockHandlers) return false; $find('{0}').close(this.parentNode.parentNode.getElementsByTagName('input')[0].value);" class="rwPopupButton" href="javascript:void(0);"><span class="rwOuterSpan"><span class="rwInnerSpan">##LOC[OK]##</span></span></a>
<a onclick="if (!window.__cfRLUnblockHandlers) return false; $find('{0}').close(null);" class="rwPopupButton" href="javascript:void(0);"><span class="rwOuterSpan"><span class="rwInnerSpan">##LOC[Cancel]##</span></span></a>
</div>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl0_ctlWallFileGalleryC37SB8mbukWZbKKlAOnlDA_wndManager_confirmtemplate"
style="display:none;">
<div class="rwDialogPopup radconfirm">
<div class="rwDialogText"> {1} </div>
<div>
<a onclick="if (!window.__cfRLUnblockHandlers) return false; $find('{0}').close(true);" class="rwPopupButton" href="javascript:void(0);"><span class="rwOuterSpan"><span class="rwInnerSpan">##LOC[OK]##</span></span></a>
<a onclick="if (!window.__cfRLUnblockHandlers) return false; $find('{0}').close(false);" class="rwPopupButton" href="javascript:void(0);"><span class="rwOuterSpan"><span class="rwInnerSpan">##LOC[Cancel]##</span></span></a>
</div>
</div>
</div><input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl0_ctlWallFileGalleryC37SB8mbukWZbKKlAOnlDA_wndManager_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl0_ctlWallFileGalleryC37SB8mbukWZbKKlAOnlDA_wndManager_ClientState"
type="hidden">
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl0_ctlWallFileGalleryC37SB8mbukWZbKKlAOnlDA_pnlContainer" class="file-gallery">
<h3>
</h3>
</div>
</div>
</div>
<div class="date-option separatedList post-actions">
<span class="cm-spc--right--xsml"></span>
</div>
</div>
</div>
<div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl0_ctlWallCmntC37SB8mbukWZbKKlAOnlDA_pnlContainer">
</div>
</div>
</div>
<div class="jq_snNote">
<div class="cm-group cm-well cm-well--tny cm-bg--tertiary cm-spc--bottom--sml">
<div class="cm-review__avatar">
<a href="/AdrianHolloway/"><img id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl1_ctlWallGtrA7LhJn9W7kiQa6JnAKcwEg" title="Adrian Holloway" src="../ModuleGallery/PersonalProfileModule/CompleteMarkets?git=UserAvatar&entityid=1679ab34-3236-4eb7-a78f-7d19e4c3b383&CacheDuration=0&18446744072126239876" alt="Adrian Holloway" style="border-width:0px;"></a>
</div>
<div class="cm-review__content">
<div class="cm-group cm-spc--bottom--xsml">
<div class="cm-review__content__author"><small><a href="/AdrianHolloway/">Adrian Holloway</a></small></div>
<div class="cm-review__content__date"><small><span title="10/30/2013 9:07:50 AM">7 year(s) 9 month(s) ago</span></small></div>
</div>
<div class="author-content"> The Search Dashboard is our most popular premium product this week. The feedback we are getting is very encouraging - check it out here -
<a href="https://completemarkets.com/shop/product/FindItUpgrade/">https://completemarkets.com/shop/product/FindItUpgrade/</a>
</div>
<div class="date-option">
</div>
<div class="separatedListNoSeparator">
<div class="cm-grid cm-grid__row">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl1_ctlWallFileGalleryA7LhJn9W7kiQa6JnAKcwEg_wndManager" style="display:none;">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl1_ctlWallFileGalleryA7LhJn9W7kiQa6JnAKcwEg_wndManager_alerttemplate"
style="display:none;">
<div class="rwDialogPopup radalert">
<div class="rwDialogText"> {1} </div>
<div>
<a onclick="if (!window.__cfRLUnblockHandlers) return false; $find('{0}').close(true);" class="rwPopupButton" href="javascript:void(0);">
<span class="rwOuterSpan">
<span class="rwInnerSpan">##LOC[OK]##</span>
</span>
</a>
</div>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl1_ctlWallFileGalleryA7LhJn9W7kiQa6JnAKcwEg_wndManager_prompttemplate"
style="display:none;">
<div class="rwDialogPopup radprompt">
<div class="rwDialogText"> {1} </div>
<div>
<script type="text/javascript">
function RadWindowprompt_detectenter(id, ev, input) {
if (!ev) ev = window.event;
if (ev.keyCode == 13) {
var but = input.parentNode.parentNode.getElementsByTagName("A")[0];
if (but) {
if (but.click) but.click();
else if (but.onclick) {
but.focus();
var click = but.onclick;
but.onclick = null;
if (click) click.call(but);
}
}
return false;
} else return true;
}
</script>
<input title="Eneter Value" onkeydown="if (!window.__cfRLUnblockHandlers) return false; return RadWindowprompt_detectenter('{0}', event, this);" type="text" class="rwDialogInput"
value="{2}">
</div>
<div>
<a onclick="if (!window.__cfRLUnblockHandlers) return false; $find('{0}').close(this.parentNode.parentNode.getElementsByTagName('input')[0].value);" class="rwPopupButton" href="javascript:void(0);"><span class="rwOuterSpan"><span class="rwInnerSpan">##LOC[OK]##</span></span></a>
<a onclick="if (!window.__cfRLUnblockHandlers) return false; $find('{0}').close(null);" class="rwPopupButton" href="javascript:void(0);"><span class="rwOuterSpan"><span class="rwInnerSpan">##LOC[Cancel]##</span></span></a>
</div>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl1_ctlWallFileGalleryA7LhJn9W7kiQa6JnAKcwEg_wndManager_confirmtemplate"
style="display:none;">
<div class="rwDialogPopup radconfirm">
<div class="rwDialogText"> {1} </div>
<div>
<a onclick="if (!window.__cfRLUnblockHandlers) return false; $find('{0}').close(true);" class="rwPopupButton" href="javascript:void(0);"><span class="rwOuterSpan"><span class="rwInnerSpan">##LOC[OK]##</span></span></a>
<a onclick="if (!window.__cfRLUnblockHandlers) return false; $find('{0}').close(false);" class="rwPopupButton" href="javascript:void(0);"><span class="rwOuterSpan"><span class="rwInnerSpan">##LOC[Cancel]##</span></span></a>
</div>
</div>
</div><input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl1_ctlWallFileGalleryA7LhJn9W7kiQa6JnAKcwEg_wndManager_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl1_ctlWallFileGalleryA7LhJn9W7kiQa6JnAKcwEg_wndManager_ClientState"
type="hidden">
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl1_ctlWallFileGalleryA7LhJn9W7kiQa6JnAKcwEg_pnlContainer" class="file-gallery">
<h3>
</h3>
</div>
</div>
</div>
<div class="date-option separatedList post-actions">
<span class="cm-spc--right--xsml"></span>
</div>
</div>
</div>
<div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl1_ctlWallCmntA7LhJn9W7kiQa6JnAKcwEg_pnlContainer">
</div>
</div>
</div>
<div class="jq_snNote">
<div class="cm-group cm-well cm-well--tny cm-bg--tertiary cm-spc--bottom--sml">
<div class="cm-review__avatar">
<a href="/AdrianHolloway/"><img id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl2_ctlWallGtrDr_NskslWEy45qJbAKXdJQ" title="Adrian Holloway" src="../ModuleGallery/PersonalProfileModule/CompleteMarkets?git=UserAvatar&entityid=1679ab34-3236-4eb7-a78f-7d19e4c3b383&CacheDuration=0&18446744072126239876" alt="Adrian Holloway" style="border-width:0px;"></a>
</div>
<div class="cm-review__content">
<div class="cm-group cm-spc--bottom--xsml">
<div class="cm-review__content__author"><small><a href="/AdrianHolloway/">Adrian Holloway</a></small></div>
<div class="cm-review__content__date"><small><span title="10/18/2013 9:03:30 AM">7 year(s) 10 month(s) ago</span></small></div>
</div>
<div class="author-content"> Check out the new SECURE shop (<a href="https://completemarkets.com/shop">https://completemarkets.com/shop</a>) - with great products for Insurance Pro's </div>
<div class="date-option">
</div>
<div class="separatedListNoSeparator">
<div class="cm-grid cm-grid__row">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl2_ctlWallFileGalleryDr_NskslWEy45qJbAKXdJQ_wndManager" style="display:none;">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl2_ctlWallFileGalleryDr_NskslWEy45qJbAKXdJQ_wndManager_alerttemplate"
style="display:none;">
<div class="rwDialogPopup radalert">
<div class="rwDialogText"> {1} </div>
<div>
<a onclick="if (!window.__cfRLUnblockHandlers) return false; $find('{0}').close(true);" class="rwPopupButton" href="javascript:void(0);">
<span class="rwOuterSpan">
<span class="rwInnerSpan">##LOC[OK]##</span>
</span>
</a>
</div>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl2_ctlWallFileGalleryDr_NskslWEy45qJbAKXdJQ_wndManager_prompttemplate"
style="display:none;">
<div class="rwDialogPopup radprompt">
<div class="rwDialogText"> {1} </div>
<div>
<script type="text/javascript">
function RadWindowprompt_detectenter(id, ev, input) {
if (!ev) ev = window.event;
if (ev.keyCode == 13) {
var but = input.parentNode.parentNode.getElementsByTagName("A")[0];
if (but) {
if (but.click) but.click();
else if (but.onclick) {
but.focus();
var click = but.onclick;
but.onclick = null;
if (click) click.call(but);
}
}
return false;
} else return true;
}
</script>
<input title="Eneter Value" onkeydown="if (!window.__cfRLUnblockHandlers) return false; return RadWindowprompt_detectenter('{0}', event, this);" type="text" class="rwDialogInput"
value="{2}">
</div>
<div>
<a onclick="if (!window.__cfRLUnblockHandlers) return false; $find('{0}').close(this.parentNode.parentNode.getElementsByTagName('input')[0].value);" class="rwPopupButton" href="javascript:void(0);"><span class="rwOuterSpan"><span class="rwInnerSpan">##LOC[OK]##</span></span></a>
<a onclick="if (!window.__cfRLUnblockHandlers) return false; $find('{0}').close(null);" class="rwPopupButton" href="javascript:void(0);"><span class="rwOuterSpan"><span class="rwInnerSpan">##LOC[Cancel]##</span></span></a>
</div>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl2_ctlWallFileGalleryDr_NskslWEy45qJbAKXdJQ_wndManager_confirmtemplate"
style="display:none;">
<div class="rwDialogPopup radconfirm">
<div class="rwDialogText"> {1} </div>
<div>
<a onclick="if (!window.__cfRLUnblockHandlers) return false; $find('{0}').close(true);" class="rwPopupButton" href="javascript:void(0);"><span class="rwOuterSpan"><span class="rwInnerSpan">##LOC[OK]##</span></span></a>
<a onclick="if (!window.__cfRLUnblockHandlers) return false; $find('{0}').close(false);" class="rwPopupButton" href="javascript:void(0);"><span class="rwOuterSpan"><span class="rwInnerSpan">##LOC[Cancel]##</span></span></a>
</div>
</div>
</div><input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl2_ctlWallFileGalleryDr_NskslWEy45qJbAKXdJQ_wndManager_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl2_ctlWallFileGalleryDr_NskslWEy45qJbAKXdJQ_wndManager_ClientState"
type="hidden">
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl2_ctlWallFileGalleryDr_NskslWEy45qJbAKXdJQ_pnlContainer" class="file-gallery">
<h3>
</h3>
</div>
</div>
</div>
<div class="date-option separatedList post-actions">
<span class="cm-spc--right--xsml"></span>
</div>
</div>
</div>
<div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl2_ctlWallCmntDr_NskslWEy45qJbAKXdJQ_pnlContainer">
</div>
</div>
</div>
<div class="jq_snNote">
<div class="cm-group cm-well cm-well--tny cm-bg--tertiary cm-spc--bottom--sml">
<div class="cm-review__avatar">
<a href="/AdrianHolloway/"><img id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl3_ctlWallGtrSKNHpcnqgECMwqJbAKXEdw" title="Adrian Holloway" src="../ModuleGallery/PersonalProfileModule/CompleteMarkets?git=UserAvatar&entityid=1679ab34-3236-4eb7-a78f-7d19e4c3b383&CacheDuration=0&18446744072126239876" alt="Adrian Holloway" style="border-width:0px;"></a>
</div>
<div class="cm-review__content">
<div class="cm-group cm-spc--bottom--xsml">
<div class="cm-review__content__author"><small><a href="/AdrianHolloway/">Adrian Holloway</a></small></div>
<div class="cm-review__content__date"><small><span title="10/18/2013 9:03:11 AM">7 year(s) 10 month(s) ago</span></small></div>
</div>
<div class="author-content"> Check out the new SECURE shop (<a href="https://completemarkets.com/shop">https://completemarkets.com/shop</a> - with great products for Insurance Pro's </div>
<div class="date-option">
</div>
<div class="separatedListNoSeparator">
<div class="cm-grid cm-grid__row">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl3_ctlWallFileGallerySKNHpcnqgECMwqJbAKXEdw_wndManager" style="display:none;">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl3_ctlWallFileGallerySKNHpcnqgECMwqJbAKXEdw_wndManager_alerttemplate"
style="display:none;">
<div class="rwDialogPopup radalert">
<div class="rwDialogText"> {1} </div>
<div>
<a onclick="if (!window.__cfRLUnblockHandlers) return false; $find('{0}').close(true);" class="rwPopupButton" href="javascript:void(0);">
<span class="rwOuterSpan">
<span class="rwInnerSpan">##LOC[OK]##</span>
</span>
</a>
</div>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl3_ctlWallFileGallerySKNHpcnqgECMwqJbAKXEdw_wndManager_prompttemplate"
style="display:none;">
<div class="rwDialogPopup radprompt">
<div class="rwDialogText"> {1} </div>
<div>
<script type="text/javascript">
function RadWindowprompt_detectenter(id, ev, input) {
if (!ev) ev = window.event;
if (ev.keyCode == 13) {
var but = input.parentNode.parentNode.getElementsByTagName("A")[0];
if (but) {
if (but.click) but.click();
else if (but.onclick) {
but.focus();
var click = but.onclick;
but.onclick = null;
if (click) click.call(but);
}
}
return false;
} else return true;
}
</script>
<input title="Eneter Value" onkeydown="if (!window.__cfRLUnblockHandlers) return false; return RadWindowprompt_detectenter('{0}', event, this);" type="text" class="rwDialogInput"
value="{2}">
</div>
<div>
<a onclick="if (!window.__cfRLUnblockHandlers) return false; $find('{0}').close(this.parentNode.parentNode.getElementsByTagName('input')[0].value);" class="rwPopupButton" href="javascript:void(0);"><span class="rwOuterSpan"><span class="rwInnerSpan">##LOC[OK]##</span></span></a>
<a onclick="if (!window.__cfRLUnblockHandlers) return false; $find('{0}').close(null);" class="rwPopupButton" href="javascript:void(0);"><span class="rwOuterSpan"><span class="rwInnerSpan">##LOC[Cancel]##</span></span></a>
</div>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl3_ctlWallFileGallerySKNHpcnqgECMwqJbAKXEdw_wndManager_confirmtemplate"
style="display:none;">
<div class="rwDialogPopup radconfirm">
<div class="rwDialogText"> {1} </div>
<div>
<a onclick="if (!window.__cfRLUnblockHandlers) return false; $find('{0}').close(true);" class="rwPopupButton" href="javascript:void(0);"><span class="rwOuterSpan"><span class="rwInnerSpan">##LOC[OK]##</span></span></a>
<a onclick="if (!window.__cfRLUnblockHandlers) return false; $find('{0}').close(false);" class="rwPopupButton" href="javascript:void(0);"><span class="rwOuterSpan"><span class="rwInnerSpan">##LOC[Cancel]##</span></span></a>
</div>
</div>
</div><input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl3_ctlWallFileGallerySKNHpcnqgECMwqJbAKXEdw_wndManager_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl3_ctlWallFileGallerySKNHpcnqgECMwqJbAKXEdw_wndManager_ClientState"
type="hidden">
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl3_ctlWallFileGallerySKNHpcnqgECMwqJbAKXEdw_pnlContainer" class="file-gallery">
<h3>
</h3>
</div>
</div>
</div>
<div class="date-option separatedList post-actions">
<span class="cm-spc--right--xsml"></span>
</div>
</div>
</div>
<div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl3_ctlWallCmntSKNHpcnqgECMwqJbAKXEdw_pnlContainer">
</div>
</div>
</div>
<div class="jq_snNote">
<div class="cm-group cm-well cm-well--tny cm-bg--tertiary cm-spc--bottom--sml">
<div class="cm-review__avatar">
<a href="/AdrianHolloway/"><img id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl4_ctlWallGtr8CTHNluN2EC7JKIbAKzL3A" title="Adrian Holloway" src="../ModuleGallery/PersonalProfileModule/CompleteMarkets?git=UserAvatar&entityid=1679ab34-3236-4eb7-a78f-7d19e4c3b383&CacheDuration=0&18446744072126239876" alt="Adrian Holloway" style="border-width:0px;"></a>
</div>
<div class="cm-review__content">
<div class="cm-group cm-spc--bottom--xsml">
<div class="cm-review__content__author"><small><a href="/AdrianHolloway/">Adrian Holloway</a></small></div>
<div class="cm-review__content__date"><small><span title="8/15/2013 9:26:13 AM">8 year(s) ago</span></small></div>
</div>
<div class="author-content"> New CM members are emailing me about how great the articles are. On behalf of the entire team here - you are welcome. I hope all the new stuff we are adding makes you tons
of money and saves you tons of time. :-) </div>
<div class="date-option">
</div>
<div class="separatedListNoSeparator">
<div class="cm-grid cm-grid__row">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl4_ctlWallFileGallery8CTHNluN2EC7JKIbAKzL3A_wndManager" style="display:none;">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl4_ctlWallFileGallery8CTHNluN2EC7JKIbAKzL3A_wndManager_alerttemplate"
style="display:none;">
<div class="rwDialogPopup radalert">
<div class="rwDialogText"> {1} </div>
<div>
<a onclick="if (!window.__cfRLUnblockHandlers) return false; $find('{0}').close(true);" class="rwPopupButton" href="javascript:void(0);">
<span class="rwOuterSpan">
<span class="rwInnerSpan">##LOC[OK]##</span>
</span>
</a>
</div>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl4_ctlWallFileGallery8CTHNluN2EC7JKIbAKzL3A_wndManager_prompttemplate"
style="display:none;">
<div class="rwDialogPopup radprompt">
<div class="rwDialogText"> {1} </div>
<div>
<script type="text/javascript">
function RadWindowprompt_detectenter(id, ev, input) {
if (!ev) ev = window.event;
if (ev.keyCode == 13) {
var but = input.parentNode.parentNode.getElementsByTagName("A")[0];
if (but) {
if (but.click) but.click();
else if (but.onclick) {
but.focus();
var click = but.onclick;
but.onclick = null;
if (click) click.call(but);
}
}
return false;
} else return true;
}
</script>
<input title="Eneter Value" onkeydown="if (!window.__cfRLUnblockHandlers) return false; return RadWindowprompt_detectenter('{0}', event, this);" type="text" class="rwDialogInput"
value="{2}">
</div>
<div>
<a onclick="if (!window.__cfRLUnblockHandlers) return false; $find('{0}').close(this.parentNode.parentNode.getElementsByTagName('input')[0].value);" class="rwPopupButton" href="javascript:void(0);"><span class="rwOuterSpan"><span class="rwInnerSpan">##LOC[OK]##</span></span></a>
<a onclick="if (!window.__cfRLUnblockHandlers) return false; $find('{0}').close(null);" class="rwPopupButton" href="javascript:void(0);"><span class="rwOuterSpan"><span class="rwInnerSpan">##LOC[Cancel]##</span></span></a>
</div>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl4_ctlWallFileGallery8CTHNluN2EC7JKIbAKzL3A_wndManager_confirmtemplate"
style="display:none;">
<div class="rwDialogPopup radconfirm">
<div class="rwDialogText"> {1} </div>
<div>
<a onclick="if (!window.__cfRLUnblockHandlers) return false; $find('{0}').close(true);" class="rwPopupButton" href="javascript:void(0);"><span class="rwOuterSpan"><span class="rwInnerSpan">##LOC[OK]##</span></span></a>
<a onclick="if (!window.__cfRLUnblockHandlers) return false; $find('{0}').close(false);" class="rwPopupButton" href="javascript:void(0);"><span class="rwOuterSpan"><span class="rwInnerSpan">##LOC[Cancel]##</span></span></a>
</div>
</div>
</div><input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl4_ctlWallFileGallery8CTHNluN2EC7JKIbAKzL3A_wndManager_ClientState"
name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl4_ctlWallFileGallery8CTHNluN2EC7JKIbAKzL3A_wndManager_ClientState"
type="hidden">
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl4_ctlWallFileGallery8CTHNluN2EC7JKIbAKzL3A_pnlContainer" class="file-gallery">
<h3>
</h3>
</div>
</div>
</div>
<div class="date-option separatedList post-actions">
<span class="cm-spc--right--xsml"></span>
</div>
</div>
</div>
<div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl4_ctlWallCmnt8CTHNluN2EC7JKIbAKzL3A_pnlContainer">
</div>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_pager">
<ul class="cm-pager__list cm-spc--top--med">
<li class="cm-pager__item">
</li>
<li class="cm-pager__item">
</li>
<li class="cm-pager__item">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_pager_pagerTemplate_Repeater1_ctl00_Span1" class="selected cm-pager__link">1</span>
</li>
<li class="cm-pager__item">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_pager_pagerTemplate_Repeater1_ctl01_Hyperlink1" class="cm-pager__link" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$snWallNotes$pager$pagerTemplate$Repeater1$ctl01$Hyperlink1", "", true, "", "", false, true))">2</a>
</li>
<li class="cm-pager__item">
</li>
<li class="cm-pager__item">
</li>
</ul>
</div>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_upProgress" class="loadingAjax" style="display:none;" role="status" aria-hidden="true">
<div class="ajaxOverlay">
</div>
<div class="ajaxLoader"> Please wait...<br>
<br>
<img src="../App_Themes/Common/img/ajaxLoader.gif" id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_Img1" alt="Please wait...">
</div>
</div>
</div>
</div>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_upProgress" style="display:none;" role="status" aria-hidden="true">
<div class="ajaxOverlay" style="z-index: 4001;"></div>
<div class="ajaxLoader" style="z-index: 4002;"> Please wait...<br>
<br>
<img src="../App_Themes/Common/img/ajaxLoader.gif" id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_Img1" alt="Please wait...">
</div>
</div>
</div><input id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_multipage_ClientState" name="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_multipage_ClientState" type="hidden"
autocomplete="off">
</div>
</div>
</div>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_upProgress" style="display:none;" role="status" aria-hidden="true">
<div class="ajaxOverlay"></div>
<div class="ajaxLoader">Please wait...<br><br><img src="../App_Themes/Common/img/ajaxLoader.gif" id="ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_Img1" alt="Please wait..."></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer role="contentinfo" class="cm-footer">
<div class="cm-row">
<div class="cm-spc--bottom--sml">
<div class="cm-color--negative">
<small> - <a id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_loginStatus_btnLink" class="cm-link--to-negative" href="/login.aspx?ReturnUrl=%2fAdrianHolloway%2f">Click here to log in</a>
</small>
</div>
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_loginView_lnkRegister" class="cm-link--to-negative" href="../Membership/Register.aspx">No account? Register here!</a>
</div>
<div class="cm-group">
<div class="cm-footer__column">
<h2 class="cm-footer__title">Insurance Pros</h2>
<ul class="cm-footer__list">
<li class="cm-footer__list__item">
<a href="https://completemarkets.com/contentpage/members" id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_A1" class="cm-footer__list__link">Membership</a>
</li>
<li class="cm-footer__list__item">
<a href="https://completemarkets.com/contentpage/PopularSearches/" id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_A2" class="cm-footer__list__link">Popular Searches</a>
</li>
</ul>
</div>
<div class="cm-footer__column">
<h2 class="cm-footer__title">Insurance Buyers</h2>
<ul class="cm-footer__list">
<li class="cm-footer__list__item"><a href="https://completemarkets.com/Pages/Consumer.aspx" id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_B1" class="cm-footer__list__link">Get A Quote</a>
</li>
<li class="cm-footer__list__item"><a href="https://completemarkets.com/Pages/InsuranceAgents.aspx" id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_B2" class="cm-footer__list__link">Find An Agent</a>
</li>
</ul>
</div>
<div class="cm-footer__column">
<h2 class="cm-footer__title">Advertisers</h2>
<ul class="cm-footer__list">
<li class="cm-footer__list__item"><a href="https://completemarkets.com/contentpage/advertisersolutions/" id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_C1" class="cm-footer__list__link">Review Advertising Solutions </a></li>
<li class="cm-footer__list__item"><a href="https://completemarkets.com/upload/Documents/CompleteMarketsMediaKit.pdf" id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_C2" class="cm-footer__list__link">Download Our Media Kit</a>
</li>
</ul>
</div>
</div>
<div class="cm-center cm-type--negative">
<small> Copyright©. All Rights Reserved. <a id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_HyperLink1" class="cm-link--to-negative" href="../default.aspx">INSOMIS Corp.</a>
</small>
<div>
<a id="authorizenet" href="https://verify.authorize.net/anetseal/?pid=0a42e9b5-b145-44ff-a80a-4ffe8625c2a6&rurl=https://completemarkets.com" target="_blank">
<img src="/images/secure90x72.gif.png" class="cm-footer__image" alt="Authorize.net">
</a>
</div>
</div>
</div>
</footer>
<div class="cm-feedback">
<a class="cm-btn cm-btn--secondary cm-btn--sml cm-btn--block jq-feedbackbtn" onclick="if (!window.__cfRLUnblockHandlers) return false; showFeedbackOptions(); return false;">
<i class="material-icons md-18 md-light"></i>Need Some Help?
</a>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_pnlFeedbackOptionsRoot" data-shown="false" style="display: none;">
<div class="cm-feedback__body">
<div class="cm-feedback__button__wrapper">
<input type="submit" name="ctl00$ctl00$ctl01$ctl00$cp$cp$cp$ctlFooter$btnOpenQuotePage" value="Get a Quote"
onclick="if (!window.__cfRLUnblockHandlers) return false; javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$cp$ctlFooter$btnOpenQuotePage", "", true, "", "", false, false))"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_btnOpenQuotePage" class="cm-feedback__button cm-btn cm-btn--primary cm-btn--sml cm-radial">
</div>
<div class="cm-feedback__button__wrapper">
<input type="submit" name="ctl00$ctl00$ctl01$ctl00$cp$cp$cp$ctlFooter$btnOpenSearchPage" value="Find a Market"
onclick="if (!window.__cfRLUnblockHandlers) return false; javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$cp$ctlFooter$btnOpenSearchPage", "", true, "", "", false, false))"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_btnOpenSearchPage" class="cm-feedback__button cm-btn cm-btn--primary cm-btn--sml cm-radial">
</div>
<div class="cm-feedback__button__wrapper">
<input type="submit" name="ctl00$ctl00$ctl01$ctl00$cp$cp$cp$ctlFooter$btnOpenLiveChat" value="Live Chat"
onclick="if (!window.__cfRLUnblockHandlers) return false; OpenLiveSupport(); return false;WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$cp$ctlFooter$btnOpenLiveChat", "", true, "", "", false, false))"
id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_btnOpenLiveChat" class="cm-feedback__button cm-btn cm-btn--primary cm-btn--sml cm-radial">
</div>
</div>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup_remodalDiv" class=".remodal" data-remodal-options="hashTracking: false, closeOnCancel: true" data-remodal-id="modal_ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup"
style="display:none;">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup_plhclose" class="cm-topright cm-offright--tny" style="display:;">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup_lnkXCloseButton" class="jq-close" data-remodal-action="close" href="javascript:void(0);">
<div class="exit-popup-button float-right mr10 mb10">
x</div></a>
</div>
<div class="iframe-scroll iframe-ajax-loader">
<iframe id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup_popupFrame" width="100%" style="min-height:500px;" class="jq-popup-window" src="about:blank"></iframe>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup_plhNoThanks" style="display:none;">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup_lnkCloseButton" class="no-thanks jq-close" data-remodal-action="close" href="javascript:void(0);">No Thanks</a>
</div>
<div style="display: none;">
<input type="submit" name="ctl00$ctl00$ctl01$ctl00$cp$cp$cp$ctlFooter$popup$btnRefresh" value="" id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup_btnRefresh" class="jq_refresh_parent_window_from_popup">
<input type="submit" name="ctl00$ctl00$ctl01$ctl00$cp$cp$cp$ctlFooter$popup$btnShowNewPopup" value="" id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup_btnShowNewPopup" class="jq_newpopup_parent_window_from_popup">
<input type="submit" name="ctl00$ctl00$ctl01$ctl00$cp$cp$cp$ctlFooter$popup$btnClose" value="" id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup_btnClose" class="jq_close_popup_event" data-remodal-action="close">
</div>
</div>
<div class="jq-progress-bar">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup_upProgressPopup" style="display:none;" role="status" aria-hidden="true">
<div class="ajaxOverlay" style="z-index:100000;">
</div>
<div class="ajaxLoader" style="z-index:100002;"> Please wait...<br>
<br>
<img src="../App_Themes/Common/img/ajaxLoader.gif" id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup_Img1" alt="Please wait...">
</div>
</div>
</div>
<input type="hidden" name="ctl00$ctl00$ctl01$ctl00$cp$cp$cp$ctlFooter$hfSupportStatus" id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_hfSupportStatus">
<div class="popup-fake-overlay hide"></div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_wndTooltip" class="request-tooltip cm-w--min--300 cm-w--max--800 popup-top" style="display:none;position:absolute;">
<div class="request-popup-wrapper">
<div class="cm-grid cm-grid__row--alt">
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_pnlConsumer" class="cm-grid__col cm-grid__col--alt col-12-sm col-6-md col-6-lg">
<div class="cm-pad--sml">
<div class="cm-spc--bottom--xsml">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_lblConsumerTop"></span>
</div>
<div class="cm-type--center">
<div class="cm-spc--bottom--xsml">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_btnConsumer" class="cm-btn cm-btn--primary cm-btn--sml cm-radial" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$cp$ctlFooter$btnConsumer", "", true, "", "", false, true))">Let’s get started!</a>
</div>
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_lblConsumerBot"></span>
</div>
</div>
</div>
<div id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_pnlInsuranceAgent" class="cm-grid__col cm-grid__col--alt col-12-sm col-6-md col-6-lg">
<div class="cm-pad--sml">
<div class="cm-spc--bottom--xsml">
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_lblInsuranceAgentTop"></span>
</div>
<div class="cm-type--center">
<div class="cm-spc--bottom--xsml">
<a id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_btnInsuranceAgent" class="cm-btn cm-btn--primary cm-btn--sml cm-radial" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$ctl01$ctl00$cp$cp$cp$ctlFooter$btnInsuranceAgent", "", true, "", "", false, true))">Let’s get started!</a>
</div>
<span id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_lblInsuranceAgentBottom"></span>
</div>
</div>
</div>
</div>
</div>
<input id="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_wndTooltip_ClientState" name="ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_wndTooltip_ClientState" type="hidden" autocomplete="off">
</div>
<script type="text/javascript">
$(document).ready(function() {
setInitialVisibility();
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
setInitialVisibility();
});
}
});
function setInitialVisibility() {
$('#' + 'ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_pnlFeedbackOptionsRoot').hide();
}
function showFeedbackOptions() {
var elem = $('#' + 'ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_pnlFeedbackOptionsRoot');
var shown = $(elem).attr('data-shown');
// Update the attribute for next click event
if (shown === 'true') {
$(elem).hide();
$(elem).attr('data-shown', 'false');
} else {
$(elem).show();
$(elem).attr('data-shown', 'true');
}
}
//IE fixes
function hideOverlay() {
$('.popup-fake-overlay').hide();
}
</script>
</div>
<script type="text/javascript">
//<![CDATA[
var Page_Validators = new Array(document.getElementById("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName"), document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName"), document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail"), document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail"), document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlRating_cvRating"), document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_cvTextBoxReview"), document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_cvTextEditorMaxTextLength"), document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvFirstName"), document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvLastName"), document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvEmail"), document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_vldRegexEmail"), document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_cvTextBoxReview"), document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_cvTextEditorMaxTextLength"), document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_cvTextBoxReview"), document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_cvTextEditorMaxTextLength"), document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName"), document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName"), document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail"), document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail"), document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlRating_cvRating"), document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_cvTextBoxReview"), document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_cvTextEditorMaxTextLength"), document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvFirstName"), document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvLastName"), document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvEmail"), document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_vldRegexEmail"), document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName"), document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName"), document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail"), document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail"), document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlRating_cvRating"), document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_cvTextBoxReview"), document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_cvTextEditorMaxTextLength"), document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lvItems_ctrl0_ctlReviewCmnt9l9Oz4uWykmCUqSBASWYSQ_LightBox1_reqInput"));
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName = document.all ? document.all[
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName"] : document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName");
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName.controltovalidate =
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_txtFirstName";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName.focusOnError = "t";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName.errormessage = "First name is required";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName.display = "Dynamic";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName.validationGroup =
"vgLoggedOut_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName.initialvalue = "";
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName = document.all ? document.all[
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName"] : document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName");
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName.controltovalidate =
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_txtLastName";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName.focusOnError = "t";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName.errormessage = "Last name is required";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName.display = "Dynamic";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName.validationGroup =
"vgLoggedOut_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName.initialvalue = "";
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail = document.all ? document.all[
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail"] : document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail");
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail.controltovalidate =
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_txtEmail";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail.focusOnError = "t";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail.errormessage = "Email is required";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail.display = "Dynamic";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail.validationGroup =
"vgLoggedOut_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail.initialvalue = "";
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail = document.all ? document.all[
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail"] : document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail");
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail.controltovalidate =
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_txtEmail";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail.focusOnError = "t";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail.errormessage = "Please enter a valid email address";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail.display = "Dynamic";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail.validationGroup =
"vgLoggedOut_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail.evaluationfunction = "RegularExpressionValidatorEvaluateIsValid";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail.validationexpression =
"[A-Za-z0-9!#$%&\'*+/=?^_`{|}~-]+(?:\\.[A-Za-z0-9!#$%&\'*+/=?^_`{|}~-]+)*@(?:[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\\.)+[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?";
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlRating_cvRating = document.all ? document.all[
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlRating_cvRating"] : document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlRating_cvRating");
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlRating_cvRating.controltovalidate =
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlRating_ratingBinary";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlRating_cvRating.focusOnError = "t";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlRating_cvRating.errormessage = "Rating field is required.";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlRating_cvRating.display = "Dynamic";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlRating_cvRating.validationGroup =
"vgReview_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlRating_cvRating.evaluationfunction = "CustomValidatorEvaluateIsValid";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlRating_cvRating.clientvalidationfunction =
"isRated_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlRating";
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_cvTextBoxReview = document.all ? document.all[
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_cvTextBoxReview"] : document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_cvTextBoxReview");
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_cvTextBoxReview.controltovalidate =
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_txtReview";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_cvTextBoxReview.focusOnError = "t";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_cvTextBoxReview.errormessage = "Please enter text with minimum of 25 characters long.";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_cvTextBoxReview.display = "Dynamic";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_cvTextBoxReview.validationGroup =
"vgReview_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_cvTextBoxReview.evaluationfunction = "CustomValidatorEvaluateIsValid";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_cvTextBoxReview.clientvalidationfunction =
"isReviewEmptyValid_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_cvTextBoxReview.validateemptytext = "true";
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_cvTextEditorMaxTextLength = document.all ? document.all[
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_cvTextEditorMaxTextLength"] : document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_cvTextEditorMaxTextLength");
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_cvTextEditorMaxTextLength.controltovalidate =
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_txtReview";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_cvTextEditorMaxTextLength.focusOnError = "t";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_cvTextEditorMaxTextLength.display = "Dynamic";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_cvTextEditorMaxTextLength.validationGroup =
"vgReview_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_cvTextEditorMaxTextLength.evaluationfunction = "CustomValidatorEvaluateIsValid";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_cvTextEditorMaxTextLength.clientvalidationfunction =
"isReviewMaxCharValid_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip";
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvFirstName = document.all ? document.all[
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvFirstName"] : document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvFirstName");
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvFirstName.controltovalidate =
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_txtFirstName";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvFirstName.focusOnError = "t";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvFirstName.errormessage = "First name is required";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvFirstName.display = "Dynamic";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvFirstName.validationGroup = "FollowUserLoggedOut";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvFirstName.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvFirstName.initialvalue = "";
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvLastName = document.all ? document.all[
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvLastName"] : document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvLastName");
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvLastName.controltovalidate =
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_txtLastName";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvLastName.focusOnError = "t";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvLastName.errormessage = "Last name is required";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvLastName.display = "Dynamic";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvLastName.validationGroup = "FollowUserLoggedOut";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvLastName.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvLastName.initialvalue = "";
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvEmail = document.all ? document.all[
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvEmail"] : document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvEmail");
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvEmail.controltovalidate =
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_txtEmail";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvEmail.focusOnError = "t";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvEmail.errormessage = "Email is required";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvEmail.display = "Dynamic";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvEmail.validationGroup = "FollowUserLoggedOut";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvEmail.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvEmail.initialvalue = "";
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_vldRegexEmail = document.all ? document.all[
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_vldRegexEmail"] : document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_vldRegexEmail");
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_vldRegexEmail.controltovalidate =
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_txtEmail";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_vldRegexEmail.focusOnError = "t";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_vldRegexEmail.errormessage = "Please enter a valid email address";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_vldRegexEmail.display = "Dynamic";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_vldRegexEmail.validationGroup = "FollowUserLoggedOut";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_vldRegexEmail.evaluationfunction = "RegularExpressionValidatorEvaluateIsValid";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_vldRegexEmail.validationexpression =
"[A-Za-z0-9!#$%&\'*+/=?^_`{|}~-]+(?:\\.[A-Za-z0-9!#$%&\'*+/=?^_`{|}~-]+)*@(?:[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\\.)+[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?";
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_cvTextBoxReview = document.all ? document.all[
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_cvTextBoxReview"] : document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_cvTextBoxReview");
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_cvTextBoxReview.controltovalidate =
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_txtReview";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_cvTextBoxReview.focusOnError = "t";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_cvTextBoxReview.errormessage = "Please enter text with minimum of 25 characters long.";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_cvTextBoxReview.display = "Dynamic";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_cvTextBoxReview.validationGroup = "1506271270";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_cvTextBoxReview.evaluationfunction = "CustomValidatorEvaluateIsValid";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_cvTextBoxReview.clientvalidationfunction =
"isReviewEmptyValid_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_cvTextBoxReview.validateemptytext = "true";
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_cvTextEditorMaxTextLength = document.all ? document.all[
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_cvTextEditorMaxTextLength"] : document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_cvTextEditorMaxTextLength");
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_cvTextEditorMaxTextLength.controltovalidate =
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_txtReview";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_cvTextEditorMaxTextLength.focusOnError = "t";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_cvTextEditorMaxTextLength.errormessage = "Your review text is too long.";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_cvTextEditorMaxTextLength.display = "Dynamic";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_cvTextEditorMaxTextLength.validationGroup = "1506271270";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_cvTextEditorMaxTextLength.evaluationfunction = "CustomValidatorEvaluateIsValid";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_cvTextEditorMaxTextLength.clientvalidationfunction =
"isReviewMaxCharValid_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup";
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_cvTextBoxReview = document.all ? document.all[
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_cvTextBoxReview"] : document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_cvTextBoxReview");
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_cvTextBoxReview.controltovalidate =
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_txtReview";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_cvTextBoxReview.focusOnError = "t";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_cvTextBoxReview.errormessage = "Please enter text with minimum of 25 characters long.";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_cvTextBoxReview.display = "Dynamic";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_cvTextBoxReview.validationGroup = "921199019";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_cvTextBoxReview.evaluationfunction = "CustomValidatorEvaluateIsValid";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_cvTextBoxReview.clientvalidationfunction =
"isReviewEmptyValid_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_cvTextBoxReview.validateemptytext = "true";
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_cvTextEditorMaxTextLength = document.all ? document.all[
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_cvTextEditorMaxTextLength"] : document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_cvTextEditorMaxTextLength");
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_cvTextEditorMaxTextLength.controltovalidate =
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_txtReview";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_cvTextEditorMaxTextLength.focusOnError = "t";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_cvTextEditorMaxTextLength.errormessage = "Your review text is too long.";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_cvTextEditorMaxTextLength.display = "Dynamic";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_cvTextEditorMaxTextLength.validationGroup = "921199019";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_cvTextEditorMaxTextLength.evaluationfunction = "CustomValidatorEvaluateIsValid";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_cvTextEditorMaxTextLength.clientvalidationfunction =
"isReviewMaxCharValid_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup";
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName = document.all ? document.all[
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName"] : document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName");
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName.controltovalidate =
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_txtFirstName";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName.focusOnError = "t";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName.errormessage = "First name is required";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName.display = "Dynamic";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName.validationGroup =
"vgLoggedOut_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName.initialvalue = "";
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName = document.all ? document.all[
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName"] : document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName");
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName.controltovalidate =
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_txtLastName";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName.focusOnError = "t";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName.errormessage = "Last name is required";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName.display = "Dynamic";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName.validationGroup =
"vgLoggedOut_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName.initialvalue = "";
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail = document.all ? document.all[
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail"] : document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail");
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail.controltovalidate =
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_txtEmail";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail.focusOnError = "t";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail.errormessage = "Email is required";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail.display = "Dynamic";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail.validationGroup =
"vgLoggedOut_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail.initialvalue = "";
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail = document.all ? document.all[
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail"] : document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail");
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail.controltovalidate =
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_txtEmail";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail.focusOnError = "t";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail.errormessage = "Please enter a valid email address";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail.display = "Dynamic";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail.validationGroup =
"vgLoggedOut_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail.evaluationfunction = "RegularExpressionValidatorEvaluateIsValid";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail.validationexpression =
"[A-Za-z0-9!#$%&\'*+/=?^_`{|}~-]+(?:\\.[A-Za-z0-9!#$%&\'*+/=?^_`{|}~-]+)*@(?:[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\\.)+[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?";
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlRating_cvRating = document.all ? document.all[
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlRating_cvRating"] : document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlRating_cvRating");
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlRating_cvRating.controltovalidate =
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlRating_ratingBinary";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlRating_cvRating.focusOnError = "t";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlRating_cvRating.errormessage = "Rating field is required.";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlRating_cvRating.display = "Dynamic";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlRating_cvRating.validationGroup =
"vgReview_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlRating_cvRating.evaluationfunction = "CustomValidatorEvaluateIsValid";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlRating_cvRating.clientvalidationfunction =
"isRated_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlRating";
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_cvTextBoxReview = document.all ? document.all[
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_cvTextBoxReview"] : document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_cvTextBoxReview");
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_cvTextBoxReview.controltovalidate =
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_txtReview";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_cvTextBoxReview.focusOnError = "t";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_cvTextBoxReview.errormessage = "Please enter text with minimum of 25 characters long.";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_cvTextBoxReview.display = "Dynamic";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_cvTextBoxReview.validationGroup =
"vgReview_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_cvTextBoxReview.evaluationfunction = "CustomValidatorEvaluateIsValid";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_cvTextBoxReview.clientvalidationfunction =
"isReviewEmptyValid_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_cvTextBoxReview.validateemptytext = "true";
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_cvTextEditorMaxTextLength = document.all ? document.all[
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_cvTextEditorMaxTextLength"] : document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_cvTextEditorMaxTextLength");
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_cvTextEditorMaxTextLength.controltovalidate =
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_txtReview";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_cvTextEditorMaxTextLength.focusOnError = "t";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_cvTextEditorMaxTextLength.display = "Dynamic";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_cvTextEditorMaxTextLength.validationGroup =
"vgReview_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_cvTextEditorMaxTextLength.evaluationfunction = "CustomValidatorEvaluateIsValid";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_cvTextEditorMaxTextLength.clientvalidationfunction =
"isReviewMaxCharValid_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip";
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvFirstName = document.all ? document.all[
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvFirstName"] : document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvFirstName");
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvFirstName.controltovalidate =
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_txtFirstName";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvFirstName.focusOnError = "t";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvFirstName.errormessage = "First name is required";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvFirstName.display = "Dynamic";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvFirstName.validationGroup = "FollowUserLoggedOut";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvFirstName.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvFirstName.initialvalue = "";
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvLastName = document.all ? document.all[
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvLastName"] : document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvLastName");
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvLastName.controltovalidate =
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_txtLastName";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvLastName.focusOnError = "t";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvLastName.errormessage = "Last name is required";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvLastName.display = "Dynamic";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvLastName.validationGroup = "FollowUserLoggedOut";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvLastName.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvLastName.initialvalue = "";
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvEmail = document.all ? document.all[
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvEmail"] : document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvEmail");
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvEmail.controltovalidate =
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_txtEmail";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvEmail.focusOnError = "t";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvEmail.errormessage = "Email is required";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvEmail.display = "Dynamic";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvEmail.validationGroup = "FollowUserLoggedOut";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvEmail.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvEmail.initialvalue = "";
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_vldRegexEmail = document.all ? document.all[
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_vldRegexEmail"] : document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_vldRegexEmail");
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_vldRegexEmail.controltovalidate =
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_txtEmail";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_vldRegexEmail.focusOnError = "t";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_vldRegexEmail.errormessage = "Please enter a valid email address";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_vldRegexEmail.display = "Dynamic";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_vldRegexEmail.validationGroup = "FollowUserLoggedOut";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_vldRegexEmail.evaluationfunction = "RegularExpressionValidatorEvaluateIsValid";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_vldRegexEmail.validationexpression =
"[A-Za-z0-9!#$%&\'*+/=?^_`{|}~-]+(?:\\.[A-Za-z0-9!#$%&\'*+/=?^_`{|}~-]+)*@(?:[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\\.)+[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?";
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName = document.all ? document.all[
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName"] : document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName");
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName.controltovalidate =
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_txtFirstName";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName.focusOnError = "t";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName.errormessage = "First name is required";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName.display = "Dynamic";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName.validationGroup =
"vgLoggedOut_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName.initialvalue = "";
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName = document.all ? document.all[
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName"] : document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName");
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName.controltovalidate =
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_txtLastName";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName.focusOnError = "t";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName.errormessage = "Last name is required";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName.display = "Dynamic";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName.validationGroup =
"vgLoggedOut_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName.initialvalue = "";
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail = document.all ? document.all[
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail"] : document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail");
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail.controltovalidate =
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_txtEmail";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail.focusOnError = "t";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail.errormessage = "Email is required";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail.display = "Dynamic";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail.validationGroup =
"vgLoggedOut_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail.initialvalue = "";
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail = document.all ? document.all[
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail"] : document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail");
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail.controltovalidate =
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_txtEmail";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail.focusOnError = "t";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail.errormessage = "Please enter a valid email address";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail.display = "Dynamic";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail.validationGroup =
"vgLoggedOut_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail.evaluationfunction = "RegularExpressionValidatorEvaluateIsValid";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail.validationexpression =
"[A-Za-z0-9!#$%&\'*+/=?^_`{|}~-]+(?:\\.[A-Za-z0-9!#$%&\'*+/=?^_`{|}~-]+)*@(?:[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\\.)+[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?";
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlRating_cvRating = document.all ? document.all[
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlRating_cvRating"] : document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlRating_cvRating");
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlRating_cvRating.controltovalidate =
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlRating_ratingBinary";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlRating_cvRating.focusOnError = "t";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlRating_cvRating.errormessage = "Rating field is required.";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlRating_cvRating.display = "Dynamic";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlRating_cvRating.validationGroup =
"vgReview_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlRating_cvRating.evaluationfunction = "CustomValidatorEvaluateIsValid";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlRating_cvRating.clientvalidationfunction =
"isRated_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlRating";
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_cvTextBoxReview = document.all ? document.all[
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_cvTextBoxReview"] : document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_cvTextBoxReview");
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_cvTextBoxReview.controltovalidate =
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_txtReview";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_cvTextBoxReview.focusOnError = "t";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_cvTextBoxReview.errormessage = "Please enter text with minimum of 25 characters long.";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_cvTextBoxReview.display = "Dynamic";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_cvTextBoxReview.validationGroup =
"vgReview_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_cvTextBoxReview.evaluationfunction = "CustomValidatorEvaluateIsValid";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_cvTextBoxReview.clientvalidationfunction =
"isReviewEmptyValid_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_cvTextBoxReview.validateemptytext = "true";
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_cvTextEditorMaxTextLength = document.all ? document.all[
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_cvTextEditorMaxTextLength"] : document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_cvTextEditorMaxTextLength");
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_cvTextEditorMaxTextLength.controltovalidate =
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_txtReview";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_cvTextEditorMaxTextLength.focusOnError = "t";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_cvTextEditorMaxTextLength.display = "Dynamic";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_cvTextEditorMaxTextLength.validationGroup =
"vgReview_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_cvTextEditorMaxTextLength.evaluationfunction = "CustomValidatorEvaluateIsValid";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_cvTextEditorMaxTextLength.clientvalidationfunction =
"isReviewMaxCharValid_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip";
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lvItems_ctrl0_ctlReviewCmnt9l9Oz4uWykmCUqSBASWYSQ_LightBox1_reqInput = document.all ? document.all[
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lvItems_ctrl0_ctlReviewCmnt9l9Oz4uWykmCUqSBASWYSQ_LightBox1_reqInput"] : document.getElementById(
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lvItems_ctrl0_ctlReviewCmnt9l9Oz4uWykmCUqSBASWYSQ_LightBox1_reqInput");
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lvItems_ctrl0_ctlReviewCmnt9l9Oz4uWykmCUqSBASWYSQ_LightBox1_reqInput.controltovalidate =
"ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lvItems_ctrl0_ctlReviewCmnt9l9Oz4uWykmCUqSBASWYSQ_LightBox1_txtInput";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lvItems_ctrl0_ctlReviewCmnt9l9Oz4uWykmCUqSBASWYSQ_LightBox1_reqInput.focusOnError = "t";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lvItems_ctrl0_ctlReviewCmnt9l9Oz4uWykmCUqSBASWYSQ_LightBox1_reqInput.errormessage = "Please insert your comment.";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lvItems_ctrl0_ctlReviewCmnt9l9Oz4uWykmCUqSBASWYSQ_LightBox1_reqInput.display = "Dynamic";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lvItems_ctrl0_ctlReviewCmnt9l9Oz4uWykmCUqSBASWYSQ_LightBox1_reqInput.validationGroup = "171280713";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lvItems_ctrl0_ctlReviewCmnt9l9Oz4uWykmCUqSBASWYSQ_LightBox1_reqInput.evaluationfunction =
"RequiredFieldValidatorEvaluateIsValid";
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lvItems_ctrl0_ctlReviewCmnt9l9Oz4uWykmCUqSBASWYSQ_LightBox1_reqInput.initialvalue = "";
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
$(document).ready(function() {
$.ajax({
type: 'POST',
url: 'https://completemarkets.com/WebServices/DataServices/UserProfileService.asmx/TabVisibility?UserName=AdrianHolloway&up_ordinals=0,1,2,3,4,5,6,7,8,9',
contentType: 'application/json; charset=utf-8',
success: function(r) {
var hide = [];
// Get all indices
$('.js-tabmark').each(function() {
$(this)[0].classList.forEach(function(val) {
if (val.startsWith('js-tabmark') && (val.length > 'js-tabmark'.length)) {
hide.push(parseInt(val.substring('js-tabmark'.length), 10));
}
});
});
// Show target tabs
r.d.TabVals.forEach(function(val) {
var targetIdx = hide.indexOf(val);
if (targetIdx != -1) hide.remove(targetIdx);
// Show tabs: container, inner anchor tag
$('.js-tabmark' + val).attr('style', '');
$('.js-tabmark' + val + '> a').attr('style', '');
});
// Remove inner HTML for all other targets
hide.forEach(function(val) {
$('.js-tabmark' + val).text('');
});
// Remove mobile dropdown html
r.d.MobileDropdownVals.forEach(function(val) {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ddlTabStrip > option[value="' + val + '"]').remove();
});
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ddlTabStrip').removeAttr('disabled');
}
});
});
function OpenLiveSupport() {
var encode = escape
if (typeof(encodeURIComponent) != 'undefined') encode = encodeURIComponent;
var win;
try {
win = window.open('https://completemarkets.com/support/CuteSoft_Client/CuteChat/SupportRedirect.aspx?Referrer=' + encode(document.referrer) + '&Url=' + encode(location.href) + '&_time=' + (new Date().getTime()), '',
'status=1,width=500,height=450,resizable=1');
} catch (x) {}
if (win == null) {
alert('Pop-up Blocker Detected.');
}
}
var numberOfMessages = 0;
function setMessageData(messageNumber) {
numberOfMessages = messageNumber;
}
$(document).ready(function() {
var number = $(".unread-messages")
if (number.length != 0) {
if (numberOfMessages > -1) {
number.text(numberOfMessages);
}
if (numberOfMessages == 0) {
number.hide();
} else {
number.show();
}
}
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
var number = $(".number")
if (number.length != 0) {
if (numberOfMessages > -1) {
number.text(numberOfMessages);
}
if (numberOfMessages == 0) {
number.hide();
} else {
number.show();
}
}
});
}
});
$(document).ready(function() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_chbConfidential').click(function() {
var checked = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_chbConfidential').is(':checked');
if (checked) {
alert('If you post this review confidentially, it will need to be reviewed by Customer Support prior to publishing. If this cannot be published we will contact you directly.')
}
});
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_chbConfidential').click(function() {
var checked = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_chbConfidential').is(':checked');
if (checked) {
alert('If you post this review confidentially, it will need to be reviewed by Customer Support prior to publishing. If this cannot be published we will contact you directly.')
}
});
});
}
});
$(document).ready(function() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_lnkShowTooltip').click(function() {
monox_OpenRadPopup($find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_wndTooltip'));
});
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_lnkShowTooltip').click(function() {
monox_OpenRadPopup($find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_wndTooltip'));
});
});
}
});
$(document).ready(function() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_lnkShowTooltip').click(function() {
monox_OpenRadPopup($find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_wndTooltip'));
});
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_lnkShowTooltip').click(function() {
monox_OpenRadPopup($find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_wndTooltip'));
});
});
}
});
$(document).ready(function() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_tooltipReputationInfo_lnkShowTooltip').click(function() {
monox_OpenRadPopup($find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_tooltipReputationInfo_wndTooltip'));
});
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_tooltipReputationInfo_lnkShowTooltip').click(function() {
monox_OpenRadPopup($find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_tooltipReputationInfo_wndTooltip'));
});
});
}
});
$(document).ready(function() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_chbConfidential').click(function() {
var checked = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_chbConfidential').is(':checked');
if (checked) {
alert('If you post this review confidentially, it will need to be reviewed by Customer Support prior to publishing. If this cannot be published we will contact you directly.')
}
});
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_chbConfidential').click(function() {
var checked = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_chbConfidential').is(':checked');
if (checked) {
alert('If you post this review confidentially, it will need to be reviewed by Customer Support prior to publishing. If this cannot be published we will contact you directly.')
}
});
});
}
});
$(document).ready(function() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_lnkShowTooltip').click(function() {
monox_OpenRadPopup($find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_wndTooltip'));
});
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_lnkShowTooltip').click(function() {
monox_OpenRadPopup($find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_wndTooltip'));
});
});
}
});
$(document).ready(function() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_lnkShowTooltip').click(function() {
monox_OpenRadPopup($find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_wndTooltip'));
});
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_lnkShowTooltip').click(function() {
monox_OpenRadPopup($find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_wndTooltip'));
});
});
}
});
$(document).ready(function() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_ddlInsuranceCertificationLicense').multipleSelect('setSelects', []);
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_ddlInsuranceCertificationLicense').multipleSelect('setSelects', []);
});
}
});
$(document).ready(function() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_ddlInsuranceProducts').multipleSelect('setSelects', []);
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_ddlInsuranceProducts').multipleSelect('setSelects', []);
});
}
});
$(document).ready(function() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_ddlCarrierBrand').multipleSelect('setSelects', []);
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserInsurancePreview_ddlCarrierBrand').multipleSelect('setSelects', []);
});
}
});
$(document).ready(function() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_chbConfidential').click(function() {
var checked = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_chbConfidential').is(':checked');
if (checked) {
alert('If you post this review confidentially, it will need to be reviewed by Customer Support prior to publishing. If this cannot be published we will contact you directly.')
}
});
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_chbConfidential').click(function() {
var checked = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_chbConfidential').is(':checked');
if (checked) {
alert('If you post this review confidentially, it will need to be reviewed by Customer Support prior to publishing. If this cannot be published we will contact you directly.')
}
});
});
}
});
$(document).ready(function() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_lnkShowTooltip').click(function() {
monox_OpenRadPopup($find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_wndTooltip'));
});
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_lnkShowTooltip').click(function() {
monox_OpenRadPopup($find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_wndTooltip'));
});
});
}
});
$(document).ready(function() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserContactPreview_ddlLanguagesSpoken').multipleSelect('setSelects', ['5e3cbbe4-8e58-48c8-9fa6-09830c0e40de',
'4b7fc4d1-a683-446d-a8b2-ba03474d3e1a']);
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_UserContactPreview_ddlLanguagesSpoken').multipleSelect('setSelects', ['5e3cbbe4-8e58-48c8-9fa6-09830c0e40de',
'4b7fc4d1-a683-446d-a8b2-ba03474d3e1a'
]);
});
}
});
$(document).ready(function() {
jQuery('.author-content').linkify('*');
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
jQuery('.author-content').linkify('*');
});
}
});
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_ctl01_ctlUpload_files = new Array();
function ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_ctl01_ctlUpload_onClientFileUploaded(args) {
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_ctl01_ctlUpload_files.push(args + '(SEPARATOR)');
}
function ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_ctl01_ctlUpload_onClientFilesUploadFinished() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_ctl01_ctlUpload_handlerResponse').val(
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_ctl01_ctlUpload_files);
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_ctl01_ctlUpload_files = new Array();
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_ctl01_ctlUpload_btnPostback').click();
}
$(document).ready(function() {
PrettyPhotoStartup();
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
PrettyPhotoStartup();
});
}
});
function PrettyPhotoStartup() {
$(".ppt").remove();
$(".pp_overlay").remove();
$(".pp_pic_holder").remove();
$("a[rel^='prettyPhoto']").prettyPhoto({
social_tools: ''
});
}
$(document).ready(function() {
PrettyPhotoStartup();
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
PrettyPhotoStartup();
});
}
});
function PrettyPhotoStartup() {
$(".ppt").remove();
$(".pp_overlay").remove();
$(".pp_pic_holder").remove();
$("a[rel^='prettyPhoto']").prettyPhoto({
social_tools: ''
});
}
$(document).ready(function() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_employmentProfile_lnkRecommend').click(function() {
monox_OpenRadPopup($find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_employmentProfile_wndRecommend'));
});
});
$(document).ready(function() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_employmentProfile_ctlUserInfluence_tltEstimatedPremium_lnkShowTooltip').click(function() {
monox_OpenRadPopup($find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_employmentProfile_ctlUserInfluence_tltEstimatedPremium_wndTooltip'));
});
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_employmentProfile_ctlUserInfluence_tltEstimatedPremium_lnkShowTooltip').click(function() {
monox_OpenRadPopup($find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_employmentProfile_ctlUserInfluence_tltEstimatedPremium_wndTooltip'));
});
});
}
});
$(document).ready(function() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_employmentProfile_ctlUserInfluence_tltEstimatedClientCount_lnkShowTooltip').click(function() {
monox_OpenRadPopup($find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_employmentProfile_ctlUserInfluence_tltEstimatedClientCount_wndTooltip'));
});
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_employmentProfile_ctlUserInfluence_tltEstimatedClientCount_lnkShowTooltip').click(function() {
monox_OpenRadPopup($find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_employmentProfile_ctlUserInfluence_tltEstimatedClientCount_wndTooltip'));
});
});
}
});
$(document).ready(function() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_employmentProfile_ctlUserInfluence_ctlClientBreakdownTooltip_lnkShowTooltip').click(function() {
monox_OpenRadPopup($find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_employmentProfile_ctlUserInfluence_ctlClientBreakdownTooltip_wndTooltip'));
});
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_employmentProfile_ctlUserInfluence_ctlClientBreakdownTooltip_lnkShowTooltip').click(function() {
monox_OpenRadPopup($find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_employmentProfile_ctlUserInfluence_ctlClientBreakdownTooltip_wndTooltip'));
});
});
}
});
$(document).ready(function() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_employmentProfile_ctlUserInfluence_tltIndustryConference_lnkShowTooltip').click(function() {
monox_OpenRadPopup($find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_employmentProfile_ctlUserInfluence_tltIndustryConference_wndTooltip'));
});
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_employmentProfile_ctlUserInfluence_tltIndustryConference_lnkShowTooltip').click(function() {
monox_OpenRadPopup($find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_employmentProfile_ctlUserInfluence_tltIndustryConference_wndTooltip'));
});
});
}
});
$(document).ready(function() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_employmentProfile_ctlUserInfluence_tltTradeJurnalReadFrequency_lnkShowTooltip').click(function() {
monox_OpenRadPopup($find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_employmentProfile_ctlUserInfluence_tltTradeJurnalReadFrequency_wndTooltip'));
});
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_employmentProfile_ctlUserInfluence_tltTradeJurnalReadFrequency_lnkShowTooltip').click(function() {
monox_OpenRadPopup($find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_employmentProfile_ctlUserInfluence_tltTradeJurnalReadFrequency_wndTooltip'));
});
});
}
});
$(document).ready(function() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_employmentProfile_ctlUserInfluence_tltTradeJournalContributionFrequency_lnkShowTooltip').click(function() {
monox_OpenRadPopup($find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_employmentProfile_ctlUserInfluence_tltTradeJournalContributionFrequency_wndTooltip'));
});
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_employmentProfile_ctlUserInfluence_tltTradeJournalContributionFrequency_lnkShowTooltip').click(function() {
monox_OpenRadPopup($find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_employmentProfile_ctlUserInfluence_tltTradeJournalContributionFrequency_wndTooltip'));
});
});
}
});
$(document).ready(function() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_employmentProfile_ctlUserInfluence_tltInfluenceScale_lnkShowTooltip').click(function() {
monox_OpenRadPopup($find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_employmentProfile_ctlUserInfluence_tltInfluenceScale_wndTooltip'));
});
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_employmentProfile_ctlUserInfluence_tltInfluenceScale_lnkShowTooltip').click(function() {
monox_OpenRadPopup($find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_employmentProfile_ctlUserInfluence_tltInfluenceScale_wndTooltip'));
});
});
}
});
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlUserPhotos_photoUpload_ctlUpload_files = new Array();
function ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlUserPhotos_photoUpload_ctlUpload_onClientFileUploaded(args) {
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlUserPhotos_photoUpload_ctlUpload_files.push(args + '(SEPARATOR)');
}
function ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlUserPhotos_photoUpload_ctlUpload_onClientFilesUploadFinished() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlUserPhotos_photoUpload_ctlUpload_handlerResponse').val(
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlUserPhotos_photoUpload_ctlUpload_files);
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlUserPhotos_photoUpload_ctlUpload_files = new Array();
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlUserPhotos_photoUpload_ctlUpload_btnPostback').click();
}
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlUserPhotos_photoListView_photoUpload_ctlUpload_files = new Array();
function ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlUserPhotos_photoListView_photoUpload_ctlUpload_onClientFileUploaded(args) {
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlUserPhotos_photoListView_photoUpload_ctlUpload_files.push(args + '(SEPARATOR)');
}
function ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlUserPhotos_photoListView_photoUpload_ctlUpload_onClientFilesUploadFinished() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlUserPhotos_photoListView_photoUpload_ctlUpload_handlerResponse').val(
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlUserPhotos_photoListView_photoUpload_ctlUpload_files);
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlUserPhotos_photoListView_photoUpload_ctlUpload_files = new Array();
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlUserPhotos_photoListView_photoUpload_ctlUpload_btnPostback').click();
}
var ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlUserPhotos_photoPreview_photoUpload_ctlUpload_files = new Array();
function ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlUserPhotos_photoPreview_photoUpload_ctlUpload_onClientFileUploaded(args) {
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlUserPhotos_photoPreview_photoUpload_ctlUpload_files.push(args + '(SEPARATOR)');
}
function ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlUserPhotos_photoPreview_photoUpload_ctlUpload_onClientFilesUploadFinished() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlUserPhotos_photoPreview_photoUpload_ctlUpload_handlerResponse').val(
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlUserPhotos_photoPreview_photoUpload_ctlUpload_files);
ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlUserPhotos_photoPreview_photoUpload_ctlUpload_files = new Array();
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlUserPhotos_photoPreview_photoUpload_ctlUpload_btnPostback').click();
}
$(document).ready(function() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlReviewContainer_ctlReviewsTooltip_chbConfidential').click(function() {
var checked = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlReviewContainer_ctlReviewsTooltip_chbConfidential').is(':checked');
if (checked) {
alert('If you post this review confidentially, it will need to be reviewed by Customer Support prior to publishing. If this cannot be published we will contact you directly.')
}
});
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlReviewContainer_ctlReviewsTooltip_chbConfidential').click(function() {
var checked = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlReviewContainer_ctlReviewsTooltip_chbConfidential').is(':checked');
if (checked) {
alert('If you post this review confidentially, it will need to be reviewed by Customer Support prior to publishing. If this cannot be published we will contact you directly.')
}
});
});
}
});
$(document).ready(function() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlReviewContainer_ctlReviewsTooltip_lnkShowTooltip').click(function() {
monox_OpenRadPopup($find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlReviewContainer_ctlReviewsTooltip_wndTooltip'));
});
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlReviewContainer_ctlReviewsTooltip_lnkShowTooltip').click(function() {
monox_OpenRadPopup($find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlReviewContainer_ctlReviewsTooltip_wndTooltip'));
});
});
}
});
$(document).ready(function() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileSettings_joinSettings_tooltipAutojoin_lnkShowTooltip').click(function() {
monox_OpenRadPopup($find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileSettings_joinSettings_tooltipAutojoin_wndTooltip'));
});
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileSettings_joinSettings_tooltipAutojoin_lnkShowTooltip').click(function() {
monox_OpenRadPopup($find('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileSettings_joinSettings_tooltipAutojoin_wndTooltip'));
});
});
}
});
$(document).ready(function() {
$(document).immsAnalytics({
hostUrl: 'https://completemarkets.com/',
serviceUrl: 'https://completemarkets.com/WebServices/AnalyticsService.asmx/SaveLink',
timeout: 250,
storeInitialLink: false,
skipSection: ["completemarkets.com/Blog/", "completemarkets.com/Pages/Blog/", "completemarkets.com/Pages/SocialNetworking/Blog/", "completemarkets.com/Blog.aspx", "completemarkets.com/Pages/Blog.aspx",
"completemarkets.com/Pages/SocialNetworking/Blog.aspx", "completemarkets.com/Pages/Newsletter/Blog.aspx", "completemarkets.com/company/", "completemarkets.com/Article/", "completemarkets.com/Pages/Article/",
"completemarkets.com/Pages/SocialNetworking/Article/", "completemarkets.com/Article.aspx", "completemarkets.com/Pages/Article.aspx", "completemarkets.com/Pages/SocialNetworking/Article.aspx",
"completemarkets.com/Pages/Newsletter/Article.aspx", "completemarkets.com/company/", "completemarkets.com/Discussion/", "completemarkets.com/Pages/Discussion/", "completemarkets.com/Pages/SocialNetworking/Discussion/",
"completemarkets.com/Discussion.aspx", "completemarkets.com/Pages/Discussion.aspx", "completemarkets.com/Pages/SocialNetworking/Discussion.aspx", "completemarkets.com/Pages/Newsletter/Discussion.aspx",
"completemarkets.com/company/", "completemarkets.com/Groups/", "completemarkets.com/Pages/Groups/", "completemarkets.com/Pages/SocialNetworking/Groups/", "completemarkets.com/Groups.aspx",
"completemarkets.com/Pages/Groups.aspx", "completemarkets.com/Pages/SocialNetworking/Groups.aspx", "completemarkets.com/Pages/Newsletter/Groups.aspx", "completemarkets.com/company/", "completemarkets.com/PhotoGallery/",
"completemarkets.com/Pages/PhotoGallery/", "completemarkets.com/Pages/SocialNetworking/PhotoGallery/", "completemarkets.com/PhotoGallery.aspx", "completemarkets.com/Pages/PhotoGallery.aspx",
"completemarkets.com/Pages/SocialNetworking/PhotoGallery.aspx", "completemarkets.com/Pages/Newsletter/PhotoGallery.aspx", "completemarkets.com/company/", "completemarkets.com/Shop/", "completemarkets.com/Pages/Shop/",
"completemarkets.com/Pages/SocialNetworking/Shop/", "completemarkets.com/Shop.aspx", "completemarkets.com/Pages/Shop.aspx", "completemarkets.com/Pages/SocialNetworking/Shop.aspx",
"completemarkets.com/Pages/Newsletter/Shop.aspx", "completemarkets.com/company/", "completemarkets.com/ContentPackage/", "completemarkets.com/Pages/ContentPackage/", "completemarkets.com/Pages/SocialNetworking/ContentPackage/",
"completemarkets.com/ContentPackage.aspx", "completemarkets.com/Pages/ContentPackage.aspx", "completemarkets.com/Pages/SocialNetworking/ContentPackage.aspx", "completemarkets.com/Pages/Newsletter/ContentPackage.aspx",
"completemarkets.com/company/", "completemarkets.com/NewsletterPreview/", "completemarkets.com/Pages/NewsletterPreview/", "completemarkets.com/Pages/SocialNetworking/NewsletterPreview/",
"completemarkets.com/NewsletterPreview.aspx", "completemarkets.com/Pages/NewsletterPreview.aspx", "completemarkets.com/Pages/SocialNetworking/NewsletterPreview.aspx",
"completemarkets.com/Pages/Newsletter/NewsletterPreview.aspx", "completemarkets.com/company/", "completemarkets.com/NewsletterBrandPreview/", "completemarkets.com/Pages/NewsletterBrandPreview/",
"completemarkets.com/Pages/SocialNetworking/NewsletterBrandPreview/", "completemarkets.com/NewsletterBrandPreview.aspx", "completemarkets.com/Pages/NewsletterBrandPreview.aspx",
"completemarkets.com/Pages/SocialNetworking/NewsletterBrandPreview.aspx", "completemarkets.com/Pages/Newsletter/NewsletterBrandPreview.aspx", "completemarkets.com/company/", "completemarkets.com/ImmsNewsletter/",
"completemarkets.com/Pages/ImmsNewsletter/", "completemarkets.com/Pages/SocialNetworking/ImmsNewsletter/", "completemarkets.com/ImmsNewsletter.aspx", "completemarkets.com/Pages/ImmsNewsletter.aspx",
"completemarkets.com/Pages/SocialNetworking/ImmsNewsletter.aspx", "completemarkets.com/Pages/Newsletter/ImmsNewsletter.aspx", "completemarkets.com/company/", "completemarkets.com/Company/", "completemarkets.com/Pages/Company/",
"completemarkets.com/Pages/SocialNetworking/Company/", "completemarkets.com/Company.aspx", "completemarkets.com/Pages/Company.aspx", "completemarkets.com/Pages/SocialNetworking/Company.aspx",
"completemarkets.com/Pages/Newsletter/Company.aspx", "completemarkets.com/company/", "completemarkets.com/UserProfile/", "completemarkets.com/Pages/UserProfile/", "completemarkets.com/Pages/SocialNetworking/UserProfile/",
"completemarkets.com/UserProfile.aspx", "completemarkets.com/Pages/UserProfile.aspx", "completemarkets.com/Pages/SocialNetworking/UserProfile.aspx", "completemarkets.com/Pages/Newsletter/UserProfile.aspx",
"completemarkets.com/company/", "completemarkets.com/AdrianHolloway/", "completemarkets.com/profile-edit-mode/", "completemarkets.com/profile-preview/", "completemarkets.com/storefront.aspx",
"completemarkets.com/storefrontsummary2.aspx", "completemarkets.com/storefrontsummary.aspx", "completemarkets.com/insurance/", "completemarkets.com/company/", "completemarkets.com/pages/pressrelease.aspx",
"completemarkets.com/pressrelease.aspx", "completemarkets.com/company/", "completemarkets.com/companypreview.aspx", "completemarkets.com/insurance/", "completemarkets.com/company/"
]
});
});
var __wpmExportWarning = '';
var __wpmCloseProviderWarning = '';
var __wpmDeleteWarning = '';
var maxHeight = 750;
var lastHeight_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup;
var isClosed_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup = false;
//ios10 scroll hack
$(document).ontouchmove = function(e) {
return true;
};
function OnClientShow(active) {
isClosed_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup = false;
setPopupHeight_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup(active);
}
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup_popupFrame').load(function() {
ChangePopupHeight_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup();
});
function ChangePopupHeight_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup() {
if (document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup_popupFrame').contentWindow.location.href !== 'about:blank') {
var remodal = $('[data-remodal-id=modal_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup]');
if (remodal != null) {
setPopupHeight_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup(remodal);
}
}
}
$(document).ready(function() {
BindEvents_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup();
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
BindEvents_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup();
});
}
});
function setPopupHeight_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup(active) {
setTimeout(function() {
var alltogetherheight = 0;
if (jQuery.browser.msie || jQuery.browser.mozilla || jQuery.browser.opera) {
alltogetherheight = document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup_popupFrame').contentWindow.document.body.scrollHeight;
} else {
alltogetherheight = document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup_popupFrame').contentWindow.document.documentElement.scrollHeight;
}
var height = alltogetherheight < maxHeight ? alltogetherheight : maxHeight;
if (height != lastHeight_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup) {
var additionalHeight = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup_plhNoThanks').is(':hidden') ? 0 : 25;
var newHeight = additionalHeight + height;
lastHeight_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup = newHeight;
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup_popupFrame').height(newHeight);
}
}, 300);
}
function BindEvents_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup_lnkXCloseButton').unbind().click(function(e) {
isClosed_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup = true;
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup_popupFrame')[0].src = 'about:blank';
$('[data-remodal-id=modal_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup]').remodal().state = 'opened';
if ($('[data-remodal-id=modal_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup]').remodal().getState() === 'opened') {
$('[data-remodal-id=modal_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup]').remodal().close();
}
ClosePopup_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup(true);
if (!true) $('[data-remodal-id=modal_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup]').remodal().destroy();
});
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup_lnkCloseButton').unbind().click(function() {
isClosed_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup = true;
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup_popupFrame')[0].src = 'about:blank';
$('[data-remodal-id=modal_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup]').remodal().state = 'opened';
if ($('[data-remodal-id=modal_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup]').remodal().getState() === 'opened') {
$('[data-remodal-id=modal_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup]').remodal().close();
}
ClosePopup_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup(true);
if (!true) $('[data-remodal-id=modal_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup]').remodal().destroy();
});
}
function ClosePopup_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup(value) {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup_btnClose').click();
$.ajax({
type: 'POST',
url: "https://completemarkets.com/WebServices/GenericService.asmx/PopupClosed",
data: "{ 'isClosed': '" + value + "' }",
contentType: 'application/json; charset=utf-8',
dataType: 'json',
success: function(data) {}
});
}
var Page_ValidationActive = false;
if (typeof(ValidatorOnLoad) == "function") {
ValidatorOnLoad();
}
function ValidatorOnSubmit() {
if (Page_ValidationActive) {
return ValidatorCommonOnSubmit();
} else {
return true;
}
}
Telerik.Web.UI.RadRating._preInitialize("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlRating_ratingBinary", "0");
Telerik.Web.UI.RadRating._preInitialize("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_rating_rb", "0");
var maxHeight = 750;
var lastHeight_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup;
var isClosed_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup = false;
//ios10 scroll hack
$(document).ontouchmove = function(e) {
return true;
};
function OnClientShow(active) {
isClosed_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup = false;
setPopupHeight_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup(active);
}
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup_popupFrame').load(function() {
ChangePopupHeight_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup();
});
function ChangePopupHeight_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup() {
if (document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup_popupFrame').contentWindow.location.href !== 'about:blank') {
var remodal = $('[data-remodal-id=modal_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup]');
if (remodal != null) {
setPopupHeight_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup(remodal);
}
}
}
$(document).ready(function() {
BindEvents_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup();
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
BindEvents_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup();
});
}
});
function setPopupHeight_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup(active) {
setTimeout(function() {
var alltogetherheight = 0;
if (jQuery.browser.msie || jQuery.browser.mozilla || jQuery.browser.opera) {
alltogetherheight = document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup_popupFrame').contentWindow.document.body.scrollHeight;
} else {
alltogetherheight = document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup_popupFrame').contentWindow.document.documentElement.scrollHeight;
}
var height = alltogetherheight < maxHeight ? alltogetherheight : maxHeight;
if (height != lastHeight_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup) {
var additionalHeight = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup_plhNoThanks').is(':hidden') ? 0 : 25;
var newHeight = additionalHeight + height;
lastHeight_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup = newHeight;
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup_popupFrame').height(newHeight);
}
}, 300);
}
function BindEvents_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup_lnkXCloseButton').unbind().click(function(e) {
isClosed_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup = true;
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup_popupFrame')[0].src = 'about:blank';
$('[data-remodal-id=modal_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup]').remodal().state = 'opened';
if ($('[data-remodal-id=modal_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup]').remodal().getState() === 'opened') {
$('[data-remodal-id=modal_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup]').remodal().close();
}
ClosePopup_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup(true);
if (!false) $('[data-remodal-id=modal_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup]').remodal().destroy();
});
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup_lnkCloseButton').unbind().click(function() {
isClosed_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup = true;
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup_popupFrame')[0].src = 'about:blank';
$('[data-remodal-id=modal_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup]').remodal().state = 'opened';
if ($('[data-remodal-id=modal_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup]').remodal().getState() === 'opened') {
$('[data-remodal-id=modal_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup]').remodal().close();
}
ClosePopup_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup(true);
if (!false) $('[data-remodal-id=modal_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup]').remodal().destroy();
});
}
function ClosePopup_ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup(value) {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup_btnClose').click();
$.ajax({
type: 'POST',
url: "https://completemarkets.com/WebServices/GenericService.asmx/PopupClosed",
data: "{ 'isClosed': '" + value + "' }",
contentType: 'application/json; charset=utf-8',
dataType: 'json',
success: function(data) {}
});
}
Telerik.Web.UI.RadRating._preInitialize("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_rating_rb", "0");
Telerik.Web.UI.RadRating._preInitialize("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlRating_ratingBinary", "0");
Telerik.Web.UI.RadRating._preInitialize("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl00_rating_rb", "0");
Telerik.Web.UI.RadRating._preInitialize("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl01_rating_rb", "0");
Telerik.Web.UI.RadRating._preInitialize("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl02_rating_rb", "0");
Telerik.Web.UI.RadRating._preInitialize("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl03_rating_rb", "0");
Telerik.Web.UI.RadRating._preInitialize("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl04_rating_rb", "0");
Telerik.Web.UI.RadRating._preInitialize("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlRating_ratingBinary", "0");
Telerik.Web.UI.RadRating._preInitialize("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlPosReviewsSummary_ctlRating_rb", "0");
$(document).ready(function() {
$.registerAutoGrow("jq_expandingTextBox");
$.registerToggleMultiElementVisibility("jq_EventCommentAction", "jq_wallCommentBox", "jq_snNote", "jq_expandingTextBoxSmall");
});
Telerik.Web.UI.RadRating._preInitialize("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lvItems_ctrl0_rating_18446744071643387958_rb", "0");
$(document).ready(function() {
$.registerAutoGrow("jq_expandingTextBoxSmall");
});
$(document).ready(function() {
$.registerAutoGrow("jq_expandingTextBox");
$.registerToggleMultiElementVisibility("jq_wallCommentAction", "jq_wallCommentBox", "jq_snNote", "jq_expandingTextBoxSmall");
});
$(document).ready(function() {
$.registerAutoGrow("jq_expandingTextBoxSmall");
});
$(document).ready(function SetAvatarCssClass() {
if ('False'.toLowerCase() === 'false') {
var divGravatar = $('.profile-gravatar');
divGravatar.removeClass('profile-gravatar');
divGravatar.addClass('profile-default-image');
}
});
var maxHeight = 750;
var lastHeight_ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup;
var isClosed_ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup = false;
//ios10 scroll hack
$(document).ontouchmove = function(e) {
return true;
};
function OnClientShow(active) {
isClosed_ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup = false;
setPopupHeight_ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup(active);
}
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup_popupFrame').load(function() {
ChangePopupHeight_ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup();
});
function ChangePopupHeight_ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup() {
if (document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup_popupFrame').contentWindow.location.href !== 'about:blank') {
var remodal = $('[data-remodal-id=modal_ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup]');
if (remodal != null) {
setPopupHeight_ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup(remodal);
}
}
}
$(document).ready(function() {
BindEvents_ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup();
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function(s, e) {
BindEvents_ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup();
});
}
});
function setPopupHeight_ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup(active) {
setTimeout(function() {
var alltogetherheight = 0;
if (jQuery.browser.msie || jQuery.browser.mozilla || jQuery.browser.opera) {
alltogetherheight = document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup_popupFrame').contentWindow.document.body.scrollHeight;
} else {
alltogetherheight = document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup_popupFrame').contentWindow.document.documentElement.scrollHeight;
}
var height = alltogetherheight < maxHeight ? alltogetherheight : maxHeight;
if (height != lastHeight_ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup) {
var additionalHeight = $('#ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup_plhNoThanks').is(':hidden') ? 0 : 25;
var newHeight = additionalHeight + height;
lastHeight_ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup = newHeight;
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup_popupFrame').height(newHeight);
}
}, 300);
}
function BindEvents_ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup() {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup_lnkXCloseButton').unbind().click(function(e) {
isClosed_ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup = true;
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup_popupFrame')[0].src = 'about:blank';
$('[data-remodal-id=modal_ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup]').remodal().state = 'opened';
if ($('[data-remodal-id=modal_ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup]').remodal().getState() === 'opened') {
$('[data-remodal-id=modal_ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup]').remodal().close();
}
ClosePopup_ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup(true);
if (!true) $('[data-remodal-id=modal_ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup]').remodal().destroy();
});
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup_lnkCloseButton').unbind().click(function() {
isClosed_ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup = true;
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup_popupFrame')[0].src = 'about:blank';
$('[data-remodal-id=modal_ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup]').remodal().state = 'opened';
if ($('[data-remodal-id=modal_ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup]').remodal().getState() === 'opened') {
$('[data-remodal-id=modal_ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup]').remodal().close();
}
ClosePopup_ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup(true);
if (!true) $('[data-remodal-id=modal_ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup]').remodal().destroy();
});
}
function ClosePopup_ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup(value) {
$('#ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup_btnClose').click();
$.ajax({
type: 'POST',
url: "https://completemarkets.com/WebServices/GenericService.asmx/PopupClosed",
data: "{ 'isClosed': '" + value + "' }",
contentType: 'application/json; charset=utf-8',
dataType: 'json',
success: function(data) {}
});
}
Sys.Application.add_init(function() {
$create(Sys.UI._UpdateProgress, {
"associatedUpdatePanelId": null,
"displayAfter": 0,
"dynamicLayout": true
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_popup_upProgressPopup"));
});
document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName').dispose = function() {
Array.remove(Page_Validators, document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName'));
}
document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName').dispose = function() {
Array.remove(Page_Validators, document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName'));
}
document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail').dispose = function() {
Array.remove(Page_Validators, document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail'));
}
document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail').dispose = function() {
Array.remove(Page_Validators, document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail'));
}
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadRating, {
"_preInitializeComplete": true,
"_uniqueID": "ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$ctlReviewsTooltip$ctlRating$ratingBinary",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlRating_ratingBinary_ClientState"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlRating_ratingBinary"));
});
document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlRating_cvRating').dispose = function() {
Array.remove(Page_Validators, document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_ctlRating_cvRating'));
}
document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_cvTextBoxReview').dispose = function() {
Array.remove(Page_Validators, document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_cvTextBoxReview'));
}
document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_cvTextEditorMaxTextLength').dispose = function() {
Array.remove(Page_Validators, document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_cvTextEditorMaxTextLength'));
}
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadToolTip, {
"_cssClass": "review-tooltip RadToolTip-centered",
"_manualCloseButtonText": "Close",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_wndTooltip_ClientState",
"formID": "aspnetForm",
"hideEvent": 4,
"position": 22,
"relativeTo": 1,
"renderInPageRoot": true,
"showEvent": 16,
"skin": "Default",
"targetControlID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_lnkShowTooltip"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_wndTooltip"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadToolTip, {
"_cssClass": "review-tooltip",
"_manualCloseButtonText": "Close",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_wndWarningTooltip_ClientState",
"formID": "aspnetForm",
"height": "50px",
"hideEvent": 4,
"modal": true,
"position": 22,
"relativeTo": 2,
"renderInPageRoot": true,
"showEvent": 16,
"skin": "Default",
"width": "420px"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_wndWarningTooltip"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadToolTip, {
"_cssClass": "review-tooltip",
"_manualCloseButtonText": "Close",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_wndLogin_ClientState",
"formID": "aspnetForm",
"height": "50px",
"hideEvent": 4,
"modal": true,
"position": 22,
"relativeTo": 2,
"renderInPageRoot": true,
"showEvent": 16,
"skin": "Default",
"width": "420px"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ctlReviewsTooltip_wndLogin"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadToolTip, {
"_cssClass": "",
"_manualCloseButtonText": "Close",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_wndTooltip_ClientState",
"formID": "aspnetForm",
"hideEvent": 4,
"position": 23,
"relativeTo": 1,
"renderInPageRoot": true,
"showEvent": 16,
"skin": "Default",
"targetControlID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_lnkShowTooltip"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_wndTooltip"));
});
document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvFirstName').dispose = function() {
Array.remove(Page_Validators, document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvFirstName'));
}
document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvLastName').dispose = function() {
Array.remove(Page_Validators, document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvLastName'));
}
document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvEmail').dispose = function() {
Array.remove(Page_Validators, document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvEmail'));
}
document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_vldRegexEmail').dispose = function() {
Array.remove(Page_Validators, document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_ctlLoggedOutUser_vldRegexEmail'));
}
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadToolTip, {
"_cssClass": "",
"_manualCloseButtonText": "Close",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_wndFollowUser_ClientState",
"formID": "aspnetForm",
"hideEvent": 4,
"modal": true,
"position": 22,
"relativeTo": 2,
"renderInPageRoot": true,
"showEvent": 16,
"skin": "Default",
"width": "400px"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_wndFollowUser"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadToolTip, {
"_cssClass": "",
"_manualCloseButtonText": "Close",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_wndSuccessMessage_ClientState",
"formID": "aspnetForm",
"hideEvent": 4,
"modal": true,
"position": 22,
"relativeTo": 2,
"renderInPageRoot": true,
"showEvent": 16,
"skin": "Default",
"width": "400px"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_wndSuccessMessage"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadToolTip, {
"_cssClass": "",
"_manualCloseButtonText": "Close",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_wndUnfollowUser_ClientState",
"formID": "aspnetForm",
"hideEvent": 4,
"modal": true,
"position": 22,
"relativeTo": 2,
"renderInPageRoot": true,
"showEvent": 16,
"skin": "Default",
"width": "400px"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_ttAddConnection_wndUnfollowUser"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadRating, {
"_autoPostBack": true,
"_preInitializeComplete": true,
"_uniqueID": "ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$ctlProfileHeader$lbHeader$customRatingPopup$rating$rb",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_rating_rb_ClientState",
"readOnly": true,
"value": 5
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_rating_rb"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadToolTip, {
"_cssClass": "",
"_manualCloseButtonText": "Close",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_rating_wndUpload_ClientState",
"formID": "aspnetForm",
"hideEvent": 4,
"modal": true,
"position": 23,
"relativeTo": 1,
"renderInPageRoot": true,
"showEvent": 16,
"skin": "Default"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_rating_wndUpload"));
});
document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_cvTextBoxReview').dispose = function() {
Array.remove(Page_Validators, document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_cvTextBoxReview'));
}
document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_cvTextEditorMaxTextLength').dispose = function() {
Array.remove(Page_Validators, document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_cvTextEditorMaxTextLength'));
}
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadToolTip, {
"_cssClass": "review-tooltip RadToolTip-centered",
"_manualCloseButtonText": "Close",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_wndTooltip_ClientState",
"formID": "aspnetForm",
"hideEvent": 16,
"position": 22,
"relativeTo": 1,
"renderInPageRoot": true,
"showEvent": 16,
"skin": "Default",
"targetControlID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_rating_rb"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_customRatingPopup_wndTooltip"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadToolTip, {
"_cssClass": "",
"_manualCloseButtonText": "Close",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_tooltipReputationInfo_wndTooltip_ClientState",
"formID": "aspnetForm",
"hideEvent": 4,
"position": 22,
"relativeTo": 1,
"renderInPageRoot": true,
"showEvent": 16,
"skin": "Default",
"targetControlID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_tooltipReputationInfo_lnkShowTooltip"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_lbHeader_tooltipReputationInfo_wndTooltip"));
});
Sys.Application.add_init(function() {
$create(Sys.UI._UpdateProgress, {
"associatedUpdatePanelId": null,
"displayAfter": 0,
"dynamicLayout": true
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ctlProfileHeader_upProgress"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadTabStrip, {
"_postBackReference": "__doPostBack(\u0027ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$tabStrip\u0027,\u0027{0}\u0027)",
"_selectedIndex": 0,
"_skin": "MonoxTabStrip",
"causesValidation": false,
"clickSelectedTab": true,
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_tabStrip_ClientState",
"multiPageID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_multipage",
"selectedIndexes": ["0"],
"tabData": [{
"_implPageViewID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_pageViewAboutMe"
}, {
"outerCssClass": "js-tabmark js-tabmark1",
"_implPageViewID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_pageViewEmploymentProfile"
}, {
"outerCssClass": "js-tabmark js-tabmark2",
"_implPageViewID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_pageViewContent"
}, {
"outerCssClass": "js-tabmark js-tabmark3",
"_implPageViewID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_pageViewConnections"
}, {
"outerCssClass": "js-tabmark js-tabmark4",
"_implPageViewID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_pageViewPhotos"
}, {
"_implPageViewID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_pageViewReview"
}, {
"outerCssClass": "js-tabmark js-tabmark7",
"_implPageViewID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_pageNewsletters"
}]
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_tabStrip"));
});
Sys.Application.add_init(function() {
$create(Sys.UI._UpdateProgress, {
"associatedUpdatePanelId": null,
"displayAfter": 0,
"dynamicLayout": true
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_popup_upProgressPopup"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadRating, {
"_autoPostBack": true,
"_preInitializeComplete": true,
"_uniqueID": "ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$lbHeader$customRatingPopup$rating$rb",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_rating_rb_ClientState",
"readOnly": true,
"value": 5
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_rating_rb"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadToolTip, {
"_cssClass": "",
"_manualCloseButtonText": "Close",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_rating_wndUpload_ClientState",
"formID": "aspnetForm",
"hideEvent": 4,
"modal": true,
"position": 23,
"relativeTo": 1,
"renderInPageRoot": true,
"showEvent": 16,
"skin": "Default"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_rating_wndUpload"));
});
document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_cvTextBoxReview').dispose = function() {
Array.remove(Page_Validators, document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_cvTextBoxReview'));
}
document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_cvTextEditorMaxTextLength').dispose = function() {
Array.remove(Page_Validators, document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_cvTextEditorMaxTextLength'));
}
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadToolTip, {
"_cssClass": "review-tooltip RadToolTip-centered",
"_manualCloseButtonText": "Close",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_wndTooltip_ClientState",
"formID": "aspnetForm",
"hideEvent": 16,
"position": 22,
"relativeTo": 1,
"renderInPageRoot": true,
"showEvent": 16,
"skin": "Default",
"targetControlID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_rating_rb"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_customRatingPopup_wndTooltip"));
});
document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName').dispose = function() {
Array.remove(Page_Validators, document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName'));
}
document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName').dispose = function() {
Array.remove(Page_Validators, document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName'));
}
document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail').dispose = function() {
Array.remove(Page_Validators, document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail'));
}
document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail').dispose = function() {
Array.remove(Page_Validators, document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail'));
}
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadRating, {
"_preInitializeComplete": true,
"_uniqueID": "ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$CompactHeaderMobile$lbHeader$ctlReviewsTooltip$ctlRating$ratingBinary",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlRating_ratingBinary_ClientState"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlRating_ratingBinary"));
});
document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlRating_cvRating').dispose = function() {
Array.remove(Page_Validators, document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_ctlRating_cvRating'));
}
document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_cvTextBoxReview').dispose = function() {
Array.remove(Page_Validators, document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_cvTextBoxReview'));
}
document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_cvTextEditorMaxTextLength').dispose = function() {
Array.remove(Page_Validators, document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_cvTextEditorMaxTextLength'));
}
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadToolTip, {
"_cssClass": "review-tooltip RadToolTip-centered",
"_manualCloseButtonText": "Close",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_wndTooltip_ClientState",
"formID": "aspnetForm",
"hideEvent": 4,
"position": 22,
"relativeTo": 1,
"renderInPageRoot": true,
"showEvent": 16,
"skin": "Default",
"targetControlID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_lnkShowTooltip"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_wndTooltip"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadToolTip, {
"_cssClass": "review-tooltip",
"_manualCloseButtonText": "Close",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_wndWarningTooltip_ClientState",
"formID": "aspnetForm",
"height": "50px",
"hideEvent": 4,
"modal": true,
"position": 22,
"relativeTo": 2,
"renderInPageRoot": true,
"showEvent": 16,
"skin": "Default",
"width": "420px"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_wndWarningTooltip"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadToolTip, {
"_cssClass": "review-tooltip",
"_manualCloseButtonText": "Close",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_wndLogin_ClientState",
"formID": "aspnetForm",
"height": "50px",
"hideEvent": 4,
"modal": true,
"position": 22,
"relativeTo": 2,
"renderInPageRoot": true,
"showEvent": 16,
"skin": "Default",
"width": "420px"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ctlReviewsTooltip_wndLogin"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadToolTip, {
"_cssClass": "",
"_manualCloseButtonText": "Close",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_wndTooltip_ClientState",
"formID": "aspnetForm",
"hideEvent": 4,
"position": 23,
"relativeTo": 1,
"renderInPageRoot": true,
"showEvent": 16,
"skin": "Default",
"targetControlID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_lnkShowTooltip"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_wndTooltip"));
});
document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvFirstName').dispose = function() {
Array.remove(Page_Validators, document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvFirstName'));
}
document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvLastName').dispose = function() {
Array.remove(Page_Validators, document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvLastName'));
}
document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvEmail').dispose = function() {
Array.remove(Page_Validators, document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_rfvEmail'));
}
document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_vldRegexEmail').dispose = function() {
Array.remove(Page_Validators, document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_ctlLoggedOutUser_vldRegexEmail'));
}
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadToolTip, {
"_cssClass": "",
"_manualCloseButtonText": "Close",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_wndFollowUser_ClientState",
"formID": "aspnetForm",
"hideEvent": 4,
"modal": true,
"position": 22,
"relativeTo": 2,
"renderInPageRoot": true,
"showEvent": 16,
"skin": "Default",
"width": "400px"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_wndFollowUser"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadToolTip, {
"_cssClass": "",
"_manualCloseButtonText": "Close",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_wndSuccessMessage_ClientState",
"formID": "aspnetForm",
"hideEvent": 4,
"modal": true,
"position": 22,
"relativeTo": 2,
"renderInPageRoot": true,
"showEvent": 16,
"skin": "Default",
"width": "400px"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_wndSuccessMessage"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadToolTip, {
"_cssClass": "",
"_manualCloseButtonText": "Close",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_wndUnfollowUser_ClientState",
"formID": "aspnetForm",
"hideEvent": 4,
"modal": true,
"position": 22,
"relativeTo": 2,
"renderInPageRoot": true,
"showEvent": 16,
"skin": "Default",
"width": "400px"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_lbHeader_ttAddConnection_wndUnfollowUser"));
});
Sys.Application.add_init(function() {
$create(Sys.UI._UpdateProgress, {
"associatedUpdatePanelId": null,
"displayAfter": 0,
"dynamicLayout": true
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_CompactHeaderMobile_upProgress"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadRating, {
"_autoPostBack": true,
"_preInitializeComplete": true,
"_uniqueID": "ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlReviewsCount$rptRatings$ctl00$rating$rb",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl00_rating_rb_ClientState",
"readOnly": true,
"value": 5
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl00_rating_rb"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadToolTip, {
"_cssClass": "",
"_manualCloseButtonText": "Close",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl00_rating_wndUpload_ClientState",
"formID": "aspnetForm",
"hideEvent": 4,
"modal": true,
"position": 23,
"relativeTo": 1,
"renderInPageRoot": true,
"showEvent": 16,
"skin": "Default"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl00_rating_wndUpload"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadRating, {
"_autoPostBack": true,
"_preInitializeComplete": true,
"_uniqueID": "ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlReviewsCount$rptRatings$ctl01$rating$rb",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl01_rating_rb_ClientState",
"readOnly": true,
"value": 4
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl01_rating_rb"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadToolTip, {
"_cssClass": "",
"_manualCloseButtonText": "Close",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl01_rating_wndUpload_ClientState",
"formID": "aspnetForm",
"hideEvent": 4,
"modal": true,
"position": 23,
"relativeTo": 1,
"renderInPageRoot": true,
"showEvent": 16,
"skin": "Default"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl01_rating_wndUpload"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadRating, {
"_autoPostBack": true,
"_preInitializeComplete": true,
"_uniqueID": "ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlReviewsCount$rptRatings$ctl02$rating$rb",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl02_rating_rb_ClientState",
"readOnly": true,
"value": 3
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl02_rating_rb"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadToolTip, {
"_cssClass": "",
"_manualCloseButtonText": "Close",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl02_rating_wndUpload_ClientState",
"formID": "aspnetForm",
"hideEvent": 4,
"modal": true,
"position": 23,
"relativeTo": 1,
"renderInPageRoot": true,
"showEvent": 16,
"skin": "Default"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl02_rating_wndUpload"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadRating, {
"_autoPostBack": true,
"_preInitializeComplete": true,
"_uniqueID": "ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlReviewsCount$rptRatings$ctl03$rating$rb",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl03_rating_rb_ClientState",
"readOnly": true,
"value": 2
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl03_rating_rb"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadToolTip, {
"_cssClass": "",
"_manualCloseButtonText": "Close",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl03_rating_wndUpload_ClientState",
"formID": "aspnetForm",
"hideEvent": 4,
"modal": true,
"position": 23,
"relativeTo": 1,
"renderInPageRoot": true,
"showEvent": 16,
"skin": "Default"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl03_rating_wndUpload"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadRating, {
"_autoPostBack": true,
"_preInitializeComplete": true,
"_uniqueID": "ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlReviewsCount$rptRatings$ctl04$rating$rb",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl04_rating_rb_ClientState",
"readOnly": true,
"value": 1
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl04_rating_rb"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadToolTip, {
"_cssClass": "",
"_manualCloseButtonText": "Close",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl04_rating_wndUpload_ClientState",
"formID": "aspnetForm",
"hideEvent": 4,
"modal": true,
"position": 23,
"relativeTo": 1,
"renderInPageRoot": true,
"showEvent": 16,
"skin": "Default"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsCount_rptRatings_ctl04_rating_wndUpload"));
});
document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName').dispose = function() {
Array.remove(Page_Validators, document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvFirstName'));
}
document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName').dispose = function() {
Array.remove(Page_Validators, document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvLastName'));
}
document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail').dispose = function() {
Array.remove(Page_Validators, document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_rfvEmail'));
}
document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail').dispose = function() {
Array.remove(Page_Validators, document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlLoggedOutUser_vldRegexEmail'));
}
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadRating, {
"_preInitializeComplete": true,
"_uniqueID": "ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlReviewsTooltip$ctlRating$ratingBinary",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlRating_ratingBinary_ClientState"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlRating_ratingBinary"));
});
document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlRating_cvRating').dispose = function() {
Array.remove(Page_Validators, document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_ctlRating_cvRating'));
}
document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_cvTextBoxReview').dispose = function() {
Array.remove(Page_Validators, document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_cvTextBoxReview'));
}
document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_cvTextEditorMaxTextLength').dispose = function() {
Array.remove(Page_Validators, document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_cvTextEditorMaxTextLength'));
}
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadToolTip, {
"_cssClass": "review-tooltip RadToolTip-centered",
"_manualCloseButtonText": "Close",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_wndTooltip_ClientState",
"formID": "aspnetForm",
"hideEvent": 4,
"position": 22,
"relativeTo": 1,
"renderInPageRoot": true,
"showEvent": 16,
"skin": "Default",
"targetControlID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_lnkShowTooltip"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_wndTooltip"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadToolTip, {
"_cssClass": "review-tooltip",
"_manualCloseButtonText": "Close",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_wndWarningTooltip_ClientState",
"formID": "aspnetForm",
"height": "50px",
"hideEvent": 4,
"modal": true,
"position": 22,
"relativeTo": 2,
"renderInPageRoot": true,
"showEvent": 16,
"skin": "Default",
"width": "420px"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_wndWarningTooltip"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadToolTip, {
"_cssClass": "review-tooltip",
"_manualCloseButtonText": "Close",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_wndLogin_ClientState",
"formID": "aspnetForm",
"height": "50px",
"hideEvent": 4,
"modal": true,
"position": 22,
"relativeTo": 2,
"renderInPageRoot": true,
"showEvent": 16,
"skin": "Default",
"width": "420px"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsTooltip_wndLogin"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadRating, {
"_autoPostBack": true,
"_preInitializeComplete": true,
"_uniqueID": "ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlPosReviewsSummary$ctlRating$rb",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlPosReviewsSummary_ctlRating_rb_ClientState",
"readOnly": true,
"value": 5
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlPosReviewsSummary_ctlRating_rb"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadToolTip, {
"_cssClass": "",
"_manualCloseButtonText": "Close",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlPosReviewsSummary_ctlRating_wndUpload_ClientState",
"formID": "aspnetForm",
"hideEvent": 4,
"modal": true,
"position": 23,
"relativeTo": 1,
"renderInPageRoot": true,
"showEvent": 16,
"skin": "Default"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlPosReviewsSummary_ctlRating_wndUpload"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadRating, {
"_autoPostBack": true,
"_preInitializeComplete": true,
"_uniqueID": "ctl00$ctl00$ctl01$ctl00$cp$cp$wpm$gwppersonalProfile$personalProfile$profileAboutMe$ReviewsPreviewContainer$ctlReviewsList$lvItems$ctrl0$rating_18446744071643387958$rb",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lvItems_ctrl0_rating_18446744071643387958_rb_ClientState",
"readOnly": true,
"value": 5
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lvItems_ctrl0_rating_18446744071643387958_rb"));
});
document.getElementById('ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lvItems_ctrl0_ctlReviewCmnt9l9Oz4uWykmCUqSBASWYSQ_LightBox1_reqInput').dispose = function() {
Array.remove(Page_Validators, document.getElementById(
'ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_lvItems_ctrl0_ctlReviewCmnt9l9Oz4uWykmCUqSBASWYSQ_LightBox1_reqInput'));
}
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadToolTip, {
"_cssClass": "",
"_manualCloseButtonText": "Close",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_wndSocialLogin_ClientState",
"formID": "aspnetForm",
"hideEvent": 4,
"modal": true,
"position": 22,
"relativeTo": 1,
"renderInPageRoot": true,
"showEvent": 16,
"skin": "Default",
"width": "300px"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_wndSocialLogin"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadToolTip, {
"_cssClass": "",
"_manualCloseButtonText": "Close",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_wndNotAuthorized_ClientState",
"formID": "aspnetForm",
"height": "50px",
"hideEvent": 4,
"modal": true,
"position": 22,
"relativeTo": 1,
"renderInPageRoot": true,
"showEvent": 16,
"skin": "Default",
"width": "420px"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_ReviewsPreviewContainer_ctlReviewsList_wndNotAuthorized"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadWindowManager, {
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl0_ctlWallFileGalleryC37SB8mbukWZbKKlAOnlDA_wndManager_ClientState",
"formID": "aspnetForm",
"iconUrl": "",
"minimizeIconUrl": "",
"name": "wndManager",
"skin": "Default",
"windowControls": "[]"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl0_ctlWallFileGalleryC37SB8mbukWZbKKlAOnlDA_wndManager"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadWindowManager, {
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl1_ctlWallFileGalleryA7LhJn9W7kiQa6JnAKcwEg_wndManager_ClientState",
"formID": "aspnetForm",
"iconUrl": "",
"minimizeIconUrl": "",
"name": "wndManager",
"skin": "Default",
"windowControls": "[]"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl1_ctlWallFileGalleryA7LhJn9W7kiQa6JnAKcwEg_wndManager"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadWindowManager, {
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl2_ctlWallFileGalleryDr_NskslWEy45qJbAKXdJQ_wndManager_ClientState",
"formID": "aspnetForm",
"iconUrl": "",
"minimizeIconUrl": "",
"name": "wndManager",
"skin": "Default",
"windowControls": "[]"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl2_ctlWallFileGalleryDr_NskslWEy45qJbAKXdJQ_wndManager"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadWindowManager, {
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl3_ctlWallFileGallerySKNHpcnqgECMwqJbAKXEdw_wndManager_ClientState",
"formID": "aspnetForm",
"iconUrl": "",
"minimizeIconUrl": "",
"name": "wndManager",
"skin": "Default",
"windowControls": "[]"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl3_ctlWallFileGallerySKNHpcnqgECMwqJbAKXEdw_wndManager"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadWindowManager, {
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl4_ctlWallFileGallery8CTHNluN2EC7JKIbAKzL3A_wndManager_ClientState",
"formID": "aspnetForm",
"iconUrl": "",
"minimizeIconUrl": "",
"name": "wndManager",
"skin": "Default",
"windowControls": "[]"
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_lvItems_ctrl4_ctlWallFileGallery8CTHNluN2EC7JKIbAKzL3A_wndManager"));
});
Sys.Application.add_init(function() {
$create(Sys.UI._UpdateProgress, {
"associatedUpdatePanelId": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_up",
"displayAfter": 5,
"dynamicLayout": true
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_snWallNotes_upProgress"));
});
Sys.Application.add_init(function() {
$create(Sys.UI._UpdateProgress, {
"associatedUpdatePanelId": null,
"displayAfter": 0,
"dynamicLayout": true
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_profileAboutMe_upProgress"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadMultiPage, {
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_multipage_ClientState",
"pageViewData": [{
"id": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_pageViewAboutMe"
}, {
"id": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_pageViewEmploymentProfile"
}, {
"id": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_pageViewContent"
}, {
"id": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_pageViewConnections"
}, {
"id": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_pageViewPhotos"
}, {
"id": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_pageViewReview"
}, {
"id": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_pageViewSettings"
}, {
"id": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_pageNewsletters"
}],
"selectedIndex": 0
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_multipage"));
});
Sys.Application.add_init(function() {
$create(Sys.UI._UpdateProgress, {
"associatedUpdatePanelId": "ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_ajaxPanelMain",
"displayAfter": 0,
"dynamicLayout": true
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_wpm_gwppersonalProfile_personalProfile_upProgress"));
});
Sys.Application.add_init(function() {
$create(Sys.UI._UpdateProgress, {
"associatedUpdatePanelId": null,
"displayAfter": 0,
"dynamicLayout": true
}, null, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_popup_upProgressPopup"));
});
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadToolTip, {
"_cssClass": "request-tooltip cm-w--min--300 cm-w--max--800 popup-top",
"_manualCloseButtonText": "Close",
"clientStateFieldID": "ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_wndTooltip_ClientState",
"formID": "aspnetForm",
"hideEvent": 4,
"modal": true,
"position": 22,
"renderInPageRoot": true,
"showEvent": 2,
"skin": "Default"
}, {
"hide": hideOverlay
}, null, $get("ctl00_ctl00_ctl01_ctl00_cp_cp_cp_ctlFooter_wndTooltip"));
});
//]]>
</script>
<input type="hidden" id="Token" name="Token">
<input type="hidden" id="PaymentProfileId" name="PaymentProfileId">
<script defer="" src="https://static.cloudflareinsights.com/beacon.min.js"
data-cf-beacon="{"rayId":"68b15b6b1fedc2f4","token":"abc7be8daf864977ab3e546f679e0994","version":"2021.8.1","si":10}"></script>
</div>
</form>
Text Content
Login/Register Create a Free CompleteMarkets AccountLogin to CompleteMarkets Login/Register * Home * About Us * Membership * Consumers * Contact Us * Manage Your Subscriptions * Find A Market * Find Insurance Markets * Find A Company * Search Blogs * Search Users * Search Industry Articles * Search Discussions/Topics * Find Tools/Products * Insurance News * Agent Discussions * Ask Your Peers (Market Requests) * Agency Management * Careers & Jobs * Life, Health & Fin Svcs * Marketing * Property & Casualty * Technology & Tools * Using CompleteMarkets * Insurance Articles * All Articles * Search The Library * Article Categories * Insurance Jobs * Find A Job * Post A Job * Articles for Candidates * Articles for Employers * Talent Solutions * ATS (Applicant Tracking) * Find Candidate(s) * Blogs * Create Your Own Blog * All Blogs * Insurance Professionals * Insurance Marketing * Shop * Consumer Leads (Exclusive) * For Agents * For Agencies * For Advertisers (Wholesalers) * For Recruiters * Insurance Newsletters * CallTracking * All Categories * Consumers * Get A Quote * Insurance Articles * Business Insurance Blog * Find An Agent * Advertise * Advertising Solutions * Advertiser Best Practices * Talent Solutions * Advertiser Blog * Demo/Media Kit * Resources * Frequently Asked Questions * Spam Whitelist Instructions * Copyright Credit * Logos & Images * The Complete Marketeer x No Thanks Please wait... ADRIAN HOLLOWAY CEO at CompleteMarkets Get a Quote Contact Me Write a Review Please authenticate first to post and/or edit reviews. Connect Connect Or Fill out the form below to submit the review. First name: Last name: Email: I am a ... Client Peer Please give star rating (5 highest/1 lowest) * 1 * 2 * 3 * 4 * 5 Rating field is required. Write your review here. (Required) Please consider the following: 1. Would you recommend this person? 2. What about this person do you like/dislike? 3. Why did you choose this rating? Please enter text with minimum of 25 characters long. Submit This Anonymously Submit Cancel You are only authorized to leave one review user. If you wish you can edit your review below. Please login to leave a review under those user credentials. Login Close Follow 24 The person you selected will have to confirm your request. You may add a personal message: Fill out the form below to follow Adrian Holloway. First name: Last name: Email: Follow You are now following Adrian Holloway. You are already following Adrian Holloway. Unfollow * 1 * 2 * 3 * 4 * 5 1 Verified Reviews - 5 of 5.0 Rating history (Content is rated 5.00 of 3 vote(s).) Shows who have rated the content, and the rating score. Write your review here. (Required) Please consider the following: 1. Would you recommend this person? 2. What about this person do you like/dislike? 3. Why did you choose this rating? Submit This Anonymously Submit Cancel Profile Created: February 2009 Birthday: Gender: Male Reputation ? The higher your score, the more credibility you have as a member of the site. A reputation score is a system calculated score that takes the following factors into consideration: * Your profile completeness and accuracy (including pictures) * Your connections and followers * Your activity on blogs, discussions, groups. * How others rate your content, contributions, answers to questions. * Your expertise in your field - other users can rate your responses and that affects your overall reputation score. * The value and frequency of your contributions to the member community. 3780 Please wait... * About Me * Career History * Content * Connections * Photos * Reviews * Newsletters Please wait... ADRIAN HOLLOWAY CEO at CompleteMarkets * 1 * 2 * 3 * 4 * 5 1 Verified Reviews - 5 of 5.0 Rating history (Content is rated 5.00 of 3 vote(s).) Shows who have rated the content, and the rating score. Write your review here. (Required) Please consider the following: 1. Would you recommend this person? 2. What about this person do you like/dislike? 3. Why did you choose this rating? Submit This Anonymously Submit Cancel Write a Review Please authenticate first to post and/or edit reviews. Connect Connect Or Fill out the form below to submit the review. First name: Last name: Email: I am a ... Client Peer Please give star rating (5 highest/1 lowest) * 1 * 2 * 3 * 4 * 5 Rating field is required. Write your review here. (Required) Please consider the following: 1. Would you recommend this person? 2. What about this person do you like/dislike? 3. Why did you choose this rating? Please enter text with minimum of 25 characters long. Submit This Anonymously Submit Cancel You are only authorized to leave one review user. If you wish you can edit your review below. Please login to leave a review under those user credentials. Login Close Follow 24 The person you selected will have to confirm your request. You may add a personal message: Fill out the form below to follow Adrian Holloway. First name: Last name: Email: Follow You are now following Adrian Holloway. You are already following Adrian Holloway. Unfollow Please wait... About Me CareerHistory Content Connections Photos Reviews Newsletters Adrian is CEO of CompleteMarkets.com, the fastest growing insurance professionals network. Adrian is a technocrat that has lived and worked in different parts of the world. With a problem solving mindset and a practical approach to real-world problems he has led large solution building teams throughout his career. He has held high profile CTO/CIO positions before founding and running various technology and insurance service related companies. When he is not working, Adrian is hiking, playing golf, reading non-fiction or playing music. LICENSING/CERTIFICATIONS * Main Insurance Lines: Insurance Products/Services * Active Licences: Not Licensed * # Years Licensed: Not Applicable * Licensed In: Not Licensed INSURANCE PRODUCTS OFFERED COMPANY/AGENCY * Name: INSOMIS Corp. * Category: Service Provider * Annual Revenue: $3-$5M * # of Employees: 20 LEAVE YOUR REVIEW (1) * 1 * 2 * 3 * 4 * 5 Rating history (Content is rated 0.00 of 0 vote(s).) Shows who have rated the content, and the rating score. (0) * 1 * 2 * 3 * 4 * 5 Rating history (Content is rated 0.00 of 0 vote(s).) Shows who have rated the content, and the rating score. (0) * 1 * 2 * 3 * 4 * 5 Rating history (Content is rated 0.00 of 0 vote(s).) Shows who have rated the content, and the rating score. (0) * 1 * 2 * 3 * 4 * 5 Rating history (Content is rated 0.00 of 0 vote(s).) Shows who have rated the content, and the rating score. (0) * 1 * 2 * 3 * 4 * 5 Rating history (Content is rated 0.00 of 0 vote(s).) Shows who have rated the content, and the rating score. Write a Review Please authenticate first to post and/or edit reviews. Connect Connect Or Fill out the form below to submit the review. First name: Last name: Email: I am a ... Client Peer Please give star rating (5 highest/1 lowest) * 1 * 2 * 3 * 4 * 5 Rating field is required. Write your review here. (Required) Please consider the following: 1. Would you recommend this person? 2. What about this person do you like/dislike? 3. Why did you choose this rating? Please enter text with minimum of 25 characters long. Submit This Anonymously Submit Cancel You are only authorized to leave one review user. If you wish you can edit your review below. Please login to leave a review under those user credentials. Login Close * Most helpful positive review: * 1 * 2 * 3 * 4 * 5 Rating history (Content is rated 0.00 of 0 vote(s).) Shows who have rated the content, and the rating score. (Apr 21, 2015) Adrian Holloway is a brilliant man and leader. He is passionate about what he does and brings experience and creativity to every encounter. I have loved working directly with him and appreciate everything he has taught me and the team over the years. * Most helpful negative review: There have been no negative reviews posted yet. Be the first to review. Erin Carlson Apr 21, 2015 Reputation 7427 * 1 * 2 * 3 * 4 * 5 Verified Review: Adrian Holloway is a brilliant man and leader. He is passionate about what he does and brings experience and creativity to every encounter. I have loved working directly with him and appreciate everything he has taught me and the team over the years. Comment Was this Review Helpful? Yes No * Save View more Please login to leave a comment. Connect Connect You are only authorized to leave one review user. If you wish you can edit your review below. CONTACT INFORMATION Public Profile: Adrian Holloway Phone: 800-753-4467 Websites: https://completemarkets.com/AdrianHolloway/ http://www.completemarkets.com LOCATION Address: PO Box 542, Big Bear City, CA, 92314, USA GENERAL Time Zone: Pacific Standard Time Languages Spoken: English, Hindi NEWS FEED Adrian Holloway 7 year(s) 5 month(s) ago Here's to a happy and successful 2014 for the insurance industry (and everyone really)! :-) {1} ##LOC[OK]## {1} ##LOC[OK]## ##LOC[Cancel]## {1} ##LOC[OK]## ##LOC[Cancel]## Adrian Holloway 7 year(s) 9 month(s) ago The Search Dashboard is our most popular premium product this week. The feedback we are getting is very encouraging - check it out here - https://completemarkets.com/shop/product/FindItUpgrade/ {1} ##LOC[OK]## {1} ##LOC[OK]## ##LOC[Cancel]## {1} ##LOC[OK]## ##LOC[Cancel]## Adrian Holloway 7 year(s) 10 month(s) ago Check out the new SECURE shop (https://completemarkets.com/shop) - with great products for Insurance Pro's {1} ##LOC[OK]## {1} ##LOC[OK]## ##LOC[Cancel]## {1} ##LOC[OK]## ##LOC[Cancel]## Adrian Holloway 7 year(s) 10 month(s) ago Check out the new SECURE shop (https://completemarkets.com/shop - with great products for Insurance Pro's {1} ##LOC[OK]## {1} ##LOC[OK]## ##LOC[Cancel]## {1} ##LOC[OK]## ##LOC[Cancel]## Adrian Holloway 8 year(s) ago New CM members are emailing me about how great the articles are. On behalf of the entire team here - you are welcome. I hope all the new stuff we are adding makes you tons of money and saves you tons of time. :-) {1} ##LOC[OK]## {1} ##LOC[OK]## ##LOC[Cancel]## {1} ##LOC[OK]## ##LOC[Cancel]## * * * 1 * 2 * * Please wait... Please wait... Please wait... - Click here to log in No account? Register here! INSURANCE PROS * Membership * Popular Searches INSURANCE BUYERS * Get A Quote * Find An Agent ADVERTISERS * Review Advertising Solutions * Download Our Media Kit Copyright©. All Rights Reserved. INSOMIS Corp. Need Some Help? x No Thanks Please wait... Let’s get started! Let’s get started!