$(document).ready(function() {								   
	$('#ContentChannel a').not('a.prevPage').not('a.nextPage').not('a.browse').not('a.left').not('a.right').not('a[rel=facebox]').not('a[custom]').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) + '&' + 'filename=' + tempArr[tempArr.length - 1]);
	} });
	$('#SidebarSecondary a').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) + '&' + 'filename=' + tempArr[tempArr.length - 1]);
	} });
}); // ###end document.ready###