var banners = new Array('<img src="http://imp.double.se/imp.gif?a8449p140g2060" width="0" height="0" alt="" /><a href="http://www.double.se/reports/click.php?a=8449&p=140&g=2060" target="_blank"><img src="http://www.gratissidan.com/_graphics/ads/468x60_1.gif" width="468" height="60" border="0" alt="" /></a>',
                    '<img src="http://imp.double.se/imp.gif?a8449p85g895" width="0" height="0" alt="" /><a href="http://www.double.se/reports/click.php?a=8449&p=85&g=895" target="_blank"><img src="http://www.talskrivarna.com/banner/talskrivarna_468x60.gif" width="468" height="60" border="0" alt="" /></a>',
                    '<img src="http://imp.double.se/imp.gif?a8449p95g1575" width="0" height="0" alt="" /><a href="http://www.double.se/reports/click.php?a=8449&p=95&g=1575" target="_blank"><img src="http://www.gratis-shopping.com/468x60.gif" width="468" height="60" border="0" alt="" /></a>',
                    '<img src="http://imp.double.se/imp.gif?a8449p179g3007" width="0" height="0" alt="" /><a href="http://www.double.se/reports/click.php?a=8449&p=179&g=3007" target="_blank"><img src="http://www.lagstabud.se/images/banner/468x60.gif" width="468" height="60" border="0" alt="" /></a>',
                    '<img src="http://imp.double.se/imp.gif?a8449p117g1645" width="0" height="0" alt="" /><a href="http://www.double.se/reports/click.php?a=8449&p=117&g=1645" target="_blank"><img src="http://www.svenskkasinoguide.com/banner/animerad468x60_2.gif" width="468" height="60" border="0" alt="" /></a>',
                    '<img src="http://imp.double.se/imp.gif?a8449p172g2849" width="0" height="0" alt="" /><a href="http://www.double.se/reports/click.php?a=8449&p=172&g=2849" target="_blank"><img src="http://www.svenskpokerguide.com/banner/468x60.gif" width="468" height="60" border="0" alt="" /></a>',
                    '<img src="http://imp.double.se/imp.gif?a8449p188g3290" width="0" height="0" alt="" /><a href="http://www.double.se/reports/click.php?a=8449&p=188&g=3290" target="_blank"><img src="http://budson.se/UserFiles/banner468.gif" width="468" height="60" border="0" alt="" /></a>',
                    '<iframe src="http://ads.double.se/ad.php?a=8449&p=193&g=3526&t=_blank" width="768" height="144" frameborder="0" scrolling="no" style="border:1px solid black"></iframe>',
                    '<img src="http://imp.double.se/imp.gif?a8449p191g3485" width="0" height="0" alt="" /><a href="http://www.double.se/reports/click.php?a=8449&p=191&g=3485" target="_blank"><img src="http://www.bid2low.se/gfx/468x60.gif" width="468" height="60" border="0" alt="" /></a>',
                    '<img src="http://imp.double.se/imp.gif?a8449p178g2996" width="0" height="0" alt="" /><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="468" height="60"><param name="movie" value="http://www.zylber.com/banners/banner1.swf?clickTag=http%3A%2F%2Fwww.double.se%2Freports%2Fclick.php%3Fa%3D8449%26p%3D178%26g%3D2996" /><param name="quality" value="high" /><embed src="http://www.zylber.com/banners/banner1.swf?clickTag=http%3A%2F%2Fwww.double.se%2Freports%2Fclick.php%3Fa%3D8449%26p%3D178%26g%3D2996" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="468" height="60"></embed></object>'
                    );



function randInt(min,max)
{   /*
     var div = (max - min) + 1
     var randNum = Math.random()
     for (var i = 0; i <= div - 1; i++)
     {
          if (randNum >= i / div && randNum < (i+1) / div)
          {return i + min}
     }
     */
     var div = (max - min) + 1;
     var randNum = Math.random();
     var r = Math.floor(Math.random() * div) + min;
     return r;
}