/*
 Copyright (c) Shareaholic Inc (www.shareaholic.com).  All rights reserved.
*/
SHR4P={};if(typeof SHRSB_Globals=="undefined")window.SHRSB_Globals={};if(typeof SHRSB_Globals.perfoption=="undefined")SHRSB_Globals.perfoption="1";if(typeof SHRSB_Globals.minJQueryVersion=="undefined")SHRSB_Globals.minJQueryVersion="1.4.4";
var SHR4P_init=function(){SHR4P.debug("SHR4P_init called");if(SHR4P.init)SHR4P.debug("SHR4P_init returning because already loaded");else{SHR4P.init=true;SHR4P.jQuery=typeof sb_dont_noConflict!="undefined"&&sb_dont_noConflict?jQuery.noConflict():jQuery.noConflict(true);(function(b){SHR4P.debug("initializing shareaholic_publishers plugin");b.fn.shareaholic_publishers=function(c){var a=b.extend({v:1,src:"http://www.shareaholic.com",mode:"inject",service:"",apikey:"",link:"",title:"",notes:"",expand:true,
duration:400,rel:"nofollow",target:"_blank",twitter_template:"${title} - ${short_link} via @Shareaholic",dontShowShareCount:false,fbLikeButton:false,fbButtonPos:"bottom-right",tags:"",allowExternalTags:true,category:"",ctype:"",short_link:"",shortener:"google",shortener_key:"",custom_link:{},bgimg:"",bgimg_padding:"0 0 0 0",center:false,spaced:false,iframe_src:"/publishers",spriteimg:"",share_src:"http://www.shareaholic.com",localize:false,li_margin:0,"margin-top":20,"margin-bottom":20,"margin-left":0,
"bgimg-padding-top":0,"bgimg-padding-left":0,"icon-width":60,"icon-height":29,"icon-margin-top":3,"promo-height":c.shrlink?18:0,shrlink:false,twitter_overlay:true},c);SHR4P.debug("$.fn.shareaholic_publishers called");SHR4P.debug(a);if(b.browser.msie&&b.browser.version<"7.0")a["icon-height"]+=4;if(!a.link)a.link=document.location.href;if(a.bgimg!=null){c=b.trim(a.bgimg_padding).split(" ");a["bgimg-padding-top"]=c[0]?Number(c[0].replace(/[a-zA-Z]+/,"")):0;a["bgimg-padding-left"]=c[3]?Number(c[3].replace(/[a-zA-Z]+/,
"")):0;a["margin-left"]=10}if(a.localize)a.iframe_src="/publishers.html";var j=function(){var d=0;if(!b.isEmptyObject(a.custom_link))d=b(a.custom_link).length;return a.service.split(",").length+d},o=function(){return a["margin-left"]+a["bgimg-padding-left"]},n=function(d){return Math.ceil(j()/Math.floor((d-o())/a["icon-width"]))},i=function(d){return a.expand?a["margin-top"]+a["bgimg-padding-top"]+a["icon-height"]+a["icon-margin-top"]+(n(d)==1?a["promo-height"]:0):k(d)},k=function(d){return a["margin-top"]+
a["bgimg-padding-top"]+(a["icon-height"]+a["icon-margin-top"])*n(d)+a["promo-height"]},l=function(d){SHR4P.debug("centering");var g=0;if(n(d)==1){SHR4P.debug("one row! do centering");g=(d-o()-j()*a["icon-width"])/2;SHR4P.debug("returning "+g+" margin")}return g},f=function(d){SHR4P.debug("spacing");SHR4P.debug("rows: "+n(d));var g=0;if(n(d)==1){SHR4P.debug("one row! spacing icons");g=Math.floor((d-o()-a["icon-width"]*j())/j());SHR4P.debug("returning "+g+" margin")}return g};this.each(function(){if(a.spaced)a.li_margin=
f(b(this).width());var d={src:a.src,service:a.service,apikey:a.apikey,link:a.link,title:a.title,notes:a.notes,bgimg:a.bgimg,bgimg_padding:a.bgimg_padding,rel:a.rel,target:a.target,twitter_template:a.twitter_template,localize:a.localize,share_src:a.share_src,spriteimg:a.spriteimg,tags:a.tags,allowExternalTags:a.allowExternalTags,category:a.category,ctype:a.ctype,custom_link:a.custom_link,li_margin:a.li_margin,short_link:a.short_link,shortener:a.shortener,shortener_key:a.shortener_key,shrlink:a.shrlink,
expand:a.expand,dontShowShareCount:a.dontShowShareCount,fbLikeButton:a.fbLikeButton,fbButtonPos:a.fbButtonPos,twitter_overlay:a.twitter_overlay};a.center&&b(this).css({"margin-left":l(b(this).width())});a.mode=="inject"?b(this).shareaholic(d):b(this).append(b('<iframe frameborder="0"/>').attr({src:[a.src+a.iframe_src,b.param(d)].join("?"),height:i(b(this).width()),width:b(this).width(),scrolling:"no","class":"share-iframe"}).css({height:k(b(this).width())}));if(a.expand){b(this).css({overflow:"hidden",
height:i(b(this).width())});b(this).hover(function(){b(this).animate({height:k(b(this).width())},{duration:a.duration,queue:false})},function(){b(this).animate({height:i(b(this).width())},{duration:a.duration,queue:false})})}});return this};var e=function(c,a){var j=function(){SHR4P.debug("bitly javascript loaded");var k=c.link;BitlyCB.mycallback=function(l){SHR4P.debug("bit.ly calls back with");SHR4P.debug(l);if(l.errorCode==0){SHR4P.debug("successfully shortened, calling callback with: ");l=l.results[k].shortUrl;
SHR4P.debug("short_link: "+l);SHR4P.debug("type: "+typeof l);a(l)}};BitlyClient.call("shorten",{longUrl:k},"BitlyCB.mycallback")};if(typeof BitlyClient=="undefined"){SHR4P.debug("loading bit.ly");var o=document.getElementsByTagName("head")[0];if(typeof o!="undefined"){var n=c.shortener_key.split("|"),i=document.createElement("script");i.src="http://bit.ly/javascript-api.js?version=latest&login="+n[0]+"&apiKey="+n[1];i.type="text/javascript";i.charset="utf-8";o.appendChild(i);i.onreadystatechange=
function(){if(this.readyState=="complete"||this.readyState=="loaded"){SHR4P.debug("bit.ly loaded with onreadystatechange, init'ing");j()}};i.onload=j}}else{SHR4P.debug("bit.ly already loaded.  init'ing");j()}};SHR4P.debug("initializing shareaholic plugin");b.fn.shareaholic=function(c){var a=b.extend({service:"",rel:"nofollow",target:"_blank",poller_timeout:200,link:"",title:"",notes:"",bgimg:"",bgimg_padding:"",twitter_template:"${title} - ${short_link}",tags:"",category:"",ctype:"",localize:false,
custom_link:{},li_margin:0,share_src:"http://www.shareaholic.com",src:"http://www.shareaholic.com",api:{share:{v:"1",url:"/api/share/",apitype:"1",source:"Shareaholic-Publishers"},sprite:{v:"2",url:"/api/sprite/"}},short_link:"",shortener:"google",shortener_key:"",shortener_services:{"bit.ly":function(f,d){e(f,d)}}},c);SHR4P.debug("$.fn.shareaholic called");SHR4P.debug(a);b(this).addClass("shareaholic-show-on-load");if(a.localize==true||a.localize=="true")a.localize=true;var j=function(f,d){return[f,
b.param(d)].join("?")},o=function(f){for(var d=[],g=f.length,h=0;h<g;h++){for(var m=h+1;m<g;m++)if(f[h]===f[m])m=++h;d.push(f[h])}return d},n=function(f,d,g){var h=g.custom_link[f+"_"+d];SHR4P.debug("adding link "+f+" "+d);return b("<li/>").addClass(h.li_class).append(b("<a/>").attr({href:h.link,title:h.tooltip,rel:g.rel,target:g.target,"class":"external"})).attr("style",h.style+";margin-left:"+g.li_margin+"px !important;")};c=a.localize?a.src+"/sprite.css":j(a.src+a.api.sprite.url,{v:a.api.sprite.v,
apikey:a.apikey,service:o(a.service.split(",")).sort().join(",")});b("#shareaholic-publisher-css").length==0&&b("head").append(b('<link rel="stylesheet" media="screen" id="shareaholic-publisher-css" href="'+c+'"/>'));var i=b("<div/>").addClass("shr-bookmarks").append(b("<ul/>").addClass("shr-socials"));if(a.shrlink){c=b.getBrowser();if(c!=""){i.append(b('<div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div>'));
i.find(".shr-getshr a").text("Get Shareaholic for "+c);b(this).hover(function(){i.find(".shr-getshr").css("visibility","visible")},function(){i.find(".shr-getshr").css("visibility","hidden")})}}a.bgimg!="undefined"&&a.bgimg!=""&&i.addClass("shr-bookmarks-bg-shr").css({"margin-left":"10px",height:"100%","overflow-x":"hidden","overflow-y":"hidden",display:"block",padding:a.bgimg_padding,background:"transparent url("+a.bgimg+") no-repeat"});var k=i.find(".shr-socials");if(a.fbLikeButton){setTimeout("SHR4P.fbUtil.addFBConnect()",
0);c=b('<div class="shareaholic-like-buttons"><br/></div>');var l=b('<a class="shareaholic-fb-like" style="margin-top:5px; margin-bottom:5px;"></a>');SHR4P.fbUtil.addLikeButton(l,a.link);c.prepend(l);a.fbButtonPos.indexOf("bottom")!=-1?c.insertAfter(this):c.insertBefore(this);a.fbButtonPos.indexOf("right")!=-1&&l.css("float","right")}b(a.service.split(",")).each(function(f,d){var g="";if(d=="7")g=a.twitter_template;a.custom_link["before_"+f]&&n("before",f,a).appendTo(k);d=="7"&&a.twitter_overlay&&
!SHR4P.utils.isMobileBrowser()?b("<li/>").addClass("shr-"+d).addClass("shareaholic").append(b("<a/>").attr({rel:a.rel,title:SHR4P.tooltips[d],target:a.target,"class":"external"}).click(function(h){SHR4P.utils.showServiceLet(a,"twitter");h.preventDefault()})).attr("style","margin-left:"+a.li_margin+"px !important;").appendTo(k):b("<li/>").addClass("shr-"+d).addClass("shareaholic").append(b("<a/>").attr({href:j(a.share_src+a.api.share.url,{title:a.title,link:a.link,notes:a.notes,short_link:a.short_link,
shortener:a.shortener,shortener_key:a.shortener_key,v:a.api.share.v,apitype:a.api.share.apitype,apikey:a.apikey,source:a.api.share.source,template:g,service:d,ctype:a.ctype}),rel:a.rel,title:SHR4P.tooltips[d],target:a.target,"class":"external"})).attr("style","margin-left:"+a.li_margin+"px !important;").appendTo(k);if(!a.dontShowShareCount&&(d==5||d==7||d==2||d==257)){g=function(h){h=h.count;if(h>0){for(var m=b("<div/>").addClass("shr-count").appendTo(k.find(".shr-"+d)),p=0;p<9;p+=1)p!=4&&m.append(b("<div>"+
h+"</div>").addClass("shr-count-outline").css({left:10+p%3-1+"px",top:"-"+(11+parseInt(p/3)-1)+"px"}));m.append(b("<div>"+h+"</div>").addClass("shr-count-center").css({left:"10px",top:"-11px"}))}};if(d==5)SHR4P.utils.getFbShrCnt(a.link,g);else if(d==7)SHR4P.utils.getTwitShrCnt(a.link,g);else if(d==2)SHR4P.utils.getDeliciousShrCnt(a.link,g);else d==257&&SHR4P.utils.getGoogBuzzShrCnt(a.link,g)}a.custom_link["after_"+f]&&n("after",f,a).appendTo(k)});c=function(f){b(k).find("li a").each(function(){this.href=
this.href+"&tags="+f})};a.allowExternalTags?SHR4P.utils.getTags(a.link,a.tags,c):c(a.tags);c=function(f){if(f.spriteimg!="")return f.spriteimg;else if(f.localize)return f.src+"/sprite.png";else{var d=function(m,p){return m-p},g=o(f.service.split(",")).sort(d);SHR4P.debug("checking services: ");SHR4P.debug(g);var h=[];b(SHR4P.img_group).each(function(){var m=this;SHR4P.debug("checking img_group: ");SHR4P.debug(m);b(g).each(function(){SHR4P.debug("checking service: "+this);if(b.inArray(Number(this),
m)>-1){SHR4P.debug("found! adding img_group");b.merge(h,m);return false}});SHR4P.debug("req_services so far: ");SHR4P.debug(h)});SHR4P.debug("final req_services: ");h=h.sort(d);SHR4P.debug(h.join(","));return j(f.src+f.api.sprite.url,{v:f.api.sprite.v,apikey:f.apikey,apitype:"png",service:h.join(",")})}}(a);i.append(b('<style type="text/css">ul.shr-socials li.shareaholic{background-image:url('+c+") !important;}</style>"));i.appendTo(this);return this};b.extend({getBrowser:function(){var c=navigator.userAgent,
a="";if(c.indexOf("MSIE")!=-1)a="Internet Explorer";else if(c.indexOf("Firefox")!=-1)a="Firefox";else if(c.indexOf("Flock")!=-1)a="Flock";else if(c.indexOf("Chrome")!=-1)a="Google Chrome";else if(c.indexOf("Safari")!=-1)a="Safari";else if(c.indexOf("Opera")!=-1)a="Opera";else if(c.indexOf("Songbird")!=-1)a="Songbird";return a}})})(SHR4P.jQuery);SHR4P.ready=true;typeof SHR4P.onready!="undefined"&&SHR4P.onready()}};if(typeof SHR4P=="undefined")SHR4P={};SHR4P.ready=false;SHR4P.init=false;
SHR4P.params=function(){var b={},e=document.location.href.split("?");if(e.length==2){e=e[1].split("&");for(var c=0;c<e.length;c++){var a=e[c].split("=");if(a.length==2)b[unescape(a[0])]=unescape(a[1])}}return b};SHR4P.debug=function(b){if(SHR4P.debug_enabled)typeof console!="undefined"&&console?console.log(b):alert(b)};
SHR4P.load=function(){setTimeout("SHR4P.ga()",0);setTimeout("SHR4P.media6()",0);setTimeout("SHR4P.prefetch()",0);if(typeof jQuery!="undefined"&&jQuery){var b=jQuery().jquery;if(SHRSB_Globals.minJQueryVersion<=b){window.sb_dont_noConflict=true;SHR4P_init();return}}SHR4P.debug("loading jquery");b=document.getElementsByTagName("head")[0];if(typeof b!="undefined"){SHR4P.params();var e=document.createElement("script");e.src=SHR4P.debug_enabled?"//ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.js":"//ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js";
e.type="text/javascript";b.appendChild(e);e.onreadystatechange=function(){if(this.readyState=="complete"||this.readyState=="loaded"){SHR4P.debug("jQuery loaded with onreadystatechange, init'ing");SHR4P_init()}};e.onload=SHR4P_init}};SHR4P.onready=function(){/(loaded|complete)/.test(document.readyState)?SHR4P.readyHandler():SHR4P.jQuery(document).ready(function(){SHR4P.readyHandler()})};
SHR4P.readyHandler=function(){SHR4P.jQuery.each(SHRSB_Settings,function(b){if(this.expand=="false")this.expand=false;SHR4P.jQuery("."+b).shareaholic_publishers(this)})};
SHR4P.tooltips={1:"Send with Buzzster!",2:"Post to Delicious",3:"Post to Digg",4:"Post to Mixx",5:"Post to Facebook",6:"Add to Mister-Wong",7:"Post to Twitter",8:"Add to Netlog",9:"Add to Pownce",10:"Add to Technorati Favorites",11:"Add to Furl",12:"Add to Shoutwire",13:"Add to CiteULike",14:"Post to Jumptags",15:"Add to Windows Live Spaces",16:"Add to Hemidemi",17:"Add to FunP",18:"Add to Instapaper",19:"Add to PhoneFavs",20:"Add to Xerpi",21:"Add to Netvouz",22:"Add to Wink",23:"Add to Ma.gnolia",
24:"Add to Diigo",25:"Add to BibSonomy",26:"Add to Taggly",27:"Post to BlogMarks",28:"Add to Tailrank",29:"Add to StartAid",30:"Add to Kledy",31:"Add to Khabbr",32:"Add to Yahoo My Web",33:"Add to Meneame",34:"Add to Yoolink",35:"Add to Bookmarks.fr",36:"Add to Technotizie",37:"Add to Windows Live Favorites",38:"Post to StumbleUpon",39:"Add to MySpace",40:"Add to Reddit",41:"Add to NewsVine",42:"Add to Multiply",43:"Add to FriendFeed",44:"Add to Plaxo Pulse",45:"Add to Ping",46:"Add to Squidoo",47:"Add to Protopage Bookmarks",
48:"Add to Blinklist",49:"Add to Faves",50:"Add to AIM",51:"Add to E-mail program",52:"Add to Gmail",53:"Add to Hotmail",54:"Add to Yahoo Mail",55:"Add to AOL Mail",56:"Add to YiGG",57:"Add to Webnews",58:"Add to Segnalo",59:"Add to Pusha",60:"Add to YouMob",61:"Post to Slashdot",62:"Add to Fark",63:"Add to Allvoices",64:"Add to Jamespot",65:"Add to Imera Brazil",66:"Add to Twiddla",67:"Add to LinkaGoGo",68:"Add to MindBodyGreen",69:"Add to Feedmarker Bookmarks",70:"Add to unalog",71:"Add to Hugg",
72:"Add to Diglog",73:"Add to Yahoo Buzz",74:"Add to Google Bookmarks",75:"Add to NowPublic",76:"Add to Yahoo Bookmarks",77:"Add to Propeller",78:"Add to Tumblr",79:"Add to LiveJournal",80:"Add to Current",81:"Add to HelloTxt",82:"Add to Spurl",83:"Add to Yample",84:"Add to Oneview",85:"Add to Linkatopia",86:"Add to Simpy",87:"Add to Yahoo Messenger",88:"Add to LinkedIn",89:"Add to Global Grind",90:"Add to BuddyMarks",91:"Add to Ask.com MyStuff",92:"Add to Viadeo",93:"Add to Maple",94:"Add to Wists",
95:"Add to Gravee",96:"Add to Connotea",97:"Add to Backflip",98:"Add to MyLinkVault",99:"Add to SiteJot",100:"Add to Sphinn",101:"Add to Health Ranker",102:"Add to DZone",103:"Add to Symbaloo Feeds",104:"Add to Care2 News",105:"Add to Hyves",106:"Add to Design Float",107:"Add to Sphere",108:"Add to Bitty Browser",109:"Add to My Yahoo",110:"Add to Google",111:"Add to Excite MIX",112:"Add to iTunes",113:"Add to Zune",114:"Add to FeedM8",115:"Add to PodNova",116:"Add to WINKsite",117:"Add to NewsGator",
118:"Add to Hubdog",119:"Add to BUZmob",120:"Add to NewsIsFree",121:"Add to KlipFolio",122:"Add to NETime Channel",123:"Add to Feed Mailer",124:"Add to Symbaloo Bookmarks",125:"Add to Rocket RSS Reader",126:"Add to Blogger",127:"Add to Flurry",128:"Add to FireAnt",129:"Add to Sofomo",130:"Add to Netomat HUB",131:"Add to FeedMarker",132:"Add to FeedBucket",133:"Add to SendMeRSS",134:"Add to Bloglines",135:"Add to Windows Live",136:"Add to Protopage News Feeds",137:"Add to My AOL",138:"Add to The Free Library",
139:"Add to The Free Dictionary",140:"Add to Wikio",141:"Add to BlogRovR",142:"Add to Webwag",143:"Add to Daily Rotation",144:"Add to Outlook",145:"Add to Google Toolbar",146:"Add to Bitty Browser Preview",147:"Add to RSS 2 PDF",148:"Add to LiteFeeds",149:"Add to Gritwire",150:"Add to FeedLounge",151:"Add to FeedReader",152:"Add to FeedOnSite",153:"Add to i metaRSS",154:"Add to RssFwd",155:"Add to SimplyHeadlines",156:"Add to Zhua Xia",157:"Add to Xian Guo",158:"Add to mobilerss",159:"Add to Netvibes",
160:"Add to Pageflakes",161:"Add to My MSN",162:"Add to Odeo",163:"Add to AideRSS",164:"Add to Fwicki",165:"Add to RapidFeeds",166:"Add to Miro",167:"Add to Shyftr",168:"Add to ZapTXT",169:"Add to Newgie",170:"Add to NewsAlloy",171:"Add to Plusmo",172:"Add to Yourminis",173:"Add to Eskobo",174:"Add to Alesti",175:"Add to Rasasa",176:"Add to AvantGo",177:"Add to FeedShow",178:"Add to Xanga",179:"Add to MySpace Profile",180:"Add to Friendster",181:"Add to Hi5",182:"Add to FeedBlitz",183:"Add to Gabbr",
184:"Bookmark on MSDN",185:"Bookmark on Microsoft TechNet",186:"Bookmark on Microsoft Expression",187:"Post to Tagza",188:"Submit to Tip'd",189:"Add to Agregator",190:"Add to Strands",191:"Add to Evernote",192:"Add to Stumpedia",193:"Post to Foxiewire",194:"Add to Arto",195:"Share on Netvibes",196:"Add to Bebo",197:"Add to Folkd",198:"Add to VodPod",199:"Add to NewsTrust",200:"Add to Amazon (US) Wish List",201:"Send via E-mail program",202:"Post to YC Hacker News",203:"Post to Truemors",204:"Techmeme Tip",
205:"Post to Identi.ca",206:"Post to SmakNews",207:"Share in Google Reader",208:"Shorten URL with Bit.ly",209:"Post to Kaboodle",210:"Post to Posterous",211:"Post to TipJoy",212:"Post to I Heart It",213:"Post to Google Notebook",214:"Shorten URL with Tr.im",215:"Post to Streakr",216:"Post to Twine",217:"Post to Soup",218:"Post to Plurk",219:"Post to Blogger",220:"Post to TypePad",221:"Post to AttentionMeter",222:"Post to Smush.it",223:"Shorten URL with TinyURL",224:"Shorten URL with Digg",225:"Post to BzzScapes",
226:"Post with Tweetie",227:"Post to Diigo",228:"Shorten URL with Is.gd",229:"Post to vi.sualize.us",230:"Press This",231:"Post to Mozillaca",232:"Shorten URL with Su.pr",233:"Post to TBUZZ",234:"Shorten URL with Hub.tm",235:"Post to Followup.cc",236:"Print with PrintFriendly",237:"",238:"NUjij",239:"Read It Later",240:"Add to Box.net",241:"Add to Balatarin",242:"Favoriten",243:"Oknotizie",244:"diHITT",245:"Svejo",246:"Post to Hatena",247:"Orkut",248:"Shorten URL with Clicky",249:"Shorten URL with j.mp",
250:"ReadWriteWeb",251:"Dwellicious",252:"Google Translate",253:"Post to Yammer",254:"Add to Yahoo Buzz India",255:"Add to Boxee",256:"Add to Pinboard",257:"Post on Google Buzz",258:"Readability",259:"Post to Social.com",260:"Add to Google Apps Email",261:"Post to HootSuite",262:"Wave This",263:"Post to iZeby",264:"Post to Ning",265:"Post to SpringPad",266:"Post to BobrDobr",267:"Post to Yandex",268:"Post to Moemesto",269:"Post to Memori.ru",270:"Add to Amazon (UK) Wish List",271:"Add to Amazon (CA) Wish List",
272:"Add to Amazon (DE) Wish List",273:"Add to Amazon (FR) Wish List",274:"Add to Amazon (JP) Wish List",275:"Contribute with Sidewiki",276:"Marginize",277:"Post to Twittley",278:"Post to Script & Style",279:"Post to PFBuzz",280:"Post to Fwisp",281:"Post to 100 bookmarks",282:"Bump this on Design Bump",283:"Post to eKudos",284:"Blend this!",285:"Post to Wykop",286:"Post to BlogEngage",287:"Post to FAQpal",288:"Post to Bitacoras",289:"Post to N4G",290:"Post to Kaevur",291:"Post to Virb",292:"Post to BonzoBox",
293:"Post to Zabox",294:"Suggest this article to ToMuse?"};SHR4P.img_group=[];SHR4P.img_group[0]=[2,3,4,5,6,7,10,24,38,39,40,52,54,74,88,201,219,257];SHR4P.img_group[1]=[27,33,41,43,45,46,53,73,78,195,196,205,207,210,236,247,264];SHR4P.img_group[2]=[44,48,61,77,80,100,105,140,191,202,218,238,240,266,269,280,289];SHR4P.img_group[3]=[1,14,21,89,98,102,106,243,267,268,277,278,283,284,285,286,288];SHR4P.img_group[4]=[20,59,92,188,190,192,204,246,263,265,279,281,282,287,290,291,292,293,294];
SHR4P.wants_shortlink=[7];
SHR4P.utils={getGoogBuzzShrCnt:function(b,e){b="http://www.google.com/buzz/api/buzzThis/buzzCounter?url="+encodeURIComponent(b);SHR4P.jQuery.getJSON(b+"&callback=?",function(c){var a=0;if(typeof c!="undefined"&&c)for(var j in c){a=c[j];break}e({count:a})})},getFbShrCnt:function(b,e){b="http://api.ak.facebook.com/restserver.php?v=1.0&method=links.getStats&format=json&urls="+encodeURIComponent(b);SHR4P.jQuery.getJSON(b+"&callback=?",function(c){var a=0;if(c.length>0){a=c[0].total_count;if(a!=0)if(a>
1E3)a=Math.floor(a/1E3)+"K"}e({count:a})})},getTwitShrCnt:function(b,e){b="http://urls.api.twitter.com/1/urls/count.json?url="+encodeURIComponent(b);SHR4P.jQuery.getJSON(b+"&callback=?",function(c){c=c.count;if(c!=0)if(c>1E3)c=Math.floor(c/1E3)+"K";e({count:c})})},getDeliciousShrCnt:function(b,e){b="http://feeds.delicious.com/v2/json/urlinfo/data?url="+encodeURIComponent(b);SHR4P.jQuery.getJSON(b+"&callback=?",function(c){var a=0;if(c.length>0){a=c[0].total_posts;if(a!=0)if(a>1E3)a=Math.floor(a/1E3)+
"K"}e({count:a})})},getTags:function(b,e,c){var a=1;SHR4P.utils.getDeliciousTag(b,function(j){e+=j;--a==0&&c(e)})},getDeliciousTag:function(b,e){b="http://feeds.delicious.com/v2/json/urlinfo/data?url="+encodeURIComponent(b);SHR4P.jQuery.getJSON(b+"&callback=?",function(c){if(c.length>0){top_tags=c[0].top_tags;del_tags="";SHR4P.jQuery.each(top_tags,function(a,j){del_tags+=encodeURIComponent(a)+"|"+j+"|delicious,"});if(del_tags!="")del_tags=del_tags.substr(0,del_tags.length-1);e(del_tags)}})},showServiceLet:function(b,
e){if(!(typeof e=="undefined"||!e)){if(typeof SHR_config=="undefined"||!SHR_config)window.SHR_config={};window.__shr_service=e;window.__shr_log=true;window.__shr_center=true;SHR_config.shortener=b.shortener?b.shortener:"google";SHR_config.shortener_key=b.shortener_key?b.shortener_key:"";SHR_config.apikey=b.apikey?b.apikey:"8afa39428933be41f8afdb8ea21a495c";SHR_config.twitter_template=b.twitter_template?b.twitter_template:"${title} - ${short_link}";SHR_config.link=b.link?b.link:document.location.href;
SHR_config.title=b.title?b.title:b.link?"":document.title;SHR_config.short_link=b.short_link?b.short_link:"";if(window.SHR&&window.SHR.Servicelet)SHR.Servicelet.show();else{var c=document,a=c.createElement("script");a.setAttribute("language","javascript");a.id="shr-servicelet";a.setAttribute("src",(b.share_src?b.share_src:"http://www.shareaholic.com")+"/media/js/servicelet.min.js");c.body.appendChild(a)}}},isMobileBrowser:function(){var b=navigator.userAgent||navigator.vendor||window.opera;return/android|avantgo|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i.test(b)||
/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|e\-|e\/|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(di|rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|xda(\-|2|g)|yas\-|your|zeto|zte\-/i.test(b.substr(0,
4))}};SHR4P.ga=function(){if(typeof SHRSB_Globals!="undefined"&&SHRSB_Globals.perfoption=="1"){if(typeof _gaq=="undefined"||!_gaq)window._gaq=[];_gaq.push(["_setAccount","UA-12964573-5"]);_gaq.push(["_trackPageview"]);(function(){var b=document.createElement("script");b.type="text/javascript";b.async=true;b.src=("https:"==document.location.protocol?"https://ssl":"http://www")+".google-analytics.com/ga.js";var e=document.getElementsByTagName("script")[0];e.parentNode.insertBefore(b,e)})()}};
SHR4P.media6=function(){if(typeof SHRSB_Globals!="undefined"&&SHRSB_Globals.perfoption=="1")(new Image(0,0)).src="http://map.media6degrees.com/orbserv/hbpix?pixId=6237&pcv=43&curl="+encodeURIComponent(location.href)+"&cb="+Math.floor(Math.random()*9999999999)};SHR4P.prefetch=function(){if(typeof SHRSB_Globals!="undefined"&&typeof SHRSB_Globals.src!="undefined")(new Image).src=SHRSB_Globals.src+"/sprite.png"};
SHR4P.fbUtil={fbConnectAdd:0,hasFB:function(){return typeof window.FB=="object"&&FB.Event&&typeof FB.Event.subscribe=="function"},addLikeButton:function(b,e){var c=SHR4P.jQuery('<fb:like href="'+e+'"layout="button_count" show_faces="true" width="100" font=""></fb:like>').appendTo(b);typeof window.FB!="undefined"&&FB.XFBML&&FB.XFBML.parse&&FB.XFBML.parse(c.get(0))},addFBConnect:function(){SHR4P.fbUtil.addFBNameSpace();if(!SHR4P.fbUtil.hasFB()&&!SHR4P.fbUtil.fbConnectAdd){SHR4P.jQuery('<div id="fb-root"></div>').appendTo("body");
window.fbAsyncInit=function(){FB.init({appId:"337255590733",status:true,cookie:true,xfbml:true});SHR4P.fbUtil.tryAddFBSubscription()};(function(){var b=document.createElement("script");b.async=true;b.src=document.location.protocol+"//connect.facebook.net/en_US/all.js";document.getElementById("fb-root").appendChild(b)})();SHR4P.fbUtil.fbConnectAdd=1}else if(!SHR4P.fbUtil.fbConnectAdd){SHR4P.fbUtil.tryAddFBSubscription();SHR4P.fbUtil.fbConnectAdd=1}},tryAddFBSubscription:function(){SHR4P.fbUtil.hasFB()&&
FB.XFBML&&FB.XFBML.parse?SHR4P.fbUtil.addFBSubscription():setTimeout(SHR4P.fbUtil.tryAddFBSubscription,500)},addFBSubscription:function(){FB.Event.subscribe("edge.create",function(b){SHR4P.jQuery("<img/>").attr({src:"http://www.shareaholic.com/api/share/?v=1&apikey=172809fde4d12743cc4a1ec894142b97f&apitype=3&service=303&link="+encodeURIComponent(b),width:"1",height:"1"}).appendTo("body")})},addFBNameSpace:function(){var b=SHR4P.jQuery(SHR4P.jQuery("html").get(0));typeof b.attr("xmlns:fb")=="undefined"&&
b.attr("xmlns:fb","http://developers.facebook.com/schema/")}};SHR4P.load();

