string.Format(@"
if({0} == false){{
return false;
}}else{{
document.getElementById('{1}').style.display = 'block';
return true;
}}", this.OnBeginRequest, this.ClientID);
A new type of spam for Google Analytics, will Google do something for this? Related discussion: http://moz.com/community/q/ga-event-t...
string.Format(@"
if({0} == false){{
return false;
}}else{{
document.getElementById('{1}').style.display = 'block';
return true;
}}", this.OnBeginRequest, this.ClientID);