
var theImages_s = new Array();


theImages_s[0] = 'http://static.dvdmax.pl/grafika/strona/banery/postacie/spielberg.swf'
theImages_s[1] = 'http://static.dvdmax.pl/grafika/strona/banery/postacie/deFunes.swf'
theImages_s[2] = 'http://static.dvdmax.pl/grafika/strona/banery/postacie/Eastwood.swf'
theImages_s[3] = 'http://static.dvdmax.pl/grafika/strona/banery/postacie/bwillis.swf'



var q = 0;
var p = 4;
var whichImage = Math.round(Math.random()*(p-1));


function showBaner1(){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="170" height="170"><param name="movie" value="'+theImages_s[whichImage]+'"><param name="quality" value="high"><embed src="'+theImages_s[whichImage]+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="170" height="170"></embed></object>');
}

var theImages_l = new Array();


theImages_l[0] = 'http://static.dvdmax.pl/grafika/strona/banery/postacie/bpitt.swf'
theImages_l[1] = 'http://static.dvdmax.pl/grafika/strona/banery/postacie/jnicholson.swf'




var q = 0;
var p = 2;
var whichImage_l = Math.round(Math.random()*(p-1));


function showBaner2(){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="170" height="250"><param name="movie" value="'+theImages_l[whichImage_l]+'"><param name="quality" value="high"><embed src="'+theImages_l[whichImage_l]+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="170" height="250"></embed></object>');
}
