<!-- Begin
rnd.today=new Date();
rnd.seed=rnd.today.getTime();

function rnd() {
        rnd.seed = (rnd.seed*9301+49297) % 233280;
        return rnd.seed/(233280.0);
};

function rand(number) {
	var result = Math.ceil(rnd()*number);
	if (!result)result++;
        return result
};
var ad_cnt1 = 3;
var ad1 = rand(ad_cnt1);
var link1;
var adBanner1;
var width1
var height1
if (ad1==1) {
link1="http://www.iseed.cz/apple-e-shop/11-Prislusenstvi/0-12?utm_source=LSA_BANNER_HO_MAGIC&utm_medium=banner&utm_campaign=exclusive_LSA";
adBanner1="http://iseed.cz/bannery/4Smouse.gif";
width1="956";
height1="120";
alt1="";
}
if (ad1==2) {
link1="http://www.iseed.cz/apple-e-shop/32-Notebooky-Apple/0-12?utm_source=LSA_BANNER_MBA_MBP&utm_medium=banner&utm_campaign=exclusive_LSA";
adBanner1="http://iseed.cz/bannery/MBPMBA.gif";
width1="956";
height1="120";
alt1="";
}
if (ad1==3) {
link1="http://www.ipad-obchod.cz";
adBanner1="http://iseed.cz/bannery/04anim.gif";
width1="956";
height1="120";
alt1="";
}
document.write('<center><a href="' + link1 + '" target="_top">');
document.write('<img src="' + adBanner1 + '" width=' + width1 + ' height=' + height1 + ' border=0 alt="' + alt1 + '"></a>');
document.write('</center>');
// End -->
