//random number generation
var bxel = Math.random() + "";
var b = bxel * 1000000000000000000;
//
//the spotlight image call functions 1-11 below
//
function spot1(href)
{
document.url = href;
var doPing = new Image();
// the URL below is a spotlight tag for pdf1
doPing.src = 'http://ad.no.doubleclick.net/activity;src=1592932;type=norlevo0;cat=11ara563;ord='+ b + '?';
doPing.onLoad = passed;
return false;
}
function spot2(href)
{
document.url = href;
var doPing = new Image();
// the URL below is a spotlight tag for pdf2
doPing.src = 'http://ad.no.doubleclick.net/activity;src=1592932;type=norlevo0;cat=12bos208;ord='+ b + '?';
doPing.onLoad = passed;
return false;
}
function spot3(href)
{
document.url = href;
var doPing = new Image();
// the URL below is a spotlight tag for pdf3
doPing.src = 'http://ad.no.doubleclick.net/activity;src=1592932;type=norlevo0;cat=13eng896;ord='+ b + '?';
doPing.onLoad = passed;
return false;
}
function spot4(href)
{
document.url = href;
var doPing = new Image();
// the URL below is a spotlight tag for pdf4
doPing.src = 'http://ad.no.doubleclick.net/activity;src=1592932;type=norlevo0;cat=14fin695;ord='+ b + '?';
doPing.onLoad = passed;
return false;
}
function spot5(href)
{
document.url = href;
var doPing = new Image();
// the URL below is a spotlight tag for pdf5
doPing.src = 'http://ad.no.doubleclick.net/activity;src=1592932;type=norlevo0;cat=15fre129;ord='+ b + '?';
doPing.onLoad = passed;
return false;
}
function spot6(href)
{
document.url = href;
var doPing = new Image();
// the URL below is a spotlight tag for pdf6
doPing.src = 'http://ad.no.doubleclick.net/activity;src=1592932;type=norlevo0;cat=16per529;ord='+ b + '?';
doPing.onLoad = passed;
return false;
}
function spot7(href)
{
document.url = href;
var doPing = new Image();
// the URL below is a spotlight tag for pdf7
doPing.src = 'http://ad.no.doubleclick.net/activity;src=1592932;type=norlevo0;cat=17som303;ord='+ b + '?';
doPing.onLoad = passed;
return false;
}
function spot8(href)
{
document.url = href;
var doPing = new Image();
// the URL below is a spotlight tag for pdf8
doPing.src = 'http://ad.no.doubleclick.net/activity;src=1592932;type=norlevo0;cat=18sor730;ord='+ b + '?';
doPing.onLoad = passed;
return false;
}
function spot9(href)
{
document.url = href;
var doPing = new Image();
// the URL below is a spotlight tag for pdf9
doPing.src = 'http://ad.no.doubleclick.net/activity;src=1592932;type=norlevo0;cat=19spa774;ord='+ b + '?';
doPing.onLoad = passed;
return false;
}
function spot10(href)
{
document.url = href;
var doPing = new Image();
// the URL below is a spotlight tag for pdf10
doPing.src = 'http://ad.no.doubleclick.net/activity;src=1592932;type=norlevo0;cat=20tur206;ord='+ b + '?';
doPing.onLoad = passed;
return false;
}
function spot11(href)
{
document.url = href;
var doPing = new Image();
// the URL below is a spotlight tag for pdf11
doPing.src = 'http://ad.no.doubleclick.net/activity;src=1592932;type=norlevo0;cat=21ger506;ord='+ b + '?';
doPing.onLoad = passed;
return false;
}
//The command to pass the user on to the pdf
//It is recommended that this be a scripted command to ensure
//that the spotlight pixel loads (and counts) before the user proceeds
function passed() {
document.location = document.url;
}
