var totallinks=5

var ad=new Array(totallinks)

ad[0]="<img src=../bullet.gif> <a href=http://www.birthdayshirts.com target=_blank>Birthday Shirts</a>"

ad[1]="<img src=../bullet.gif> <a href=http://x.azjmp.com/4VD0K?sub=birthday&azauxurl=64314 target=_blank>Free Birthday Greeting Cards</a>"

ad[2]="<img src=../bullet.gif> <a href=http://x.azjmp.com/4VD0K?sub=birthday&azauxurl=64314 target=_blank>Free Birthday Greeting Cards</a>"

ad[3]="<img src=../bullet.gif> <a href=http://www.goodbirthdayideas.com target=_blank>Birthday Ideas</a>"

ad[4]="<img src=../bullet.gif> <a href=http://www.birthdaymessages.com/graphics/index.htm>Free Birthday Graphics - Click Here</a>"


var randomnumber=Math.floor(Math.random()*totallinks)

var cont=ad[randomnumber]
document.write(cont)