;(function($,window,undefined){"use strict";var pluginName="jqss",$head=$(window.document.head),emailTemplate="mailto:?subject={{SUBJECT}}&body={{BODY}}",timerOptions={internal:200,counter:100};var defaults={usePopup:true,popupWidth:600,popupHeight:450,url:window.location.href,siteUrl:window.location.origin||window.location.protocol+"//"+window.location.hostname+ (window.location.port?":"+window.location.port:""),source:$head.find("[name='site'], [name='Site']").prop("content")||window.document.title,title:$head.find("[name='title'], [name='Title']").prop("content")||window.document.title,description:$head.find(["[name='description']","[name='Description']","[property='og:description']","[property='og:Description']"].join(", ")).attr("content")||window.document.title,image:$head.find(["[name='image']","[name='Image']","[property='og:image']","[property='og:Image']"].join(", ")).prop("content")||$("img:first").prop("src")||"",price:$head.find("[property='og:product:price:amount']").prop("content")||"",template:null,imageSelector:null,priceSelector:null,emailSubject:"I'm sharing \"{{TITLE}}\" with you",emailBody:["Because I think you'll find it very interesting.","\"{{DESCRIPTION}}\"","Click this link {{URL}} for more info."].join("%0A%0A"),twitterSource:($head.find(["[name='twitter:creator']","[name='twitter:site']"].join(", ")).prop("content")||"").replace("@",""),onOpen:function(){},onClose:function(){}};var _getDataOptions=function(el,prefix){var data=$(el).data(),out={},inkey,replace=new RegExp("^"+prefix.toLowerCase()+"([A-Z])");prefix=new RegExp("^"+prefix.toLowerCase());function reLower(_,a){return a.toLowerCase();} for(var key in data){if(!prefix.test(key)){continue;} inkey=key.replace(replace,reLower);out[inkey]=data[key];} return out;};var _setTemplate=function(){this.templateName=this.settings.template;if(!this.templateName){var classList=this.element.className.split(/\s+/);for(var i=0;i