/*
Script by bckstrm.org and free for all
*/
<!--hide

month=new Date();
month=month.getMonth();

var numberofimages = 12;
images = new Array(numberofimages+1);
images[0] = "<a href='sortiment.html#brollop'><img src='monthly/jan.jpg' border='0'></a>";
images[1] = "<a href='sortiment.html#sasongallahjartans'><img src='monthly/feb.jpg' border='0'></a>";
images[2] = "<a href='sortiment.html#sasongpask'><img src='monthly/mar.jpg' border='0'></a>";
images[3] = "<a href='sortiment.html#sasongpask'><img src='monthly/apr.jpg' border='0'></a>";
images[4] = "<a href='sortiment.html#brollop'><img src='monthly/may.jpg' border='0'></a>";
images[5] = "<a href='sortiment.html#sasongvar'><img src='monthly/jun.jpg' border='0'></a>";
images[6] = "<a href='sortiment.html#sbrollop'><img src='monthly/jul.jpg' border='0'></a>";
images[7] = "<a href='sortiment.html#sasong'><img src='monthly/aug.jpg' border='0'></a>";
images[8] = "<a href='sortiment.html#sasong'><img src='monthly/sep.jpg' border='0'></a>";
images[9] = "<a href='sortiment.html#sasonghalloween'><img src='monthly/oct.jpg' border='0'></a>";
images[10] = "<a href='sortiment.html#sasonggustav'><img src='monthly/nov.jpg' border='0'></a>";
images[11] = "<a href='sortiment.html#sasongjul'><img src='monthly/dec.jpg' border='0'></a>";

document.write(images[month]);
//-->
