﻿Yox={compare:function(b,d){function e(h){var g=0;for(var i in h)i!=null&&g++;return g}if(e(b)!=e(d))return false;for(var f in b){var a=b[f],c=d[f];if(typeof a!=typeof c)return false;if(a&&a.length&&a[0]!==undefined&&a[0].tagName){if(!c||c.length!=a.length||!c[0].tagName||c[0].tagName!=a[0].tagName)return false}else if(typeof a=="function"||typeof a=="object"){a=Yox.compare(a,c);if(!a)return a}else if(a!=c)return false}return true},dataRegex:{picasa:/http:\/\/(www.)?picasaweb\.google\..*/,flickr:/http:\/\/(www.)?flickr.com/}, getPath:function(b){for(var d=document.getElementsByTagName("script"),e=0;e<d.length;e++){var f=d[e].src.match(b);if(f)return f[1]}return null},queryToJson:function(b){b=b.split("&");var d={};jQuery.each(b,function(){var e=this.split("=");d[e[0]]=e[1]});return d},Sprites:function(b,d,e){this.spritesImage=(new Image).src=d;var f=0;jQuery.each(b,function(a,c){c.top=f;f+=c.height});this.getSprite=function(a,c){return jQuery("<img/>",{src:e,alt:c,css:{width:b[a].width,height:b[a].height,"background-image":"url("+ d+")","background-repeat":"no-repeat","background-position":this.getBackgroundPosition(a,c)}})};this.getBackgroundPosition=function(a,c){return"-"+jQuery.inArray(c,b[a].sprites)*(b[a].width||0)+"px -"+b[a].top+"px"}}};
