var UserItems=new Class({initialize:function(){$$("div.userItem div.photo").each(function(b){b.setStyle("cursor","pointer");b.addEvent("click",function(c){var a=c.target;if(a.get("tag")!="div"||!a.hasClass("userItem"))a=a.getParent("div.userItem");if(a.hasClass("goldmember"))location="/goldmember/";else{a=a.id.replace(/userItem-/,"");if(c.meta===true)window.open("/"+a);else location="/"+a}})});$$("div.userItemsContainer").each(function(b){var c=b.getChildren("div.userItemsNone"),a=b.getChildren("div.userItemsEmptyText");
c.length==1&&a.length==1&&c[0].set("text",a.get("text"));b.updateItems=function(){if(!(this.getChildren("div.userItem").length>0)){var d=this.getChildren("div.userItemsEmptyText");if(d.length!==0){this.getChildren("div.userItemsNone").length===0&&(new Element("div",{"class":"userItemsNone"})).inject(this,"inside");var e=this.getChildren("div.userItemsNone");e.length!==0&&e.set("text",d[0].get("text"))}}}})}}),oUserItems;window.addEvent("domready",function(){oUserItems=new UserItems});

