var SocialList={"Via":"","Link":"","Title":"","Description":""};if(!SocialList["Link"]){SocialList["Link"]=document.location.href;}if(!SocialList["Title"]){SocialList["Title"]=document.title;}if(!SocialList["Description"]){var MetaList=document.getElementsByTagName("meta");var b;for(b in MetaList){if(typeof MetaList[b]=="object"&&MetaList[b].name=="description"){SocialList["Description"]=MetaList[b].content;break;}}}overlayMake();var b,regex;var RedirectURL = "";for(b in SocialList) { regex = new RegExp("#"+b+"#"); RedirectURL = RedirectURL.replace(regex, encodeURIComponent(SocialList[b])); } window.open(RedirectURL, "_blank");