<!--CanoeVideoStandalone.Debug();-->

<!--add defined sectionlevel3 to 5 to the bigboxURL. this URL is used for refreshing bigbox every 30 seconds. -->
var bigboxURL= 'http://ad.doubleclick.net/adi/' + MyGenericTagVar.networkid + '.' + MyGenericTagVar.language + '.' +MyGenericTagVar.division +'.' + MyGenericTagVar.mainsection +'/bcplayer-'+ MyGenericTagVar.sectionLevel2 + ';'
if(MyGenericTagVar.sectionLevel3)
{
 var bigboxURL= bigboxURL + 'subz1='+MyGenericTagVar.sectionLevel3 + ';'
 }
if(MyGenericTagVar.sectionLevel4)
{
 var bigboxURL= bigboxURL + 'subz2='+MyGenericTagVar.sectionLevel4 + ';'
 }
if(MyGenericTagVar.sectionLevel5)
{
 var bigboxURL= bigboxURL + 'subz3='+MyGenericTagVar.sectionLevel5 + ';'
 }
 
/**add defined each itemKey and values in the dfpSpeKey array to bigboxURL. This URL is used for refreshing bigbox every 30 seconds. **/
 if (MyGenericTagVar.dfpSpeKey != null) {                      
                       for (var itemKey in MyGenericTagVar.dfpSpeKey) {
                         var bigboxURL= bigboxURL + itemKey + '=' + MyGenericTagVar.dfpSpeKey[itemKey] + ';';                             
                       }
               }


		   
			   
<!--add defined sectionlevel3 to 5 to the bigboxURL. this URL is used for refreshing bigbox every 30 seconds. -->
var AdServer2000x2000URL= 'http://ad.doubleclick.net/pfadx/' + MyGenericTagVar.networkid + '.' + MyGenericTagVar.language + '.' +MyGenericTagVar.division +'.' + MyGenericTagVar.mainsection +'/bcplayer-'+ MyGenericTagVar.sectionLevel2 + ';'
if(MyGenericTagVar.sectionLevel3)
{
 var AdServer2000x2000URL= AdServer2000x2000URL + 'subz1='+MyGenericTagVar.sectionLevel3 + ';'
 }
if(MyGenericTagVar.sectionLevel4)
{
 var AdServer2000x2000URL= AdServer2000x2000URL + 'subz2='+MyGenericTagVar.sectionLevel4 + ';'
 }
if(MyGenericTagVar.sectionLevel5)
{
 var AdServer2000x2000URL= AdServer2000x2000URL + 'subz3='+MyGenericTagVar.sectionLevel5 + ';'
 }
 /**add defined each itemKey and values in the dfpSpeKey array to bigboxURL. This URL is used for refreshing bigbox every 30 seconds. **/
 if (MyGenericTagVar.dfpSpeKey != null) {                      
                       for (var itemKey in MyGenericTagVar.dfpSpeKey) {
                         var AdServer2000x2000URL= AdServer2000x2000URL + itemKey + '=' + MyGenericTagVar.dfpSpeKey[itemKey] + ';';                             
                       }
               }


 /**if (MyGenericTagVar.dfpSpeKey != null) {                      
                       for (var itemKey in MyGenericTagVar.dfpSpeKey) {
                              alert(itemKey +'='+ MyGenericTagVar.dfpSpeKey[itemKey]);                             
                       }
               }
*/
 