
var maxAdNo = 4

var adNo

var myAd = new Array()



myAd[0] = '<img src="http://www.weddingphotousa.com/images/resources1.jpg" border="1" width="200" height="298" style="margin: 5px 5px 5px 20px;">'

myAd[1] = '<img src="http://www.weddingphotousa.com/images/resources2.jpg" border="1" width="200" height="300" style="margin: 5px 5px 5px 20px;">'

myAd[2] = '<img src="http://www.weddingphotousa.com/images/resources3.jpg" border="1" width="200" height="300" style="margin: 5px 5px 5px 20px;">'

myAd[3] = '<img src="http://www.weddingphotousa.com/images/resources4.jpg" border="1" width="200" height="286" style="margin: 5px 5px 5px 20px;">'

myAd[4] = '<img src="http://www.weddingphotousa.com/images/resources5.jpg" border="1" width="200" height="298" style="margin: 5px 5px 5px 20px;">'

