// JavaScript Document
// JavaScript Document
// JavaScript Document
<!--

/*
Random Image Script- By JavaScript Kit (http://www.javascriptkit.com) 
Over 400+ free JavaScripts here!
Keep this notice intact please
*/

function random_imglink(){
var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[0]='<img src="design/images/photos/pic01.jpg" width="180" height="220" class="photo">'
myimages[1]='<img src="design/images/photos/pic02.jpg" width="180" height="220" class="photo">'
myimages[2]='<img src="design/images/photos/pic03.jpg" width="180" height="220" class="photo">'
myimages[3]='<img src="design/images/photos/pic04.jpg" width="180" height="220" class="photo">'
myimages[4]='<img src="design/images/photos/pic05.jpg" width="180" height="220" class="photo">'
myimages[5]='<img src="design/images/photos/pic06.jpg" width="180" height="220" class="photo">'
myimages[6]='<img src="design/images/photos/pic07.jpg" width="180" height="220" class="photo">'
myimages[7]='<img src="design/images/photos/pic08.jpg" width="180" height="220" class="photo">'
var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write(myimages[ry])
}
random_imglink()
//-->

var maxAdNo = 2

var adNo

var myAd = new Array()