/* wnbc.com scripts */ // Begin national js scripts // Site Info Object var siteinfo = { tld:"com", lang:"en", timezone:"EST", advertisingid:"ny", matchcomid:"507786", affiliate:"nbc", state:"ny", owner:"nbc", region:"nbc", is_ia:"yes", sitekey:{lc:"ny", uc:"NY" }, sitename:{lc:"wnbc", mx:"WNBC", uc:"WNBC", display:"wnbc.com" }, callletters:{lc:"wnbc", uc:"WNBC" }, statecode:{uc:"NY", lc:"ny" }, statename:{uc:"NEW YORK", lc:"new york", mx:"New York" }, city:{uc:"NEW YORK", lc:"new york", mx:"New York" }, contentrights:{cnn:"no", nbcoo:"yes", group:"blue", ah:"yes" }, feedroom_links:{url:"http://wnbc.feedroom.com/index.jsp?auto_band=X", url:"http://wnbc4.feedroom.com/index.jsp?auto_band=X" }, search:{ultraseekregion:"nbc" }, thirdparty_info:{ tripadvisor:{id:"10769"}, experian_auto:{id:"1750"}, experion:{id:"6403"}, eharmony:{cid:"1215", clicktracker_dfp:"12700847;8704162;e"}, findlaw:{clicktracker_dfp:"6861519;8704162;p"}, homestore:{code:"ib", clicktracker_id:"4299", clicktracker_dfp:"7412457;8704162;j"}, coupons:{pid:"11391&zid=wt38&nid=16"}, valpak:{clicktracker:"4809", clicktracker_dfp:"7440738;8704162;m"}, titantv:{id1:"53467"}, moviefone:{uid:"22013"}, monster:{lid:"367,689,885,369,532,534,544,545,546,549,550,547,552,553,554,556"}, WT_info:{id:"dcsdgqmnj000008ugre9yfkrt_4q1w"} }, video:{cpcode:"8173" } } // GLOBAL Variables now = new Date(); expire = new Date((now.getFullYear()+1),now.getMonth(),now.getDate()); var child = 0; var rnd = new Date(); rnd = rnd.getTime(); // Deprecated variables //var IBS_Sitekey = siteinfo.sitekey.lc; var IS_IA = siteinfo.is_ia; IBSSite = new Object(); dotPosition = document.location.host.indexOf('.')+1; IBSSite.domain = document.location.host.substring(dotPosition); // Set environment variables env = new Object(); env.bVer = navigator.appVersion; env.bName = navigator.appName; env.platform = navigator.platform; env.userAgent = navigator.userAgent; env.cookies = navigator.cookieEnabled; env.NS4 = (document.layers)? 1 : 0; env.MacIE = ((navigator.userAgent.indexOf("IE 4") > -1) && (navigator.userAgent.indexOf("Mac") > -1))? 1 : 0; env.IE4 = (document.all && !env.MacIE)? 1 : 0; env.Gen4 = (document.all || document.layers)? 1 : 0; if(env.bName.indexOf('Netscape') != -1) isNN = true; else isNN = false; if(env.bName.indexOf('Microsoft') != -1) isIE = true; else isIE = false; //Open window - pass URL and Attributes function popUp(URL, ATTRIBUTES) { DEF_ATTRIB = 'width=200,height=200,top=100,left=100,resizable=yes,scrollbars'; if (ATTRIBUTES == null) { ATTRIBUTES = DEF_ATTRIB; } child = window.open(URL, "spawn", ATTRIBUTES); // child.opener = self; } // reload adcode function refreshAd(ad) { if (typeof bannerUrl == 'undefined') { bannerUrl = document.getElementById(ad).src; } rnd++; //increment the random number document.getElementById(ad).src = bannerUrl; } // Define client cookie values cookiesList = document.cookie.split('; '); myCookies = new Array(); for(c=0; c