/*  The anatomy of a URL
** <protocol>//<hostname>:<port>/<pathname><search><hash>
*/// Get the full path to the siteSkin folder
var domain = window.location.hostname;
var portal = "/Portals/_default/Skins/siteSkin/";
var dnnPath = domain + portal;
//alert(dnnPath)

