<!--
//Accipiter served ad
//Cache-busting and pageid value
aamRnd = Math.round(Math.random() * 10000000000);

//Adserver URL
adserver = 'http://acptr.teletextholidays.co.uk/bserver';

//As tag targeting values which will be appended to each ad request section in the bserver ad call
allAdTags = '/AAMALL/acc_random=' + aamRnd + '/pageid=' + aamRnd;
allAdTags += '';

//Individual tags for each ad request - increment the adx variable name and the AAMBx parameter.
ad1 = '/AAMB1/SITE=TELETEXT/AREA=TELETEXT/AAMSZ=BNR';
ad2 = '/AAMB2/SITE=TELETEXT/AREA=TELETEXT/AAMSZ=SKY';

document.write('<SCR' + 'IPT SRC="' + adserver + allAdTags + ad1 + ad2 + '?" type="text/JavaScript" language="JavaScript">');
document.write('</SCR' + 'IPT>');

var hasBanner = true;
for(var i=0; i<10000; i++){}


//End Hide -->