

window.glamMetricsData = 'pubId=' + encodeURIComponent(window.glam_affiliate_id ? window.glam_affiliate_id : '104510405')
   + '&pv=' + encodeURIComponent(window.atakoOrd ? window.atakoOrd : (window.GlamGetPageViewIdN ? window.GlamGetPageViewIdN() : 0))
   + '&sess=' + encodeURIComponent(window.GlamGetSessionId ? window.GlamGetSessionId() : 0)
   + '&adId=' + encodeURIComponent(window.atakoCurrentAdId ? window.atakoCurrentAdId : 8469)
   + '&idType=' + encodeURIComponent(window.atakoCurrentIdType ? window.atakoCurrentIdType : (window.atakoCurrentAdId ? 'd' : 'i'))
   + '&adTile=' + encodeURIComponent(window.GlamGetAdTile ? window.GlamGetAdTile() : 0);
if (window.GlamGetGeoData) {
    window.glamMetricsData += '&cc=' + encodeURIComponent(window.GlamGetGeoData("country_code")) + "&rc=" + encodeURIComponent(window.GlamGetGeoData("region_code"));
}
if (window.glamMetricsExtra) {
    window.glamMetricsData += window.glamMetricsExtra;
}



// Away We Go Campaign (418705818)
    var publisherId = window.glam_affiliate_id ? window.glam_affiliate_id : '104510405';
    window.glamMetricsData += '&appid=418705818&devid=363645764&pubid=' + publisherId;

function getAtakoIframeUrl() {

    function getClickthruHash() {
      if (window.atako_clickthru && window.atako_clickthru != '%c') 
        return '&ct=' + window.atako_clickthru;
      else 
        return '';
    }
    
    function getUrlParams() {
        var u = document.location.href;
        u = u.indexOf('#') > -1 ? u.slice(0, u.indexOf('#')) : u; 
        window.glamMetricsData += '&parent=' + encodeURIComponent(u);
    
        return 'container=default&mid=342661&iid=8469' +
          '&nocache=1&country=ALL&lang=ALL&view=profile' +
          
          getUserPrefsParams() +
          '&url=' + encodeURIComponent("http://www25.glam.com/files/gadget-store/418705818/hello.xml") + '#nc=1&' + window.glamMetricsData       
          + getClickthruHash();
    }
    
    function getUserPrefsParams() {
      var params = '';
      var userPrefs = {"$name":"Away We Go Campaign","$width":"486","backgroundimage":"http://www25.glam.com/files/gadget-store/installs/342661/backgroundimage-61545988.png","$height":"302","embedcode":"l3YnFqOm1bBENcvWNQQj47-zDzxTjEoP"};
      if (userPrefs) {
        for(var name in userPrefs) {
          var value = userPrefs[name];
          params += '&up_' + encodeURIComponent(name) + '=' + encodeURIComponent(value);
        }
      }
      return params;
    }

  return 'http://www24a.glam.com/shindig/gadgets/ifr?' + getUrlParams();
};

document.write("<iframe src=\"" + getAtakoIframeUrl() + "\" frameborder='no' allowtransparency='true' scrolling='no' height='302' width='486' ></iframe>");
