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