function popup(mylink, windowname) { if (! window.focus)return true; var href; if (typeof(mylink) == 'string') href=mylink; else href=mylink.href; window.open(href, windowname, 'width=620,height=660,scrollbars=yes'); return false; } function showImage() { var theImages = new Array() theImages[0] = 'http://bilgibirikim.com.tr/resimler/banner-nebim.jpg' theImages[1] = 'http://bilgibirikim.com.tr/resimler/banner-uzakdestek.jpg' theImages[2] = 'http://bilgibirikim.com.tr/resimler/banner-teknikservis.jpg' theImages[3] = 'http://bilgibirikim.com.tr/resimler/banner-sistem.jpg' theImages[4] = 'http://bilgibirikim.com.tr/resimler/banner-ortaklik.jpg' theImages[5] = 'http://bilgibirikim.com.tr/resimler/banner-bakim.jpg' theImages[6] = 'http://bilgibirikim.com.tr/resimler/banner-cozumler.jpg' theImages[7] = 'http://bilgibirikim.com.tr/resimler/banner-nebim.jpg' theImages[8] = 'http://bilgibirikim.com.tr/resimler/banner-nebim.jpg' theImages[9] = 'http://bilgibirikim.com.tr/resimler/banner-nebim.jpg' theImages[10] = 'http://bilgibirikim.com.tr/resimler/banner-nebim.jpg' theImages[11] = 'http://bilgibirikim.com.tr/resimler/banner-nebim.jpg' var theLinks = new Array() theLinks[0] = 'index.php?sayfa=nebim' theLinks[1] = 'index.php?sayfa=hizmetler&alt=uzakdestek' theLinks[2] = 'index.php?sayfa=hizmetler&alt=teknikservis' theLinks[3] = 'index.php?sayfa=hizmetler&alt=sistem' theLinks[4] = 'index.php?sayfa=hakkimizda&alt=ortaklik' theLinks[5] = 'index.php?sayfa=hizmetler&alt=bakimanlasmasi' theLinks[6] = 'index.php?sayfa=cozumler' theLinks[7] = 'index.php?sayfa=nebim' theLinks[8] = 'index.php?sayfa=nebim' theLinks[9] = 'index.php?sayfa=nebim' theLinks[10] = 'index.php?sayfa=nebim' theLinks[11] = 'index.php?sayfa=nebim' var j = 0; var p = theImages.length; var preBuffer = new Array() for (i = 0; i < p; i++){preBuffer[i] = new Image();preBuffer[i].src = theImages[i];} var whichImage = Math.round(Math.random()*(p-1)); document.write(''); }