var URI = location.pathname;
var site = "parentsconnect";

if(location.host.indexOf("gocitykids")>-1) site="gocitykids";
else if(location.host.indexOf("3dpregnancy")>-1) site="3dpregnancy";
else if(location.host.indexOf("babynamesworld")>-1) site="babynamesworld";
else if(location.host.indexOf("wikiparenting")>-1) site="wikiparenting";
else if(location.host.indexOf("petnamesworld")>-1) site="petnamesworld";

var adsConfigUrl = "http://www.nick.com/AdSettings/adSnippet.jhtml?site=site-"+site+"&uri=" + URI;
