<!--

var NumberOfAdsB = 8;
var now = new Date();
var sec = now.getSeconds();

var slump = Math.random();
var talet = Math.round(slump * (NumberOfAdsB-1))+1;

function create() {

        this.code = ''
        
}

b = new Array()
for(var i=1; i<=NumberOfAdsB; i++) { b[i] = new create() }

b[1].code=1
b[2].code=2
b[3].code=3
b[4].code=4
b[5].code=5
b[6].code=6
b[7].code=7
b[8].code=8
 
var AdNumberB = sec % NumberOfAdsB;

AdNumberB = b[talet].code;

if (AdNumberB==1)
{
     swanimb="imprint_gfa.swf"
     directory="flashads/"
     width = "468"
     height = "60"
}

if (AdNumberB==2)
{
     swanimb="digitalservice.swf"
     directory="flashads/"
     width="450"
     height="100"
}

if (AdNumberB==3)
{
     swanima="delvacmx.swf"
     directory="flashads/"
     width="450"
     height="120"
}

if (AdNumberB==4)
{
     swanima="shimano.swf"
     directory="flashads/"
     width = "450"
     height = "120"
}

if (AdNumberB==5)
{
     swanimb="niuginielec.swf"
     directory="flashads/"
     width = "450"
     height = "100"
}

if (AdNumberB==6)
{
     swanimb="heliniugini.swf"
     directory="flashads/"
     width = "450"
     height = "100"
}

if (AdNumberB==7)
{
     swanimb="kkkingston.swf"
     directory="flashads/"
     width = "450"
     height = "100"
}

if (AdNumberB==8)
{
     swanimb="regionalair.swf"
     directory="flashads/"
     width = "450"
     height = "100"
}



document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" id=\"'+swanimb+'\" width=\"'+width+'\" height=\"'+height+'\">');
document.write('<param name="_cx" value="15081">');
document.write('<param name="_cy" value="2249">');
document.write('<param name="Movie" value=\"'+directory + swanimb+'\">');
document.write('<param name="Src" value=\"'+directory + swanimb+'\">');
document.write('<param name="WMode" value="Window">');
document.write('<param name="Play" value="-1">');
document.write('<param name="Loop" value="-1">');
document.write('<param name="Quality" value="High">');
document.write('<param name="SAlign" value>');
document.write('<param name="Menu" value="0">');
document.write('<param name="Base" value>');
document.write('<param name="Scale" value="ShowAll">');
document.write('<param name="DeviceFont" value="0">');
document.write('<param name="EmbedMovie" value="-1">');
document.write('<param name="BGColor" value="FFFFFF">');
document.write('<param name="SWRemote" value>');
document.write('<param name="Stacking" value="below">');
document.write('<embed src=\"'+directory + swanimb+'\" quality="high" bgcolor="#FFFFFF" width="450" height="100" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
document.write('</object>');

//-->
