function attachAnchorEvents(a,b){var B=document.getElementsByTagName("a");for(var A=0;A<B.length;A++){switch(B[A].rel){
case"cantaShare":
B[A].onclick=(function(C){start=this.href.indexOf("#")+1;
id=this.href.substring(start);cantaOpenWindow(a,id);return false});
break;
case"cantaSubscribe":B[A].onclick=(function(C){start=this.href.indexOf("#")+1;id=this.href.substring(start);
cantaOpenWindow(b,id);return false});break;case"cantaArchive":B[A].onclick=(function(C){alert("There are currently no archived videos.");return false});break}}}
function cantaOpenWindow(A,C){var B=A+"?itemID="+C;window.open(B,"","width=650,height=425,toolbar=no,status=no,scrollbars=no")}
