// JavaScript Document
// Advanced Random Images Start
// Copyright 2001-2006 All rights reserved, by Paul Davis - www.kaosweaver.com
  var j,d="",l="",m="",p="",q="",z="",KW_ARI= new Array()
  KW_ARI[KW_ARI.length]='/images/Banners/Random/HalukUygurFish.jpg?&width=758&height=150&alt=Fotograf%20%3A%20Haluk%20UYGUR&title=Fotograf%20%3A%20Haluk%20UYGUR&border=0&link=/Artist/halukuygur/index.html';
  KW_ARI[KW_ARI.length]='/images/Banners/Random/HDGokceAda.jpg?&width=758&height=150&alt=Fotograf%20%3A%20Hasan%20DASDEMIR&title=Fotograf%20%3A%20Hasan%20DASDEMIR&border=0&link=/Artist/hasandasdemir/index.html';
  KW_ARI[KW_ARI.length]='/images/Banners/Random/HDIstanbul.jpg?&width=758&height=150&alt=Fotograf%20%3A%20Hasan%20DASDEMIR&title=Fotograf%20%3A%20Hasan%20DASDEMIR&border=0&link=/Artist/hasandasdemir/index.html';
  KW_ARI[KW_ARI.length]='/images/Banners/Random/HDLady.jpg?&width=758&height=150&alt=Fotograf%20%3A%20Hasan%20DASDEMIR&title=Fotograf%20%3A%20Hasan%20DASDEMIR&border=0&link=/Artist/hasandasdemir/index.html';
  KW_ARI[KW_ARI.length]='/images/Banners/Random/IbrahimGogerBlack.jpg?&width=758&height=150&alt=Fotograf%20%3A%20Ibrahim%20GOGER&title=Fotograf%20%3A%20Ibrahim%20GOGER&border=0&link=/Artist/ibrahimgoger/index.html';
  KW_ARI[KW_ARI.length]='/images/Banners/Random/IbrahimZamanKale.jpg?&width=758&height=150&alt=Fotograf%20%3A%20ibrahim%20ZAMAN&title=Fotograf%20%3A%20ibrahim%20ZAMAN&border=0&link=/Artist/ibrahimzaman/index.html';
  KW_ARI[KW_ARI.length]='/images/Banners/Random/IbrahimZamanMekeGolu.jpg?&width=758&height=150&alt=Fotograf%20%3A%20ibrahim%20ZAMAN&title=Fotograf%20%3A%20ibrahim%20ZAMAN&border=0&link=/Artist/ibrahimzaman/index.html';
  KW_ARI[KW_ARI.length]='/images/Banners/Random/IlterisTezerKar.jpg?&width=758&height=150&alt=Fotograf%20%3A%20ilteris%20TEZER&title=Fotograf%20%3A%20ilteris%20TEZER&border=0&link=/Artist/ilteristezer/index.html';
  KW_ARI[KW_ARI.length]='/images/Banners/Random/kazimzaim.jpg?&width=758&height=150&alt=Fotograf%20%3A%20Kazim%20Zaim&title=Fotograf%20%3A%20Kazim%20Zaim&border=0&link=/Artist/KazimZaim/index.html';
  KW_ARI[KW_ARI.length]='/images/Banners/Random/sinanturankapadokya.jpg?&width=758&height=150&alt=Fotograf%20%3A%20Sinan%20TURAN&title=Fotograf%20%3A%20Sinan%20TURAN&border=0&link=/Artist/SinanTuran/index.html';
  KW_ARI[KW_ARI.length]='/images/Banners/Random/SKYukTreni.jpg?&width=758&height=150&alt=Fotograf%20%3A%20Sabit%20KALFAG%C4%B0L&title=Fotograf%20%3A%20Sabit%20KALFAG%C4%B0L&border=0&link=/Artist/sabitkalfagil/index.html';
  KW_ARI[KW_ARI.length]='/images/Banners/Random/TanerYildirim.jpg?&width=758&height=150&alt=Fotograf%20%3A%20Taner%20YILDIRIM&title=Fotograf%20%3A%20Taner%20YILDIRIM&border=0&link=/Artist/taneryildirim/index.html';
  j=parseInt(Math.random()*KW_ARI.length);
  j=(isNaN(j))?0:j;
  if (KW_ARI[j].indexOf('?')==-1) {
    document.write("<img src='"+KW_ARI[j]+"'>");
  }
  else {
    nvp=KW_ARI[j].substring(KW_ARI[j].indexOf('?')+2).split('&');
    for(var i=0;i<nvp.length;i++) {
      sub=nvp[i].split('=');
   	  switch(sub[0]) {
 	    case 'link':
          l="<a href='"+unescape(sub[1])+"'>";
          p="</a>";
		  break;
	    case 'target':
          q=" target='"+unescape(sub[1])+"'";
  		  break;
  	    default:
          m+=" "+sub[0]+"='"+unescape(sub[1])+"'";
  		  break;
      }
    }
    z=(l!="")?((q!="")?l.substring(0,l.length-1)+q+">":l):"";
    z+="<img src='"+KW_ARI[j].substring(0,KW_ARI[j].indexOf('?'))+"'"+m+">"+p;
  document.write(z);
  }

