/*
 * Compressed by JSA(www.xidea.org)
 */
util.infuser.script("/js/blog/PhotoBean.js");var reg_currUserName=/blog\/([\w\.]{4,25})\//i,PhotosData=null,player=null;Ext.onReady(function(){if(reg_currUserName.test(window.location.href)){var $=RegExp.$1;Jimmy.PhotoBean.GetByUserName(gbu_cb,{"UserName":$})}});function gbu_cb($){PhotosData=Ext.util.JSON.decode($.responseText);if(PhotosData.length<1){tempObj=util.get("imgPhotoPoint");tempObj.src=tempObj.src.substring(0,tempObj.src.lastIndexOf("/")+1)+"noPhoto.gif"}player=new Jimmy.UI.PhotoPoint({imgID:"imgPhotoPoint",btnFirstID:"photoPoint_first",btnPlayID:"photoPoint_play",btnPauseID:"photoPoint_pause",btnPreviousID:"photoPoint_previous",btnNextID:"photoPoint_next",btnLastID:"photoPoint_last",baseSrc:"/images/photo/smallimages/",data:PhotosData})}function goUrl(){if(PhotosData.length<1)return;location.href="http://www.jimmyspa.com/blog/"+name+"/pd.jimmy"}