if(typeof HD.community=="undefined"||!HD.community){HD.community={CONTENT_TYPES:{BLOG:"blog",PHOTO:"photo",VIDEO:"video",BOTH:"both"},getType:function(B){if(B.indexOf(" ")<0){return B
}var A=B.split(" ");
return A[1]
},isPhoto:function(A){return this.getType(A)==this.CONTENT_TYPES.PHOTO
},isVideo:function(A){return this.getType(A)==this.CONTENT_TYPES.VIDEO
},isBlog:function(A){return this.getType(A)==this.CONTENT_TYPES.BLOG
},isBoth:function(A){return this.getType(A)==this.CONTENT_TYPES.BOTH
}}
}HD.register("hd_community","HD.community",{version:"1.0",build:"1"});