var ddd = new Array()
ddd[1] = 'http://www.ahmeterdogan.com.tr/ads/google1.htm'
ddd[2] = 'http://www.ahmeterdogan.com.tr/ads/google2.htm'
ddd[3] = 'http://www.ahmeterdogan.com.tr/ads/google3.htm'
ddd[4] = 'http://www.ahmeterdogan.com.tr/ads/google4.htm'
ddd[5] = 'http://www.ahmeterdogan.com.tr/ads/google5.htm'
ddd[6] = 'http://www.ahmeterdogan.com.tr/ads/google6.htm'
ddd[7] = 'http://www.ahmeterdogan.com.tr/ads/google7.htm'
ddd[8] = 'http://www.ahmeterdogan.com.tr/ads/google8.htm'
ddd[9] = 'http://www.ahmeterdogan.com.tr/ads/google9.htm'
ddd[10] ='http://www.ahmeterdogan.com.tr/ads/google5.htm'
var xxx = Math.random()
var i = Math.round(xxx*9)+1
document.write('<iframe src='+ddd[i]+' width=100% height=100% frameborder=0 scrolling=no></iframe>')
