var second = '';
function insert_ad( area, width, height )
{
width = width || 468;
height = height || 60;
if ( area == null )
{
if ( document.URL.indexOf( 'britain' ) != -1 )
{
area = 'ITN.BRITAIN' + second;
}
else if ( document.URL.indexOf( 'business' ) != -1 )
{
area = 'ITN.BUSINESS' + second;
}
else if ( document.URL.indexOf( 'world' ) != -1 )
{
area = 'ITN.WORLD' + second;
}
else if ( document.URL.indexOf( 'sport' ) != -1 )
{
area = 'ITN.SPORT' + second;
}
else if ( document.URL.indexOf( 'entertainment' ) != -1)
{
area = 'ITN.ENTERTAINMENT' + second;
}
else if ( document.URL.indexOf( 'desktopnews' ) != -1)
{
area = 'ITN.DESKTOP' + second;
}
else
{
area = 'ITN.FRONT' + second;
}
}
second = '.SECOND';
now = new Date();
itstime = now.getTime();
// Modify to reflect site specifics
// Mon Mar 20 17:09:39 GMT 2000
// Modified site (iw) so as not to use ip address.
// See correspondence 'ITN AdBureau.'
site = "http://itn.adbureau.net";
target = "/SITE=ITN/AREA=" + area + "/ACC_RANDOM=";
var re = /STAMP/;
if ( re.test( area ) )
{
document.write( '' + '
' );
}
else
{
document.write('');
}
}
function insert_superstitial( area )
{
now = new Date();
itstime = now.getTime();
// Modify to reflect site specifics
// Mon Mar 20 17:09:39 GMT 2000
// Modified site (iw) so as not to use ip address.
// See correspondence 'ITN AdBureau.'
site = "http://itn.adbureau.net";
target = "/SITE=ITN/AREA=" + area + "/ACC_RANDOM=";
document.write('' + '');
}