/* Browser Package */

SN.Browser = new Object();

SN.Browser.isIE = navigator.appName == "Microsoft Internet Explorer";

SN.Browser.isWebkit = navigator.userAgent.split("AppleWebKit").length > 1;

/* This will play a primary role in AJAX and perm links for sharing */
