$(document).ready(function() {								   
	$('#ContentChannel a[href*=polycom]').not('a[href*=.html]').not('a[href=#]').not('a[href*=.jsp]').not('a[href*=.asp]').not('a[href*=.aspx]').not('a[href*=.php]').not('a[href$=/]').not('a[href$=.]').not('a[href*=.cfm]').not('a[href*=.adml]').click(function(){ 																																																																	
	var tempArr;
	tempArr = this.href.split('//');
	tempArr = tempArr[1].split('/');
	if(tempArr[0].indexOf('polycom', 0) != -1) {
		ntptEventTag('lc=' + encodeURIComponent(this))
	} });
	$('#SidebarSecondary a[href*=polycom]').not('a[href*=.html]').not('a[href=#]').not('a[href*=.jsp]').not('a[href*=.asp]').not('a[href*=.aspx]').not('a[href*=.php]').not('a[href$=/]').not('a[href$=.]').not('a[href*=.cfm]').not('a[href*=.adml]').click(function(){ var tempArr;
	tempArr = this.href.split('//');
	tempArr = tempArr[1].split('/');
	if(tempArr[0].indexOf('polycom', 0) != -1) {
		ntptEventTag('lc=' + encodeURIComponent(this))
	} });
}); // ###end document.ready###