var isIE4 = (document.all) ? true:false; if (isIE4) if (navigator.userAgent.indexOf('MSIE 5')>0) var isIE5 = true; else var isIE5 = false; else var isIE5 = false; if (isIE4 || isIE5) isIE = true; else isIE = false; /* BEGIN COOKIE FUNCTIONS */ function getCookieVal (offset) { var endstr = document.cookie.indexOf (";", offset); if (endstr == -1) endstr = document.cookie.length; return unescape(document.cookie.substring(offset, endstr)); } function GetCookie (name) { var arg = name + "="; var alen = arg.length; var clen = document.cookie.length; var i = 0; while (i < clen) { var j = i + alen; if (document.cookie.substring(i, j) == arg) return getCookieVal (j); i = document.cookie.indexOf(" ", i) + 1; if (i == 0) break; } return null; } /* END COOKIE FUNCTIONS */ function wbl_rgn( strName, strParam, bSelected ) { this.strName = strName; this.strParam = strParam; this.bSelected = bSelected; } function wbl_pr( strName, tStart, nDuration, strChannel, nChannelID, nProgID ) { this.strName = strName; this.tStart = tStart; this.nDuration = nDuration; this.strChannel = strChannel; this.nChannelID = nChannelID; this.nProgID = nProgID; } arrProgrammes = new Array( new wbl_pr( "This is Spinal Tap", "01:30 Wednesday 31st December", 80, "BBC 1 North", 50235, 2022 ) ,new wbl_pr( "TOTP 2", "01:25 Wednesday 31st December", 25, "BBC 2 North", 50243, 9111 ) ,new wbl_pr( "2003... Forever", "01:30 Wednesday 31st December", 55, "ITV1 Yorkshire", 64, 17240 ) ,new wbl_pr( "Everyone Says I Love You", "01:10 Wednesday 31st December", 105, "Channel 4", 4, 19210 ) ,new wbl_pr( "Someone to Die For", "00:00 Wednesday 31st December", 120, "Five", 5, 20452 ) ,new wbl_pr( "The 10th Kingdom", "01:30 Wednesday 31st December", 50, "Sky One", 65, 23401 ) ,new wbl_pr( "Two Pints of Lager and a Packet of Crisps", "01:30 Wednesday 31st December", 30, "BBC 3", 74, 20863 ) ); arrRegions = new Array( new wbl_rgn("Anglia", "Anglia" ) ,new wbl_rgn("Border", "Border" ) ,new wbl_rgn("Central", "Central" ) ,new wbl_rgn("Eire", "Eire" ) ,new wbl_rgn("Grampian", "Grampian" ) ,new wbl_rgn("Granada", "Granada" ) ,new wbl_rgn("HTVWest", "HTVWest" ) ,new wbl_rgn("London", "London" ) ,new wbl_rgn("Meridian", "Meridian" ) ,new wbl_rgn("Scottish", "Scottish" ) ,new wbl_rgn("TyneTees", "TyneTees" ) ,new wbl_rgn("Ulster", "Ulster" ) ,new wbl_rgn("Wales", "Wales" ) ,new wbl_rgn("WestCountry", "WestCountry" ) ,new wbl_rgn("Yorkshire", "Yorkshire",true) ,new wbl_rgn("Channel", "Channel" ) ); var d=document; function w(c){d.writeln(c);} function Pop(strURL) { var defTop = 50; var defLeft = 50; var defWidth = 480; var defHeight = 265; if(GetCookie('WinTop') != null) { defTop = GetCookie('WinTop'); defLeft = GetCookie('WinLeft'); defWidth = GetCookie('WinWidth'); defHeight = GetCookie('WinHeight'); } popupWin = window.open(strURL,'desc_win','resizable,scrollbars,top=' + defTop + ',left='+ defLeft +',width='+ defWidth +',height='+ defHeight); } function DW(strPID) { fullurl = 'http://www.mydigiguide.com/dgx/wbl.dll?a=19&h=1&f=1&PID=' + strPID; Pop(fullurl); } function goChan() { var strNum=document.forms['selRegion'].elements['RgnSet'].selectedIndex; location.replace("http://www.mydigiguide.com/dgx/WBL.dll?a=21&rgnset=" + document.forms['selRegion'].elements['RgnSet'].options[strNum].value + "&redirect=" + escape(location.href)); return true; } if ( isIE ) w( "
" );